docs: update meta files for AST and graph views

This commit is contained in:
Hibryda 2026-03-10 04:03:52 +01:00
parent 979c8883f3
commit d898586181
2 changed files with 5 additions and 0 deletions

View file

@ -480,6 +480,9 @@ All editor themes map to the same `--ctp-*` CSS custom property names (26 vars).
- [x] Turn breakdown: collapsible message groups by user prompt
- [x] Token estimation via ~4 chars/token heuristic
- [x] Wired into ProjectBox (replaces ContextPane, passes sessionId)
- [x] Sub-tab navigation: Overview | AST | Graph
- [x] AST tab: per-turn SVG conversation trees (Thinking/Response/ToolCall/File nodes, bezier edges, token counts)
- [x] Graph tab: bipartite tool→file DAG (tools left, files right, curved edges, count badges)
#### FilesTab Fixes & CodeMirror Editor
- [x] Fixed HTML nesting error: `<button>` inside `<button>``<div role="tab">`