Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a344430
feat: add rich UI widgets for agent sidebar
May 14, 2026
08ceb8d
refactor: use shadcn/ui chart components instead of raw Recharts
May 14, 2026
d61b1f0
feat: add Mermaid diagram support in agent chat
May 14, 2026
d10417a
style: themed mermaid diagrams with violet/slate palette
May 14, 2026
3c41374
feat: add mermaid stories for gitGraph, gantt, xychart, timeline, pie
May 14, 2026
e1e7fb0
feat: styled markdown tables + table stories
May 14, 2026
1de2da0
style: zebra-stripe table rows + violet hover
May 14, 2026
c418013
feat: redesign buttons widget as card with question header
May 14, 2026
a62b5b6
feat: Monaco-powered code blocks with copy + expand modal
May 14, 2026
96bd3b0
fix: parser tolerates leading whitespace in ::: and ``` blocks
May 14, 2026
8be2105
fix: use YAML.load() instead of YAML.parse() for js-yaml
May 14, 2026
99609a8
feat: mermaid expand modal with pan and zoom
May 14, 2026
902643d
style: add card treatment to charts, tables, and steps widgets
May 14, 2026
33fd7e2
style: white bg + violet border + shadow for all widget cards
May 14, 2026
f19c60d
fix: widen code and mermaid expand modals to 90vw
May 14, 2026
de84c91
fix: use size=large on expand modals to bypass sm:max-w-lg
May 14, 2026
7fd8b5f
fix: auto-size expand modals to content
May 14, 2026
651edad
feat: mermaid modal opens at 200% zoom by default
May 14, 2026
eaf6616
feat: attach Anthropic file resources to agent sessions
May 14, 2026
875da4b
fix: buttons widget white bg, horizontal scroll for long options
May 14, 2026
e72c5ae
style: increase vertical margin on all box elements (my-2 → my-4)
May 14, 2026
d6d9275
fix: buttons text wraps instead of truncating
May 14, 2026
ad3b72b
revert: remove unused FileIDs plumbing
May 14, 2026
ed4ab23
feat: group consecutive tool messages into collapsible block
May 14, 2026
9b092cc
style: restyle tool messages - darker text, expand below, code block …
May 14, 2026
e9d2486
feat: clickable run reference chips
May 14, 2026
1c043c9
fix: allow run: protocol in ReactMarkdown urlTransform
May 14, 2026
46c1593
feat: run chips with rabbit icon, run title, and status colors
May 14, 2026
54a19a3
fix: use ~ instead of | as run chip status separator
May 14, 2026
be34c11
refactor: RunChip auto-resolves status and label from query cache
May 14, 2026
b970721
refactor: use RUN_STATUS_META from runPresentation for chip colors
May 14, 2026
18438f1
fix: seed query cache with mock runs in RunChip storybook stories
May 14, 2026
c64b9b5
feat: rich hover card on run chips
May 14, 2026
9729030
feat: RunChip auto-fetches run data if not in cache
May 14, 2026
ff470f0
simplify: RunChip uses agent-provided title+status, no API fetch
May 14, 2026
53ab0e2
feat: add NodeChip widget for referencing canvas nodes in agent chat
May 14, 2026
0d18c72
fix: remove useReactFlow from NodeChip — not inside ReactFlowProvider
May 14, 2026
ee4cc1f
rewrite: NodeChip with proper API data types and custom hover card
May 14, 2026
4e242c6
feat: Lucide icons for core component node chips
May 14, 2026
b4c2593
feat: node chip click zooms canvas to the node
May 14, 2026
1f7c701
remove leftover AGENT_WIDGETS_README.md from Claude Code
May 14, 2026
2708e47
cleanup: review fixes
May 14, 2026
b104ab6
feat: mermaid click-to-expand + 250% default zoom
May 14, 2026
c518786
fix: table horizontal scroll for wide content
May 14, 2026
296ed16
fix: CI failures — lint, format, tests, types, dead files
May 14, 2026
4996428
fix: approve robust-predicates license (The Unlicense)
May 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,9 @@
is compatible with Apache 2.0
:versions: []
:when: 2025-12-23 15:02:58.461300000 Z
- - :approve
- robust-predicates
- :who: bender-rodriguez-unit1
:why: "The Unlicense (public domain); transitive dependency of mermaid via d3-delaunay. Compatible with Apache-2.0 project license."
:versions: []
:when: 2026-05-14 22:55:00.000000000 Z
Loading
Loading