Vectry
64c827ee84
feat: add command palette, accessibility, scroll animations, demo workspace, and keyboard navigation
...
- COMP-139: Command palette for quick navigation
- COMP-140: Accessibility improvements
- COMP-141: Scroll animations with animate-on-scroll component
- COMP-143: Demo workspace with seed data and demo banner
- COMP-145: Keyboard navigation and shortcuts help
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-02-10 18:06:36 +00:00
Vectry
638a5d2640
fix: complete traces on idle, improve dashboard span/event/analytics views
2026-02-10 13:25:19 +00:00
Vectry
5b388484f8
feat: syntax highlighting with shiki and copy-to-clipboard for all docs code blocks
2026-02-10 04:01:59 +00:00
Vectry
42b5379ce1
feat: coding agent tab in trace detail view
...
- Add conditional 'Agent' tab for traces tagged 'opencode'
- Tool usage breakdown: horizontal bar chart by tool category (file/search/shell/LSP)
- File changes timeline: chronological view of file reads, edits, and creates
- Pure CSS charts, no external dependencies
2026-02-10 03:49:12 +00:00
Vectry
5256bf005b
feat: documentation pages and updated model pricing
...
- Add 13 documentation pages under /docs (getting-started, concepts, SDK refs, integrations, API reference, self-hosting, OpenCode plugin)
- Shared docs layout with collapsible sidebar navigation
- Update model pricing across all SDKs: add GPT-5.x, GPT-4.1, o3/o4-mini, Claude 4.5 series, claude-opus-4-6
- Update trace-analytics context window lookup with current models
2026-02-10 03:27:11 +00:00
Vectry
0149e0a6f4
feat: Settings page, DELETE traces endpoint, Anthropic SDK, dashboard bug fixes
...
- Add /dashboard/settings with SDK connection details, data stats, purge
- Add DELETE /api/traces/[id] with cascade deletion
- Add Anthropic integration (wrap_anthropic) for Python SDK
- Fix missing root duration (totalDuration -> durationMs mapping)
- Fix truncated JSON in decision tree nodes (extract readable labels)
- Fix hardcoded 128K maxTokens in token gauge (model-aware context windows)
- Enable Settings nav item in sidebar
2026-02-10 02:35:50 +00:00
Vectry
47ef3dcbe6
feat: SSE real-time trace streaming + advanced search/filter with URL sync
2026-02-10 00:12:32 +00:00
Vectry
5bb75433aa
feat: analytics tab with timeline waterfall, cost breakdown, token gauge
2026-02-10 00:06:01 +00:00
Vectry
867e1e9eb1
feat: decision tree visualization with React Flow + Dagre auto-layout
2026-02-09 23:58:41 +00:00
Vectry
21b4f9f316
feat: LangChain auto-instrumentation + dashboard UI
...
- LangChain: AgentLensCallbackHandler with auto-span creation for
LLM calls, tool calls, chains, and agent decision logging
- Dashboard: trace list with search, status filters, pagination
- Dashboard: trace detail with Decision/Span/Event tabs
- Dashboard: sidebar layout, responsive design, dark theme
2026-02-09 23:36:28 +00:00