UI StudioUI Studio
+
+
+
+
Back to Changelog
v0.2.0Minor ReleaseJanuary 18, 2025

Side Panel & Activity Log

New side panel showing workspace info, git status, and real-time activity log for agent sessions.

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 /info endpoint for workspace data

What's Next

  • Multi-file change previews in the side panel
  • Session history persistence
  • Diff viewer for completed changes