Commit graph

9 commits

Author SHA1 Message Date
Denis Berekchiyan
5cd0da1e0f ui: conversations side rail with inline rename + responsive collapse (v0.10.3 refresh)
Replaces the temporary dropdown + Rename/Delete row with a left side rail
inside the chat view. Visually mirrors the plugin's existing left sidebar:
uppercase section header, list-style rows, accent on active.

- Two-line rows: name + "12 msgs · 2h ago" meta.
- Double-click name to rename inline (Enter/blur save, Esc revert). Replaces
  window.prompt which was blocked in Electron.
- Hover reveals a trash icon on non-default conversations.
- + New chat sits at the top of the rail; removed from the main header.
- Collapse toggle (panel-left-close icon), state persisted via getState/setState.
- ResizeObserver auto-collapses when the chat pane drops below ~480px wide;
  user's explicit toggle always wins.

No engine, schema, or test changes. Same v0.10.3 — refreshing release artifacts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 13:36:17 -07:00
Denis Berekchiyan
831ec5e4ae release: v0.9.2 2026-04-21 22:28:47 -07:00
Denis Berekchiyan
99a9eae922 release: v0.9.1 — error surfacing, auto-compact, UI audit
Full release notes on the GitHub release page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 00:11:15 -07:00
Denis Berekchiyan
3f0f63bde0 release: v0.9.0 — Wiki Keeper, chat threading, run-output focus
See the WIKI_KEEPER_GUIDE.md for the new Wiki Keeper feature.
Full release notes on the GitHub release page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 21:45:27 -07:00
Denis Berekchiyan
868e2400b8 fix: trigger CLI OAuth + auth spinner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 14:38:55 -07:00
Denis Berekchiyan
83e6de1d89 release: v0.6.0 — secure token storage + MCP server management UI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 11:03:42 -07:00
Denis Berekchiyan
8ce2190590 release: v0.4.5 — chat session restore fix, scroll fix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 10:29:55 -07:00
Denis Berekchiyan
bf04c48177 release: update build — auto-updating defaults, empty state fix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 23:35:00 -07:00
Denis Berekchiyan
25aa115afd release: v0.4.0 — Slack channels, heartbeat, multi-agent routing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 22:48:16 -07:00