Side Panel
The extension now includes a side panel (Alt+C) that shows your workspace context at a glance:
- Project name from the provider's working directory
- Git branch with ahead/behind indicators
- Status dot showing connection state (green = clean, yellow = uncommitted changes, red = disconnected)
Activity Log
Track all your agent sessions in real-time:
- Started — Session initiated with your prompt
- Processing — Agent is working on your request
- Completed — Changes applied successfully
- Error — Something went wrong
Each completed session shows the number of files changed and includes an Undo button to revert that specific session's changes.
Provider Improvements
- Workspace info is now provider-agnostic — works regardless of which AI provider you have selected
- Both Cursor and Claude Code providers expose the
/infoendpoint for workspace data
What's Next
- Multi-file change previews in the side panel
- Session history persistence
- Diff viewer for completed changes