CREDO23
a32d089199
tool-ui: route HITL imports through chat-messages slice.
2026-05-09 18:31:52 +02:00
CREDO23
97a7626179
chat-messages: add timeline tool registry with HITL-aware fallback.
2026-05-09 18:31:45 +02:00
CREDO23
48c4df822a
chat-messages: add timeline module with builder, grouping, items, and rendering.
2026-05-09 18:31:33 +02:00
CREDO23
9e451a5907
chat-messages: add hitl module with types, hooks, bundle, approval cards, and edit panel.
2026-05-09 18:31:23 +02:00
CREDO23
d9ad9ca5cb
chat-messages: refresh feature module architecture doc.
2026-05-09 18:31:16 +02:00
Matt Van Horn
790a6f8c37
feat(a11y): add aria-label to clickable media cards
...
The hero carousel video card and use-cases grid image card already had
role="button", tabIndex={0}, and onKeyDown handlers. Adds the missing
aria-label so screen readers announce what each clickable card does.
Both cards now use aria-label={`Expand ${title}`}, matching the example
in the issue.
Fixes #913
2026-05-09 07:05:57 -07:00
CREDO23
5c1f5edd75
Add chat-messages feature module architecture doc.
2026-05-09 14:39:44 +02:00
CREDO23
a8417e3c45
Render HITL approval cards inline in the thinking-steps timeline.
2026-05-09 14:37:06 +02:00
DESKTOP-RTLN3BA\$punk
de87a55a1f
Merge commit ' 83ee58016e' into dev
2026-05-09 04:58:57 -07:00
DESKTOP-RTLN3BA\$punk
c603b46ea4
feat: added architecture improvement skill
2026-05-09 04:31:53 -07:00
Anish Sarkar
de6fc80dbd
chore: ran linting
2026-05-09 05:28:09 +05:30
Anish Sarkar
f7bac59a4b
test(integration): enhance Drive indexer credential resolution tests for Composio and native connectors
2026-05-09 05:26:36 +05:30
Anish Sarkar
dbf575fbd0
chore: ran linting
2026-05-09 05:16:20 +05:30
Anish Sarkar
2f540ee065
refactor(tests): simplify logging messages and enhance manual upload journey tests
2026-05-09 05:10:05 +05:30
Anish Sarkar
66eebf614f
test(e2e): cover connector PDF docling indexing in journeys
2026-05-09 05:04:00 +05:30
Anish Sarkar
fbfde74cdc
test(e2e): route connector PDF canary responses in chat fake & add connector PDF canaries
2026-05-09 05:03:38 +05:30
Anish Sarkar
5a2357b981
test(e2e): serve binary PDF bytes from storage connector fakes
2026-05-09 05:03:07 +05:30
Anish Sarkar
ad226853e5
test(e2e): wire PDF metadata into connector fixture JSONs
2026-05-09 05:02:40 +05:30
Anish Sarkar
fc32ab0cf3
test(e2e): add shared binary fixture loader for connector fakes
2026-05-09 05:02:23 +05:30
Anish Sarkar
523563b948
test(e2e): add canary PDFs and reproducer for connector docling coverage
2026-05-09 05:02:04 +05:30
Anish Sarkar
03ce8c1b81
test(e2e): cover manual file upload journey
2026-05-09 04:41:07 +05:30
Anish Sarkar
0846857b52
test(e2e): add pdf & markdown fixture for manual upload docling branch
2026-05-09 04:40:54 +05:30
Anish Sarkar
f9fe84fcfb
test(e2e): add canary tokens for manual upload md and pdf fixtures
2026-05-09 04:40:17 +05:30
CREDO23
4b2c9f07cd
Group delegated thinking steps under their task parent and show subagent name.
2026-05-09 00:40:06 +02:00
CREDO23
e7c5204b02
Indent tool cards under an active delegating task span.
2026-05-09 00:39:59 +02:00
CREDO23
39084b3075
Forward tool SSE metadata into the streaming content parts.
2026-05-09 00:39:50 +02:00
CREDO23
47e64d1861
Persist optional relay metadata on tool-call and thinking-step state.
2026-05-09 00:39:43 +02:00
CREDO23
1761b60c16
Carry thinkingStepId on tool output and extend builder and parity tests.
2026-05-08 23:17:12 +02:00
CREDO23
32092c0b65
Pass thinkingStepId through tool-input start and available metadata.
2026-05-08 23:17:05 +02:00
CREDO23
a309e830d3
Document thinkingStepId on tool-call parts and first-key metadata merge.
2026-05-08 23:17:01 +02:00
CREDO23
007a0a30ec
Cover tool_activity_metadata for span-only, step-only, and combined cases.
2026-05-08 23:16:56 +02:00
CREDO23
d136fcd054
Add tool_activity_metadata to merge spanId and thinkingStepId for tools.
2026-05-08 23:16:44 +02:00
CREDO23
3dbcac4b9d
Merge span metadata into persisted tool-call and thinking parts.
2026-05-08 22:48:07 +02:00
CREDO23
e802de2333
Include optional metadata on tool and thinking-step SSE payloads.
2026-05-08 22:47:58 +02:00
CREDO23
f1d80ffe5d
Forward span metadata from report_progress thinking updates.
2026-05-08 22:47:50 +02:00
CREDO23
1dcb08e925
Attach active span metadata to thinking-step SSE and completion.
2026-05-08 22:47:46 +02:00
CREDO23
3ed09bdd90
Clear spans after task completion and pass span id on tool output.
2026-05-08 22:47:38 +02:00
CREDO23
2c1b219c6c
Open task spans at tool start and tag unmatched tool-input SSE.
2026-05-08 22:47:32 +02:00
CREDO23
695f9ded2c
Mint pending span id when the task tool registers from chunks.
2026-05-08 22:47:08 +02:00
CREDO23
f944cdacb7
Add helpers to open and close task delegation span ids.
2026-05-08 22:47:03 +02:00
CREDO23
f0f87107f2
Track active task span id on the agent event relay state.
2026-05-08 22:46:58 +02:00
Anish Sarkar
f02f64725e
test(e2e): cover ClickUp live MCP journey
2026-05-08 13:13:35 +05:30
Anish Sarkar
68e1d78d23
test(e2e): wire ClickUp Playwright fixtures
2026-05-08 13:13:08 +05:30
Anish Sarkar
e211028866
test(e2e): add ClickUp MCP backend fake
2026-05-08 13:12:34 +05:30
Anish Sarkar
4b347caefc
test(e2e): cover native Dropbox indexing journey
2026-05-08 12:28:46 +05:30
Anish Sarkar
7303e3ebb3
test(e2e): wire Dropbox Playwright fixtures
2026-05-08 12:28:26 +05:30
Anish Sarkar
69437b1fe4
test(e2e): add Dropbox backend fake
2026-05-08 12:27:45 +05:30
Anish Sarkar
2d78dda487
test(e2e): add OneDrive connector Playwright journey
2026-05-08 03:48:58 +05:30
Anish Sarkar
da8b151634
test(e2e): wire OneDrive fake into harness
2026-05-08 03:48:35 +05:30
Anish Sarkar
3ee633cb23
test(e2e): add OneDrive Graph backend fake
2026-05-08 03:48:18 +05:30