mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-11 20:13:30 +08:00
feat: prioritize ecc2 handoff queues
This commit is contained in:
@@ -2174,6 +2174,7 @@ impl Dashboard {
|
||||
&comms::MessageType::TaskHandoff {
|
||||
task: source_session.task.clone(),
|
||||
context,
|
||||
priority: comms::TaskPriority::Normal,
|
||||
},
|
||||
) {
|
||||
tracing::warn!(
|
||||
@@ -3655,6 +3656,7 @@ impl Dashboard {
|
||||
&comms::MessageType::TaskHandoff {
|
||||
task: task.clone(),
|
||||
context: context.clone(),
|
||||
priority: comms::TaskPriority::Normal,
|
||||
},
|
||||
) {
|
||||
tracing::warn!(
|
||||
|
||||
Reference in New Issue
Block a user