1141 Commits
Author SHA1 Message Date
ciregenz 14120a43f7 [eric] changelog: 1.7.7 gains the passkey sign-in and board-wipe lines 2026-08-12 09:35:53 -07:00
ciregenz 3333408195 [eric] agents: a garbled dashboard file can no longer wipe the board; the sessions list fails loud instead of answering empty, and an unscoped fetch loses its delete authority
(cherry picked from commit 0b0a5d78ca)
2026-08-12 09:35:14 -07:00
ciregenz 8032971468 [eric] service: a completed shutdown stands the hard-exit fuse down; it was firing os._exit(0) inside the test runner and silently killing 42% of the suite
(cherry picked from commit 25fb3677ca)
2026-08-12 00:02:40 -07:00
ciregenz c73264fbdd [eric] apps: the vite boot lock is loop-local here too, and the serve-static spawn test stops mocking a sync method with an async one 2026-08-11 23:36:23 -07:00
ciregenz 29f9e4401e [eric] apps: 1.7.7 takes the serve-static boot-lock fix; without it the first serve-static app wedged every other app on "Starting preview" 2026-08-11 23:25:47 -07:00
ciregenz ebb0603f45 [eric] release: 1.7.7 is exp.2's proven tree promoted to stable; 1.7.6 never shipped as stable so its changelog entry becomes 1.7.7's 2026-08-11 20:36:27 -07:00
ciregenz 8ceca9ac97 [eric] tool-ui: every ShowUI card needs a stable id, and one question can only be answered once across all its surfaces 2026-08-10 22:46:12 -07:00
ciregenz fe77b64d8c [eric] release: 1.7.6-exp2 carries tonight's sign-in, update, resilience and tool-ui fixes 2026-08-10 22:07:34 -07:00
ciregenz 69c34b7439 [eric] agents: CreateApp is offer-first; track/organize/plan asks answer in chat instead of scaffolding an app 2026-08-10 17:55:10 -07:00
ciregenz 49dfab9eb9 [eric] tool-ui: validation bounces return plain content, not isError, so they persist and dead asks can demote 2026-08-10 17:32:53 -07:00
ciregenz 4cf0971693 [eric] tool-ui: asks pair by tool_use_id, early clicks held, stops release waits, dead asks go quiet 2026-08-10 14:45:11 -07:00
ciregenz b0b7df3f61 [eric] agents: tool-ui default-on with media; WebFetch names its authed tier by-design 2026-08-10 14:06:49 -07:00
ciregenz 784b33c15a [eric] web: bing + brave join the keyless race behind ddg; bing went 50/50 on the burst that tripped both ddg and brave 2026-08-10 14:02:42 -07:00
ciregenz d506cf1896 [eric] web: startpage's proof-of-work wall now covers POST too; name it a refusal so the breaker benches the dead engine honestly 2026-08-10 13:01:38 -07:00
ciregenz ade1207d86 [eric] crash: shutdown fuse hard-exits a wedged backend tree in 10s, uvicorn drains connections on an 8s budget, and three GPU deaths buy one boot of software rendering with an honest pill 2026-08-10 09:02:31 -07:00
ciregenz edd72376f6 [eric] browser: the routing classifier treats the browser as last resort; native integrations beat it, search beats a page visit, reading beats acting 2026-08-10 08:47:13 -07:00
ciregenz d215facb94 [eric] release: version 1.7.6-exp1; an experimental build rides its base release notes and the Help agent names the running version 2026-08-10 08:39:15 -07:00
ciregenz 366f74f688 [eric] browser: the first-message fast path learns which integrations are natively connected, so a Slack ask stops opening a browser when Slack tools exist 2026-08-10 08:18:59 -07:00
ciregenz 263ce73b05 [eric] release: 1.7.6 release notes + the spawn-env test learns the auto-memory kill switch, so the pre-tag gates go green 2026-08-10 08:15:38 -07:00
ciregenz 91058c0663 [eric] browser: a dashboard-less session that asks for a browser gets a one-line error instead of a hung tool call and an empty errored sub-session 2026-08-09 20:24:03 -07:00
ciregenz 7297b0a8e3 [eric] agents: the CLI's own auto-memory is disabled on every spawn, so memories stop landing in per-chat buckets and MemoryRead/MemoryWrite on the shared store is the one memory surface 2026-08-09 19:53:14 -07:00
ciregenz d7ed3cda2d [eric] apps: the template vite config loads as ESM (.mts) and deps ride a vendored lockfile, so a fresh app boots on the bundled node 20 instead of dying on ESM-only plugins 2026-08-09 18:17:44 -07:00
ciregenz 97d0c7a8ef [eric] apps: an app nobody is editing serves its built bundle with no dev-server process (~270MB -> ~0), vite reboots the moment an agent binds or the dist goes stale 2026-08-09 16:53:14 -07:00
ciregenz b47ad9c60f [eric] agents: active time is stall-capped inter-event work, so one wedged turn can't book 54 hours of 'agent time' 2026-08-09 14:08:34 -07:00
ciregenz 5eca1df72d [eric] agents: mid-turn provider backoff shows a muted retrying pill instead of a dead card, and transient pills survive session status frames 2026-08-09 14:01:11 -07:00
ciregenz 3c2aeb8fa7 [eric] apps: runtime status carries ready + serving_url, so 'spawned' and 'actually serving' stop being the same claim 2026-08-09 12:51:12 -07:00
ciregenz 14d4a71e15 [eric] agents: a TLS certificate failure is non-transient and says so, instead of burning 335s of retries on a broken cert chain 2026-08-09 12:51:02 -07:00
ciregenz 95a41451b3 [eric] apps: grant identity is server-derived only (minted per-app tokens + serve-path referer), forged ids refused, grant dialogs queue 2026-08-09 11:47:27 -07:00
ciregenz 6bd3f93f07 [eric] chat: questions and tool permission asks render as the vendored tool-ui cards (question-flow + approval-card); QuestionForm extracted to kill an import cycle; registry loads the full question-flow union 2026-08-09 10:01:02 -07:00
ciregenz 0688c85607 [eric] apps: apps can call the user's connected tools behind a per-app grant gate (approval card, deny-by-default, Origin-derived identity) 2026-08-09 08:52:36 -07:00
ciregenz 0592437941 [eric] memory: agents get MemoryRead/MemoryWrite (atomic batch, overflow-consolidate protocol) and the prompt block freezes per session, hermes-agent style 2026-08-09 08:52:30 -07:00
ciregenz 02cc65632a [eric] tool-ui: repair the payload shapes agents actually emit (stat keys, step ids, receipt outcomes), so widgets render instead of quietly falling back 2026-08-09 07:48:30 -07:00
ciregenz 4ac57967ff [eric] agents: the last silent-quit nudge demands a text answer instead of more work, and an exhausted budget says so in the chat 2026-08-08 22:35:41 -07:00
ciregenz c9840eb00b [eric] hardening: legacy pre-collapse tool ids canonicalize to core, and the docked mini gets a load listener plus a 1s belt so a silent layout shift can't strand it 2026-08-08 20:48:47 -07:00
ciregenz 16d6b5e378 [eric] agents: combined server answers tool calls on threads and survives a broken module, restoring the parallelism ten processes gave for free 2026-08-08 14:35:35 -07:00
ciregenz 4faba74d55 [eric] agents: every builtin tool server rides ONE process per chat, and the gate enumerates its grants instead of wildcarding 2026-08-08 12:59:50 -07:00
ciregenz 4d86b3377d [eric] agents: the three ungated meta MCP servers ride one process, cutting three idle interpreters per parked chat 2026-08-08 09:41:45 -07:00
ciregenz ab847fe2c4 [eric] apps: a spawned agent lands on the most-recent dashboard when the app names none, so the card is visible not just real 2026-08-08 02:14:27 -07:00
ciregenz 9541d0cf09 [eric] apps: the warm node_modules cache proves completion with a sentinel and never npm-installs on the request path, which wedged the whole backend 2026-08-08 02:14:26 -07:00
ciregenz a12047ae66 [eric] apps: the full tool-ui widget set is vendored into every app workspace behind an @toolui alias, deps exact-pinned to the host's locked versions 2026-08-08 01:22:43 -07:00
ciregenz 610ba00a9d [eric] apps: the host SDK lands, apps call the user's models, fire workflows, and spawn positioned agents through pre-wired helpers 2026-08-08 01:14:00 -07:00
ciregenz 1f3c211146 [eric] apps: generated apps default to an Apple design language, SF-first type, system blue, iOS grays, hairline structure 2026-08-08 01:05:40 -07:00
ciregenz f25fe95c37 [eric] browser: RequestHumanIntervention is never auto-injected, the toggle really removes it, and workflow runs never see it 2026-08-08 00:37:38 -07:00
ciregenz bb906d81b8 [eric] apps: a frozen app runtime is thawed before it is reaped, so a parked ghost stops surviving every TERM we send it 2026-08-07 21:48:58 -07:00
ciregenz b537a4ed63 [eric] apps: the ghost reaper reads working directories too, so an orphaned app backend whose argv never names the workspace stops being invisible 2026-08-07 21:36:51 -07:00
ciregenz 01e295ac5c [eric] agents: parked CLIs die at 10 minutes and the warm cap drops to 8, cutting the measured 1.3GB idle ceiling roughly in half 2026-08-07 21:10:44 -07:00
ciregenz 08694d18b8 [eric] apps: the ghost reaper matches workspace paths case-insensitively, so a packaged app's openswarm vs OpenSwarm casing no longer spares orphans 2026-08-07 21:00:44 -07:00
ciregenz 2bd42f7f35 [eric] tests: the sync-test contract tests now pin the progress-based wait, not the deleted fixed budget 2026-08-07 20:27:10 -07:00
ciregenz 8e9baee839 [eric] workflows: at most 3 run at once, extra due fires queue for a slot and give up honestly, so 30 saved workflows can never become 30 live agents 2026-08-07 20:26:27 -07:00
ciregenz dfed363db7 [eric] apps: the scaffold ships a durable store and the skill forbids memory-only state, since the runtime dies on a timer 2026-08-07 20:01:06 -07:00