|
| 1 | +## [0.0.18] - 2026-05-25 |
| 2 | + |
| 3 | +### Added |
| 4 | + |
| 5 | +- A richer `Capability Packs` section inside `Settings > Configuration`, with cross-pack enablement toggles, always-visible pack cards, guided runtime-backed controls for `Architecture graph`, `Context Guidance`, `Semantic clones`, and `Knowledge pack`, plus a review sheet that separates direct pack edits from supporting dependency changes. |
| 6 | +- A strict `Inference config` panel that materializes backend profile and runtime definitions, supports profile/runtime renames with reference rewrites, validates safe names before save, and provides task, driver, runtime, model, and thinking-level controls for Bitloops, Codex, Claude, OpenAI, and Ollama-backed profiles. |
| 7 | +- Default-install seeding for missing daemon config files, including runtime CLI version, store paths, telemetry defaults, capability-pack defaults, platform inference profiles, and resolved executable hints for local runtimes. |
| 8 | +- Unit and integration coverage for the Configuration-based settings surface, including route aliases, daemon setup persistence, JSON-section compatibility, inference renames, default seeding, stale save responses, and redacted secret saves. |
| 9 | + |
| 10 | +### Changed |
| 11 | + |
| 12 | +- Kept `/settings/configuration` as the canonical settings route while treating `/settings/capability-packs` as a legacy alias that resolves to the same configuration UI. |
| 13 | +- Capability pack controls now write directly to runtime config paths while seeding missing backend sections and default profile bindings without rendering duplicated shared/default profile editors inside pack cards. |
| 14 | +- Removed the repo setup controls and the duplicate lower advanced runtime config area, keeping daemon setup, inference config, and pack-backed save/review as the main configuration flow. |
| 15 | + |
| 16 | +### Fixed |
| 17 | + |
| 18 | +- The dashboard bundle script now creates the parent cache directory before replacing the bundled app. |
| 19 | +- Runtime config saves now accept stale mutation responses when a refetch confirms the submitted patch, and redacted secret values when the backend returns masked saved secrets. |
| 20 | + |
| 21 | +## [0.0.17] - 2026-05-21 |
| 22 | + |
| 23 | +### Fixed |
| 24 | + |
| 25 | +- Session play actions now update existing session content instead of leaving stale details behind. |
| 26 | +- Session page data updates now avoid the slow refresh path that made existing sessions feel unresponsive. |
| 27 | +- Session table rows now preserve the actor value so the actor column no longer appears blank for populated sessions. |
| 28 | + |
| 29 | +## [0.0.16] - 2026-05-18 |
| 30 | + |
| 31 | +### Fixed |
| 32 | + |
| 33 | +- Tool-call counts now stay aligned across checkpoint summaries, session detail, token usage displays, and the supporting integration coverage. |
| 34 | + |
| 35 | +## [0.0.15] - 2026-05-18 |
| 36 | + |
| 37 | +### Added |
| 38 | + |
| 39 | +- Normalized transcript-entry types, mappers, and tests for dashboard session detail, turn timelines, and tool-use displays. |
| 40 | + |
| 41 | +### Changed |
| 42 | + |
| 43 | +- Dashboard transcript rendering now consumes canonical backend transcript entries from checkpoint session detail and interaction session detail responses instead of reparsing legacy raw-event transcript fragments. |
| 44 | +- Turn transcript analysis now builds per-turn sections from per-turn entries or the session-wide transcript stream, with stable ordering and empty-state handling when no canonical entries are available. |
| 45 | + |
1 | 46 | ## [0.0.14] - 2026-05-12 |
2 | 47 |
|
3 | 48 | ### Fixed |
|
22 | 67 | - Aborted stale session and checkpoint detail requests when the selection changes or panels unmount, preventing outdated heavy payloads from lingering in memory. |
23 | 68 | - Reduced duplicate raw-event filtering, sorting, and transcript parsing that caused Chrome RAM spikes on large sessions and checkpoints. |
24 | 69 |
|
25 | | -## [0.0.12] |
26 | | - |
27 | | -### Fixed |
28 | | - |
29 | | -- Restored missing session and checkpoint turn timelines when heavy interaction detail loads on demand, so turn content appears reliably after opening the `Turns` view. |
30 | | -- OpenCode turn model badges now show readable model slugs like `kimi-k2p6` instead of full provider account paths such as `accounts/fireworks/models/kimi-k2p6`. |
31 | | - |
32 | | -## [0.0.9] |
| 70 | +## [0.0.12] - 2026-05-10 |
33 | 71 |
|
34 | 72 | ### Added |
35 | 73 |
|
|
38 | 76 | - Architecture page with a 3D component-first view of Containers, Components, Deployment Units, Entry Points, flow-derived contract corridors, persistence read/write edges, and toggleable red direct module dependencies. |
39 | 77 | - Architecture component parent grouping, with path-derived parent frames, group search results, group inspector details, and row-aware component layout so flat component lists can be scanned hierarchically. |
40 | 78 | - Code Atlas data-source support for a live DevQL snapshot alongside the existing fixture catalogue, with the live source selected by default and `VITE_CODE_CITY_PROJECT_PATH` available for project-scoped CodeCity queries. |
| 79 | +- Debug view support for daemon validation, sync status, task tracking, and related troubleshooting details. |
41 | 80 | - Unit and Playwright coverage for the live CodeCity data shape, including backend-compatible world mapping, render-arc fallback behaviour, live-route network stubs, search, selection, overlay toggles, and canvas rendering. |
42 | 81 |
|
43 | 82 | ### Changed |
|
50 | 89 | ### Fixed |
51 | 90 |
|
52 | 91 | - Fixed Code Atlas arc visibility so backend world/medium zoom arcs can render without requiring a selected building, while selection-only arcs retain the existing focused behaviour. |
53 | | -- Fixed Code Atlas rendering and lint issues around floor stacking, camera focus dependencies, and React StrictMode live-load retries. |
54 | | -- Improved session compatibility and tool reporting for OpenCode |
| 92 | +- Fixed Code Atlas rendering, e2e, lint, and quality issues around floor stacking, camera focus dependencies, and React StrictMode live-load retries. |
55 | 93 |
|
56 | | -## [0.0.8] |
| 94 | +## [0.0.11] - 2026-05-08 |
| 95 | + |
| 96 | +### Fixed |
| 97 | + |
| 98 | +- Restored missing session and checkpoint turn timelines when heavy interaction detail loads on demand, so turn content appears reliably after opening the `Turns` view. |
| 99 | +- OpenCode turn model badges now show readable model slugs like `kimi-k2p6` instead of full provider account paths such as `accounts/fireworks/models/kimi-k2p6`. |
| 100 | + |
| 101 | +## [0.0.10] - 2026-05-07 |
| 102 | + |
| 103 | +### Added |
| 104 | + |
| 105 | +- A dedicated session tool-use list and trace-pair renderer for pairing tool calls with responses in the session detail experience. |
| 106 | + |
| 107 | +### Changed |
| 108 | + |
| 109 | +- Refined the tool-use tab, chat transcript rendering, checkpoint sheet helpers, and session row mapping around shared tool-use display utilities. |
| 110 | + |
| 111 | +### Fixed |
| 112 | + |
| 113 | +- Improved tool reporting for OpenCode sessions and kept bundle metadata aligned for the `0.0.10` release. |
| 114 | + |
| 115 | +## [0.0.9] - 2026-04-24 |
| 116 | + |
| 117 | +### Added |
| 118 | + |
| 119 | +- Checkpoint browsing inside the sessions experience, including a sessions checkpoint table, checkpoint derivation helpers, and tests for the new checkpoint rows. |
| 120 | +- Turn timeline rendering and transcript utilities for session detail and checkpoint views. |
| 121 | +- WebSocket error handling, table URL-state coverage, JSON viewer theme coverage, and supporting dependency updates. |
| 122 | + |
| 123 | +### Changed |
| 124 | + |
| 125 | +- Updated session variables parsing, dashboard operations, and session defaults so checkpoint queries can share the sessions filtering flow. |
| 126 | +- Removed redundant CI `pnpm` version pins. |
| 127 | + |
| 128 | +### Fixed |
| 129 | + |
| 130 | +- Improved session compatibility and tool reporting for OpenCode. |
| 131 | + |
| 132 | +## [0.0.8] - 2026-04-21 |
57 | 133 |
|
58 | 134 | ### Added |
59 | 135 |
|
60 | 136 | - New sessions page containing explorer and list of sessions. |
61 | 137 |
|
| 138 | +## [0.0.7] - 2026-04-19 |
| 139 | + |
| 140 | +### Added |
| 141 | + |
| 142 | +- Dashboard session rows, columns, detail sidebar, checkpoint summaries, and supporting GraphQL types for the sessions-first dashboard flow. |
| 143 | +- Accordion UI support and a DevQL usage skill for local dashboard development. |
| 144 | +- Expanded client, dashboard, hook, GraphQL mapper, and integration coverage for session loading and repository selection. |
| 145 | + |
62 | 146 | ### Changed |
63 | 147 |
|
| 148 | +- Replaced the dashboard commit-list focus with session-oriented browsing while preserving checkpoint detail access. |
| 149 | +- Updated release workflow dependencies, bundle metadata, and the dashboard favicon. |
| 150 | + |
64 | 151 | ### Fixed |
65 | 152 |
|
| 153 | +- Dashboard repository auto-selection and session loading now recover correctly when default branch data or repository identity changes. |
| 154 | +- Token usage charts are skipped when a checkpoint has no usage data instead of rendering empty chart chrome. |
| 155 | + |
66 | 156 | ## [0.0.6] - 2026-04-14 |
67 | 157 |
|
68 | 158 | ### Added |
|
0 commit comments