Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
2756da3
feat: add rich UI widgets for agent sidebar
May 14, 2026
5cd754c
refactor: use shadcn/ui chart components instead of raw Recharts
May 14, 2026
06a6b4f
feat: add Mermaid diagram support in agent chat
May 14, 2026
ffae1b6
style: themed mermaid diagrams with violet/slate palette
May 14, 2026
0d91f91
feat: add mermaid stories for gitGraph, gantt, xychart, timeline, pie
May 14, 2026
94c8373
feat: styled markdown tables + table stories
May 14, 2026
04f998f
style: zebra-stripe table rows + violet hover
May 14, 2026
f40731f
feat: redesign buttons widget as card with question header
May 14, 2026
edd1054
feat: Monaco-powered code blocks with copy + expand modal
May 14, 2026
20b3df9
fix: parser tolerates leading whitespace in ::: and ``` blocks
May 14, 2026
e9d4247
fix: use YAML.load() instead of YAML.parse() for js-yaml
May 14, 2026
72b0b9e
feat: mermaid expand modal with pan and zoom
May 14, 2026
7fc6628
style: add card treatment to charts, tables, and steps widgets
May 14, 2026
f9b7840
style: white bg + violet border + shadow for all widget cards
May 14, 2026
395c1d0
fix: widen code and mermaid expand modals to 90vw
May 14, 2026
0a8c29e
fix: use size=large on expand modals to bypass sm:max-w-lg
May 14, 2026
e8b84fb
fix: auto-size expand modals to content
May 14, 2026
a9fc6a6
feat: mermaid modal opens at 200% zoom by default
May 14, 2026
f29643f
feat: attach Anthropic file resources to agent sessions
May 14, 2026
ca947a4
fix: buttons widget white bg, horizontal scroll for long options
May 14, 2026
ea9f100
style: increase vertical margin on all box elements (my-2 → my-4)
May 14, 2026
1e7c8fc
fix: buttons text wraps instead of truncating
May 14, 2026
3c90c4d
revert: remove unused FileIDs plumbing
May 14, 2026
70a03b9
feat: group consecutive tool messages into collapsible block
May 14, 2026
f6631b9
style: restyle tool messages - darker text, expand below, code block …
May 14, 2026
94df447
feat: clickable run reference chips
May 14, 2026
fa52392
fix: allow run: protocol in ReactMarkdown urlTransform
May 14, 2026
544d2aa
feat: run chips with rabbit icon, run title, and status colors
May 14, 2026
a4b6136
fix: use ~ instead of | as run chip status separator
May 14, 2026
56832da
refactor: RunChip auto-resolves status and label from query cache
May 14, 2026
16365ed
refactor: use RUN_STATUS_META from runPresentation for chip colors
May 14, 2026
cd236f8
fix: seed query cache with mock runs in RunChip storybook stories
May 14, 2026
56441d0
feat: rich hover card on run chips
May 14, 2026
a76a4f1
feat: RunChip auto-fetches run data if not in cache
May 14, 2026
eb1ac19
simplify: RunChip uses agent-provided title+status, no API fetch
May 14, 2026
32ff25c
feat: add NodeChip widget for referencing canvas nodes in agent chat
May 14, 2026
8ff0d35
fix: remove useReactFlow from NodeChip — not inside ReactFlowProvider
May 14, 2026
6d6ca63
rewrite: NodeChip with proper API data types and custom hover card
May 14, 2026
8d1bf89
feat: Lucide icons for core component node chips
May 14, 2026
30cb15a
feat: node chip click zooms canvas to the node
May 14, 2026
7cd66d4
remove leftover AGENT_WIDGETS_README.md from Claude Code
May 14, 2026
6405222
cleanup: review fixes
May 14, 2026
89c9875
feat: mermaid click-to-expand + 250% default zoom
May 14, 2026
b15f68b
fix: table horizontal scroll for wide content
May 14, 2026
79a2d26
fix: CI failures — lint, format, tests, types, dead files
May 14, 2026
7485bbd
fix: approve robust-predicates license (The Unlicense)
May 14, 2026
e6b16ee
fix: TS percent undefined, ESLint complexity budget
May 15, 2026
49ea92c
fix: reduce NodeChip complexity (18→10) for ESLint budget
May 15, 2026
b6ca4b1
fix: update ESLint budget baseline for new widget code
May 15, 2026
9955434
fix: ESLint budget — refactor parser, restore baseline
May 15, 2026
0ef41cb
fix: eliminate ESLint budget changes — suppress shadcn chart complexity
May 15, 2026
dbcb6fd
fix: reduce chart.tsx complexity by extracting helpers
May 15, 2026
ffb697d
fix: license approval author should be Aleksandar Mitrovic
May 15, 2026
9fcd4af
fix: use inferred type for tooltip payload item
May 15, 2026
88e74ca
feat: tool groups and commands auto-expanded by default
May 15, 2026
e4d0581
fix: restore eslint budget baseline from main
May 15, 2026
f0cbd63
fix: resolvePayloadKey type — dataKey can be number
May 15, 2026
497f5e7
fix ci
forestileao May 15, 2026
a05c7d1
add new line
forestileao May 15, 2026
9e136cf
fix license
forestileao May 15, 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 @@ -161,6 +161,12 @@
:why: License reported as SEE LICENSE IN LICENSE; dependency vetted for SuperPlane UI analytics use.
:versions: []
:when: 2026-05-13 00:00:00.000000000 Z
- - :approve
- robust-predicates
- :who: SuperPlane maintainers
:why: The Unlicense; transitive mermaid/d3 geometry dependency, permissive and compatible with Apache-2.0.
:versions: []
:when: 2026-05-15 00:00:00.000000000 Z
- - :approve
- tar
- :who: SuperPlane maintainers
Expand Down
Loading
Loading