feat(studio): tool drill-down, context meter, compaction, typed retry, live delegation cards - #979
Closed
jtenniswood wants to merge 1 commit into
Closed
feat(studio): tool drill-down, context meter, compaction, typed retry, live delegation cards#979jtenniswood wants to merge 1 commit into
jtenniswood wants to merge 1 commit into
Conversation
…, live delegation cards Four bounded instrumentation deltas over the chat core. Tool activity gets a drill-down panel with failure counts and row select (tool-call-list reaches its final state) plus the durable global Show-Tools preference. The context meter reads the resolved model's window with capability-gated manual compaction (ADR 0244) — compaction renders as a transcript divider, and the hook gains refreshTranscript. Retry becomes typed (ADR 0239): retryLast vs resendLast with the retry SSE and a 409 fallback, so a failed turn's Retry does the right one. Delegation badges upgrade to live subagent cards via the pure applyDelegationUpdate reducer over delegation_progress/end. Capability-gated UI renders nothing against the e2e fixture — specs untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Stack 14/21 — Studio: tool drill-down, context meter, compaction, typed retry, live delegation cards
Four bounded instrumentation deltas sharing
chat-view/use-agent-chat, one commit each:tool-call-panel.tsx(+test),tool-call-listreaches its final state (failure counts + row select), the'toolcall'side-panel arm with live re-resolve, and the durable "Show Tools" preference (useShowToolCalls+ its suite).context-meter.tsx(+test), resolvedModel fetch, capability-gated compact (ADR 0244); compaction reads as a divider in the transcript;refreshTranscriptin the hook.retryLastvsresendLastwithRetryDisposition(ADR 0239), retry SSE + 409 fallback: a failed turn's Retry now does the right one.applyDelegationUpdatepure reducer (+tests) overdelegation_progress/delegation_end, upgrading PR 7's static badges into live subagent cards.Capability-gated UI renders nothing against the e2e fixture — no spec change needed.
Demo at this stack point: open a tool call's panel, watch subagent cards fill in live, compact a long chat, retry a failed turn.
Part of the stacked landing of #618.
🤖 Generated with Claude Code