agent-orchestrator/packages
iamasx e82ecf509f fix(core): deliver prompt inline via positional arg, remove post-launch polling
Claude Code's positional [prompt] argument keeps it in interactive mode;
only -p/--print triggers headless one-shot exit. The entire post-launch
polling mechanism was built on the wrong assumption.

Changes:
- Claude Code plugin: pass prompt as positional arg in getLaunchCommand
- Core types: remove promptDelivery field from Agent interface
- Session manager: remove post-launch polling/retry block
- Prompt builder: clarify wording ("title, description, and labels"
  instead of "full issue details"), unify # format
- Tracker-github: match prompt wording update
- CLI spawn: remove dead-code promptDelivered warning

Closes #1582
2026-05-08 13:25:01 +05:30
..
ao chore: align workspace package.json versions with npm registry (#1587) 2026-05-01 15:31:04 +05:30
cli fix(core): deliver prompt inline via positional arg, remove post-launch polling 2026-05-08 13:25:01 +05:30
core fix(core): deliver prompt inline via positional arg, remove post-launch polling 2026-05-08 13:25:01 +05:30
integration-tests fix(core): deliver prompt inline via positional arg, remove post-launch polling 2026-05-08 13:25:01 +05:30
plugins fix(core): deliver prompt inline via positional arg, remove post-launch polling 2026-05-08 13:25:01 +05:30
web feat(web): add 'Open orchestrator' to sidebar 3-dot menu (#1615) 2026-05-03 20:39:57 +05:30