Conversation
Rewrote the VS Code extension section to document all features shipped in 2.2.x: session nicknames, terminal focus, file diff/copy-path menu, activity file size badges, edit warnings, role/skill per session card, workflow agent expand/collapse, and the 500/800/1000-line file size thresholds that are now also enforced as agent-facing hard rules in workflow.md.
…lls, launch Claude with role pre-seeded
…erminal in VS Code
… no-sub-agent rule
…h, add to help text
…ot bin/agentboard)
…ble terminal open
…ty + disabled state
…w an error instead of silence
…d-scan + nick name match; remove same-terminal bug
… status --porcelain per session
…a, click-to-diff, green/red rows
… not mean compaction
…events in activity feed
…anup terminal with 5-phase prompt
…ns inside the shell terminal)
…ps ppid + quickpick fallback
…te running vs done counts
…ancel from child spans
agentboard stream status
|
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.
Summary
PostToolUse Agenthook → logsAgentDoneevents so the dashboard correctly counts running vs done agents instead of keeping all as "running" forever/ab-reviewprompt to the same Claude session that made the changes — it already has the context and reasoning loadedonmouseenter/onmouseleave_shell_pidis Claude's PID, not the shell's — useps -p <pid> -o ppid=to find the parent shell PID for terminal matching; fallbacks: session cache → nick name → CWD → quick-pickExtension version
2.3.0 → 2.3.1Test plan