hyperhive/frontend/packages/agent/src/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 3747d46fae agent ui: stop pause/resume from navigating to hive-c0re's raw response
pauseAction.ts submitted a real <form> POST, so clicking pause/resume
navigated the whole page to hive-c0re's plain-text "ok" response body
instead of staying on the agent terminal. Switch to a fetch with
mode: 'no-cors' (still cross-origin-safe, no CORS headers needed from
hive-c0re) + credentials: 'include' to match the form's cookie
behavior, then refresh() the agent state afterward, matching the
existing postModel/postEffort pattern right next to it in Root.tsx.
2026-08-30 03:57:11 +02:00
..
classifyEvent.ts agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
dashboardBase.ts agent: wire Header/StatusChips to real /api/state polling 2026-08-28 22:05:13 +02:00
format.ts agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
linkify.tsx agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
loginAction.ts agent: LoginFlow — the needs_login recovery UI app.js's rewrite was missing 2026-08-28 22:05:13 +02:00
markdown.ts agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
modelEffort.ts agent: wire Header/StatusChips to real /api/state polling 2026-08-28 22:05:13 +02:00
pauseAction.ts agent ui: stop pause/resume from navigating to hive-c0re's raw response 2026-08-30 03:57:11 +02:00
streamRow.ts agent: LiveStream/Row/DetailsRow — Preact live event pane 2026-08-28 22:05:13 +02:00
termActions.ts agent: TermInput — composer + slash commands 2026-08-28 22:05:13 +02:00
useConfirmClick.ts agent: TodosPanel/InboxPanel flyouts + header pills 2026-08-28 22:05:13 +02:00