feat(acp-client): sticky plan button and modal for chat window#168
Merged
feat(acp-client): sticky plan button and modal for chat window#168
Conversation
When an agent creates a plan, a floating button now appears above the chat input showing completion progress (e.g., "2/5"). Clicking it opens a modal with the full plan and status indicators. The button pulses blue when work is in progress and turns green when all steps complete. - Add StickyPlanButton component with progress badge and status glow - Add PlanModal component with backdrop, Escape-to-close, focus trap - Integrate both into AgentPanel (plan derived from conversation items) - Export new components and types from package index - Add 21 unit tests covering rendering, interactions, and accessibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
simple-agent-manager bot
pushed a commit
that referenced
this pull request
Feb 23, 2026
Co-Authored-By: Claude Opus 4.6 <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.
Summary
Validation
pnpm lintpnpm typecheckpnpm test— 227 tests pass (21 new)UI Compliance Checklist (Required for UI changes)
Exceptions (If any)
N/A
Agent Preflight (Required)
Classification
External References
N/A: Frontend-only change within existing acp-client package. No external APIs involved.
Codebase Impact Analysis
packages/acp-client/src/components/StickyPlanButton.tsx— New componentpackages/acp-client/src/components/PlanModal.tsx— New componentpackages/acp-client/src/components/AgentPanel.tsx— Integration (imports, state, render)packages/acp-client/src/index.ts— New exportsDocumentation & Specs
N/A: No behavior change to existing APIs or user-facing documentation. Components are self-documented via types and tests.
Constitution & Risk Check