fix(shell): robust agent name extraction with multi-pattern fallback (#577)#578
Merged
bradygaster merged 5 commits intodevfrom Mar 24, 2026
Merged
fix(shell): robust agent name extraction with multi-pattern fallback (#577)#578bradygaster merged 5 commits intodevfrom
bradygaster merged 5 commits intodevfrom
Conversation
Merged 12 decision inbox entries into decisions.md. Logged mega-session covering release recovery, docs fix, 10 PR merges, discussion triage, and release hardening. Updated agent histories with session learnings. Deleted inbox files after merge: - booster-ci-audit.md, booster-ci-cleanup.md - copilot-directive-2026-03-23T09-56.md, copilot-directive-2026-03-23T10-08.md - copilot-directive-no-npx.md - eecom-version-cmd.md - pao-discussion-triage-2026-03-23.md, pao-npx-purge.md, pao-readme-slim.md - pao-v090-blog.md - surgeon-v090-changelog.md, surgeon-v091-retrospective.md Updated files: - .squad/decisions.md (12 decision entries merged) - .squad/identity/now.md (current state updated) - .squad/log/2026-03-23T22-00-00Z-mega-session-wrapup.md (new) - .squad/agents/flight/history.md (issue filing patterns, governance directives) - .squad/agents/eecom/history.md (CLI version subcommand pattern) - .squad/agents/booster/history.md (CI audit and preflight patterns) - .squad/agents/surgeon/history.md (release governance rules, retrospective) - .squad/agents/pao/history.md (discussion triage patterns, Teams MCP urgency) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…577) - Fix TS compilation errors in agent-name-parser.ts (strict null checks) - Add fallback in else branch: show trimmed description text instead of generic 'Dispatching to agent...' hint when name extraction fails - Parser tries 3 patterns: emoji+name:colon, name:colon anywhere, fuzzy word-boundary match against known agent names Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Agent orchestration complete for #577: - VOX: Fixed agent name extraction in shell/index.ts with 3-tier cascading patterns - FIDO: Extracted parser to agent-name-parser.ts (30 tests, all passing) - Procedures: Updated all spawn templates with mandatory name parameter Actions: - Created 3 orchestration logs (.squad/orchestration-log/) - Created session log (.squad/log/2026-03-23T23-15-issue-577-agent-names.md) - Merged 3 decision inbox files to .squad/decisions.md (3 new decision entries) - Deleted inbox files after merge - Appended team updates to VOX, FIDO, Procedures history.md files All decisions merged. Agent IDs now display correctly in Copilot CLI tasks panel. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #577
What changed
Root causes identified:
Fixes (3 agents, parallel):
Testing