2608 Commits
Author SHA1 Message Date
ciregenz 14120a43f7 [eric] changelog: 1.7.7 gains the passkey sign-in and board-wipe lines v1.7.7 2026-08-12 09:35:53 -07:00
ciregenz e9ec64c64b [eric] passkeys: the account-selection handler read the wrong argument and answered null, cancelling every passkey sign-in; sign-in works again (ENG-269)
(cherry picked from commit c00d8b8380)
2026-08-12 09:35:23 -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 074b1a9bec [eric] release: experimental versions use the documented exp.N form so successive builds share one update channel v1.7.6-exp.2 2026-08-10 23:32:11 -07:00
ciregenz 9efc0cb515 [eric] browser: a sign-in popup from a browser card keeps that card's user agent, so Google stops refusing it (ENG-238); reconnecting pill portals to body so it centres 2026-08-10 23:19: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 3a2d1049c3 [eric] resilience: a stalled request probes the backend instead of waiting out its timeout, so a wedged port surfaces in seconds 2026-08-10 21:45:23 -07:00
ciregenz 08d04d39f3 [eric] tool-ui: a press on an ask button in the collapsed pill reaches it, drag-capture no longer eats the click (ENG-232) 2026-08-10 21:30:48 -07:00
ciregenz b56e91b1eb [eric] resilience: api fetches ride backend restarts (bounded retry), a dead backend shows an honest reconnecting pill and self-heals 2026-08-10 20:35:07 -07:00
ciregenz 6a49713695 [eric] sign-in: deep links queue-and-drain (no lost race) with durable retry-until-identity-lands handoff 2026-08-10 19:44:18 -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 bceb407b56 [eric] updates: first check reads the experimental toggle from disk, ending the prerelease self-downgrade ping-pong 2026-08-10 17:55:10 -07:00
ciregenz fb71f3b686 [eric] tool-ui: posts, links and images open as browser cards on click, leaving fullscreen first (ENG-234) 2026-08-10 17:32:53 -07:00
ciregenz 91c273c8e3 [eric] tool-ui: question-flow answers deliver (onSelect/onComplete), respond dedupes, dead sessions never look answerable 2026-08-10 17:32:53 -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 321b1ef549 [eric] release: the experimental publish belt also sets the prerelease flag, which electron-builder dropped on both exp1 cuts 2026-08-10 13:04:52 -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 785ee1301c [eric] boot: a failed first window load retries with backoff instead of stranding the splash forever, so a boot-time network-service crash stops reading as a bricked app v1.7.6-exp1 2026-08-10 10:38:36 -07:00
ciregenz de1915e20f [eric] updates: opting out of experimental builds offers the current stable even though it is a downgrade, so a tester is never stranded on a prerelease 2026-08-10 10:17:32 -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 7ba5a067d7 [eric] crash: browser-card teardown quiesces every webview to a committed about:blank before unmount, closing the live-surface destroy gap app cards already had covered 2026-08-10 08:46:23 -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 8aac6656c4 [eric] crash: app-card teardown waits for the about:blank commit event plus a settle frame instead of a 250ms fail-open timer, so a loaded machine stops destroying live GPU surfaces mid-composite 2026-08-10 08:37:42 -07:00
ciregenz df8af72125 [eric] crash: safe-mode loop breaker; two dirty exits in ten minutes boots with webviews parked as screenshots and app runtimes held until clicked, with a crash fingerprint from the newest minidump 2026-08-10 08:36:47 -07:00
ciregenz 2d5f35ad6e [eric] browser: agent commands restore the user's typing focus, so a running browser agent stops yanking the cursor out of the composer 2026-08-10 08:27:12 -07:00
ciregenz b91b271e19 [eric] ui: dead Create Custom connector entry removed, browser AI badge removed, and choice widgets show their question title and description 2026-08-10 08:24:41 -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 44d326e595 [eric] release: bump version to 1.7.6 2026-08-09 22:02:02 -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 45b3a9de37 [eric] canvas: layout load keeps exactly one fullscreen owner, so a pre-1.7.6 profile with a second persisted fullscreen entry can no longer drag cards while fullscreen 2026-08-09 18:31:04 -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 09df1c2d17 [eric] build: the webapp-template node_modules archive skips when already built for the digest, so an interrupted build stops re-running the 22s npm install every restart 2026-08-09 17:04:58 -07:00
ciregenz 0d98fd6bc7 [eric] model picker: groups render subscriptions first, API keys second, routers last with tier separators, never interleaved 2026-08-09 17:01:41 -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 2476d4c03d [eric] linter: the file-size debt is reported (82 grandfathered oversized files, top offenders named) instead of hiding behind the enforcement zero 2026-08-09 14:47:31 -07:00
ciregenz 4804e232d9 [eric] canvas: NOTHING drags in fullscreen (untileForDrag chokepoint + guards on app and window cards; exit is the pill, green dot, or Escape) 2026-08-09 14:47:31 -07:00
ciregenz f10591f07c [eric] canvas: the legacy inline app picker is gone (Cmd+M and the composer route open the Applications window) 2026-08-09 14:15:27 -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