Skip to content

Collaborator 0.8.0

Choose a tag to compare

@yiliush yiliush released this 16 Apr 00:56
· 23 commits to main since this release
1b8389d

Agent Chat UI

The agent terminal has been replaced with a full chat interface connected to live ACP sessions. Chat includes rendered tool-call cards, markdown formatting, and session persistence — resuming a session is now instant with a local message cache and non-blocking reconnection indicator. A sidebar toggle lets you switch between the terminal and chat views.

Browser Tile Control

Browser tiles on the canvas can now be controlled programmatically via CDP from the CLI. New commands: scroll, evaluate JS, wait for elements, and get page info. Tile metadata in the sidebar is enriched with page titles.

List View in Navigator

The navigator sidebar now has a list view toggle (in addition to the tree view). List view shows all tiles sorted by date with day-based grouping and basename sorting. The toggle animates in/out and auto-hides when search is focused.

Minimap Auto-Fade

The minimap now fades out after 1.5 seconds of idle, and snaps back instantly on pan or zoom — keeping the canvas uncluttered while still accessible.

UI Polish

  • New "+" button in the canvas viewport (top-right) to quickly create browser or terminal tiles
  • Hover tooltips on sidebar folder action buttons
  • Full light-mode theme support for keyboard hints, tooltips, and the tile-list webview
  • Polished create-tile button styling