Sidebar Agent
activeideaA Claude chat panel docked into the app, plus an issue-reporter that turns user complaints into structured bug records.
Sidebar Agent
Sidebar Agent is the agentic surface inside the main app. Two pieces:
Claude chat panel. A docked sidebar that holds a persistent agent session bound to the current route. Streams tool calls, todos, file reads, and AskUserQuestion cards inline. The panel is route-aware — it knows what page you're on, can read the surrounding state, and operates against the project from inside the running app.
Issue reporter. A modal that captures user complaints — typed, voice, or screenshot-with-annotation — and routes them to the architecture inbox. The agent triages the report into either a hotfix-shaped bug or escalates it into a full feature folder. The user sees a structured issue card with the agent's classification and the planned fix approach.
Together they collapse the loop from "this is broken" to "tracked and being worked on" to a single in-app interaction.