Skip to content

Commit 8a566e9

Browse files
committed
docs: sync README to v0.28.0
1 parent 682f69e commit 8a566e9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@
3535

3636
## Release Highlights
3737

38-
### v0.27.0 — Chat Experience Upgrades
38+
### v0.28.0 — Smart Paths & Live Context Window
3939

40-
Granular data sources, in-place reply, GFM tables, and Warm-Academic syntax-highlighted code blocks in chat.
40+
Markdown link path resolution with existence checks, plus a live provider / model / context-window readout in session detail.
4141

4242
<img src="docs/images/claude-ai-import.png" alt="Claude.ai Import" width="100%">
4343

4444
| Version | Highlights |
4545
|---------|------------|
46+
| **0.28.0** | Session detail footer shows provider · model · peak context-window occupancy (input + cache aggregate); `messages` count switched to `rounds` (user prompts only); markdown `[text](path)` links resolve through smart PathLink (existence-checked + context menu); router restores last page on reload instead of forcing Dashboard |
4647
| **0.27.0** | Data source split into `cli` / `app-code` / `app-web` / `app-cowork` with two-level tabs; bottom inline input to continue a session; merge consecutive same-role messages; GFM tables + code-block syntax highlighting in chat |
4748
| **0.26.0** | Sidebar refactor — Pinned / Recent / Import groups + Algolia-style ⌘K search; live sync of claude.ai web chats (Cookies + Keychain decrypt → API pull); Pinned tri-state toggle mirrored to Claude desktop `starredIds` |
4849
| **0.25.0** | MaaS provider registry (`/settings/maas`) with 4 Tauri commands; new `/events` page; LLM provider presets extracted; standalone Home consolidated into Workspace |
@@ -65,6 +66,8 @@ Granular data sources, in-place reply, GFM tables, and Warm-Academic syntax-high
6566
- **Live claude.ai Sync** — Pull web conversations directly via decrypted cookies (no manual export needed); also supports `.zip` / directory import
6667
- **Continue From the Bottom** — Reply to a session inline without leaving the detail view
6768
- **Rich Markdown Rendering** — GFM tables and syntax-highlighted code blocks (Warm Academic theme) inside chat messages
69+
- **Smart Path Links** — Bare paths *and* markdown `[text](path)` links are existence-checked against the session `cwd`; matches open in editor / Finder via right-click menu
70+
- **Live Context-Window Readout** — Session detail footer shows the active model, provider, and peak context-window occupancy (input + cache_read + cache_creation) per round
6871
- **Structured Content Blocks** — Tool calls, thinking, and tool results rendered as first-class blocks
6972
- **Sidebar with Pinned / Recent / Import** — Tri-state Pinned toggle mirrored to Claude desktop `starredIds`; Algolia-style ⌘K search
7073
- **MaaS Registry** — Manage custom Model-as-a-Service providers persistently (`/settings/maas`)

0 commit comments

Comments
 (0)