feat: auto-activate current persona subagent command

This commit is contained in:
冰朔 2026-09-08 14:33:29 +08:00
commit ccb7992090
8 changed files with 47 additions and 17 deletions

View file

@ -27,9 +27,9 @@
],
"activation": {
"trigger": "CURRENT_PERSONA_WAKE_OR_EXPLICIT_PERSONA_SWITCH",
"required": ["parent_persona_id","session_id","channel_id","direct_event_sha256","model_runtime"],
"required": ["parent_persona_id","session_id","channel_id","current_intent_sha256","model_runtime"],
"derived_child_id": "SUBAGENT::{parent_persona_id}::{slot_id}",
"atomic_pointer": "/Volumes/JZAO/HoloLake/persona-runtime/shared/persona-subagent-command/CURRENT.json",
"atomic_pointer": "/Volumes/JZAO/HoloLake/persona-runtime/shared/persona-subagent-command/codex/CURRENT.json",
"old_generation": "INVALID_FOR_NEW_DISPATCH"
},
"authority": "CURRENT_PARENT_TASK_ENVELOPE_ONLY_NO_GLOBAL_OR_INHERITED_AUTHORITY"