ciregenz
6481fd999d
[eric] frontend: orphaned app cards show a friendly missing-files state instead of raw 404 JSON
2026-06-09 17:20:11 -07:00
ciregenz
89ac24da5b
[eric] frontend: scope the session-list strip to the fetched dashboard, hopping dashboards ate finished chats
2026-06-09 17:20:10 -07:00
ciregenz
fb3e3e702a
[eric] frontend: cap live webviews at 8, farthest-from-center non-agent cards park first so heavy pages degrade instead of OOM
2026-06-09 16:59:32 -07:00
ciregenz
662468a755
[eric] frontend: boot browser cards parked (title placeholder, no guest process), wake on zoom-in or agent dispatch
2026-06-09 16:33:50 -07:00
ciregenz
ab30b4c515
[eric] frontend: restore the original empty-state shimmer, gated on dashboard-active so it never burns unwatched
2026-06-09 16:21:30 -07:00
ciregenz
9e30040186
[eric] frontend: empty-state glint as per-letter opacity wave, original dim look back at compositor cost
2026-06-09 16:10:36 -07:00
ciregenz
cd1db491b2
[eric] frontend: bring back the empty-state shimmer as a transform-only sheen, composited instead of repainting 60fps
2026-06-09 16:00:03 -07:00
ciregenz
1fd32b7bc3
[eric] backend: add Fable 5 subscription (cc/) row, verified live 200 on the Claude sub
2026-06-09 15:58:19 -07:00
ciregenz
35bef3b63a
[eric] frontend: keepalive flush + pagehide drain so window close stops eating queued events
2026-06-09 15:50:40 -07:00
ciregenz
f728a1e485
[eric] service: spool 429/timeout/5xx instead of dropping, warn on 4xx rejects + spool evictions
2026-06-09 15:50:40 -07:00
ciregenz
bb654fca62
[eric] frontend: re-evaluate webview suspension on window resize, a shrunken window never suspended
2026-06-09 15:20:52 -07:00
ciregenz
68af9c1b2b
[eric] frontend: activation_failed telemetry logged [object Object], surface err.message
2026-06-09 15:10:55 -07:00
ciregenz
ed2aa322ca
[eric] backend: PUT settings preserves server-owned fields, stale drafts wiped pro bearers
2026-06-09 15:10:55 -07:00
ciregenz
d0b23ea616
[eric] frontend: polish subscription + pro cards (hover lift, hover-reveal disconnect)
2026-06-09 14:55:08 -07:00
ciregenz
8389db0c21
[eric] frontend: keep model descriptions version-free so new releases don't make them stale
2026-06-09 14:55:08 -07:00
ciregenz
7ab61057df
[eric] backend: surface Fable 5 in the model picker on the api-key route + price it $10/$50
2026-06-09 14:55:07 -07:00
ciregenz
b8a0c0814c
[eric] dashboard: suspend offscreen browser webviews to a snapshot, cuts RAM/CPU at scale
2026-06-09 14:06:18 -07:00
ciregenz
1be1ce581d
[eric] providers: Fable 5 turns thinking off by omitting the param, not thinking:disabled (which 400s)
2026-06-09 14:06:18 -07:00
ciregenz
a774f68b96
[eric] providers: add Claude Fable 5 on the API-key route (sub route held on pinned 9router)
2026-06-09 13:27:45 -07:00
ciregenz
c035c3377a
[eric] frontend: clear pong timeout before the rAF coalescer, a frameless window buffered pongs and suicided healthy sockets
2026-06-09 12:59:00 -07:00
ciregenz
49bd292746
[eric] backend: answer client:ping on /ws/dashboard, the missing pong let the client heartbeat kill the socket every 35s
2026-06-09 12:59:00 -07:00
ciregenz
e2873e0fbd
[eric] frontend: drop the infinite empty-state shimmer, idle dashboard burned ~20% CPU repainting it
2026-06-09 12:28:48 -07:00
ciregenz
e13f282050
[eric] frontend: reconnect layout refetch merges (keeps live card positions) instead of blind-replacing
2026-06-09 04:52:49 -07:00
ciregenz
09fc33beaf
[eric] release: bump version to 1.2.75
v1.2.75
2026-06-09 03:02:16 -07:00
ciregenz
8159d79c4a
[eric] frontend: stop the session-list poll from clobbering live chat messages, fixes the user bubble vanishing on click-out/in
2026-06-09 02:51:40 -07:00
ciregenz
e24a63c13c
[eric] browser: steer paginated gathers to sweep in batch (RepeatFlow + sessionStorage / scroll-then-read), not one page per turn
2026-06-09 02:39:31 -07:00
ciregenz
bfcad98b76
[eric] browser: BrowserSaveData writes a big page dataset to one sandboxed file, ending the dispatch-per-chunk waste
2026-06-09 02:05:26 -07:00
ciregenz
9eb0e2cb2b
[eric] browser: new gathered data resets the spin backstop, so a page-by-page gather runs to completion instead of getting cut with partial results
2026-06-08 23:47:26 -07:00
ciregenz
ba41409577
[eric] browser: spin backstop nudges a clean Done wrap-up, not a mid-thought cutoff
2026-06-08 23:26:15 -07:00
ciregenz
438d1e36d4
[eric] browser: arm the send-completion shortcut only for send tasks, not gathers (cookie click faked a send)
2026-06-08 23:02:55 -07:00
ciregenz
07f911d200
[eric] browser: a clean success needs an explicit Done; recognize gather asks, steer them to BrowserExtract
2026-06-08 22:37:33 -07:00
ciregenz
91073becec
[eric] browser: finish via a Done(message) tool so the user gets a plain conversational reply, not the OUTCOME tag
2026-06-08 22:15:52 -07:00
Eric
45b94e7822
[eric] browser: default Windows to the real webview now that Electron 42 fixed the mount segfault
...
- faithful in-process probes on the real 42 binary mount the webview (incl. two in a transformed canvas with real nav + reload churn) with zero host-renderer crash
- validated live on a Windows laptop: the agent drives a real page instead of the dead iframe
- replaces the DevTools opt-in with default-on; same crash-safe guard falls back to the iframe and never boot-loops
- arms the pending marker during render (before commit) so browserless sessions cannot false-positive
2026-06-08 19:46:02 -07:00
ciregenz
c2c349c7fe
[eric] browser: make the Windows webview opt-in persistent + crash-safe (was a one-shot console hack), so a full task can validate the Electron 42 commit crash
2026-06-08 16:20:35 -07:00
ciregenz
4e78925395
[eric] release: bump version to 1.2.73
v1.2.73
2026-06-08 14:56:24 -07:00
ciregenz
dd0f70d9a3
[eric] onboarding: delete the now-unreachable docked resume tab, migrate stale docked state to hidden
2026-06-08 13:17:28 -07:00
ciregenz
1d57ee6680
[eric] settings: new agent chats spawn expanded by default (toggle off in Settings > Interface)
2026-06-08 13:15:48 -07:00
ciregenz
030844d6a9
[eric] onboarding: Skip fully dismisses the tour (hidden) until Settings > Restart tour, no resume tab
2026-06-08 13:15:45 -07:00
ciregenz
110dc1c745
[eric] browser: fast-path emits a synthetic BrowserAgent tool-call/result so the 'Browser Agent' bubble always shows, even when the orchestrator is skipped
2026-06-08 13:07:12 -07:00
ciregenz
7238f86346
[eric] electron: silence the per-CDP-node ipc.handle log spam (hundreds per page read); OPENSWARM_DIAG_IPC=1 restores the firehose
2026-06-08 12:59:13 -07:00
ciregenz
b634638677
[eric] browser: poll the interactives list for the real Send button after a composer fill so the handoff actually fires (was 0/10, racing the lazy render)
2026-06-08 12:42:18 -07:00
ciregenz
8d9c75803c
[eric] browser: restore the Send-button handoff (points the model at the Send index after a fill); deleting it brought the Send-hunt back, it was NOT redundant with the wait
2026-06-08 00:58:38 -07:00
ciregenz
bf5f95573a
[eric] browser: wait up to 6s (not 2.5s) for the lazy-rendering Send button after a composer fill, kills the re-list turn and the late-Send miss
2026-06-08 00:44:26 -07:00
ciregenz
cdba825277
[eric] browser: final message is ONLY the OUTCOME line in plain human words, no narration preamble or UI jargon
2026-06-08 00:31:27 -07:00
ciregenz
2d59a0fbf1
[eric] browser: stall-path completion text is a plain confirmation, never the raw action-log proof (indices/coords)
2026-06-08 00:15:39 -07:00
ciregenz
f8c812353e
[eric] browser: agent writes a plain human final message (no UI jargon/OUTCOME mechanics); delete the leaky send-ready advisory, dead prefix flag, and humanize aux experiment
2026-06-08 00:09:50 -07:00
ciregenz
ce8e74b96a
[eric] browser: skill-replay returns a normal OUTCOME line so the parent translates it, no more 'learned skill replay (N steps, no LLM)' leaking to users
2026-06-07 23:49:21 -07:00
ciregenz
725578b2a8
[eric] browser: orchestrator translates the OUTCOME line into a plain human confirmation; drop hardcoded task-specific examples from prompts
2026-06-07 23:44:39 -07:00
ciregenz
d5fc146123
[eric] browser: never leave a tool_use unanswered (backfill mid-turn + validate both directions) so a 30s upstream reset stops 400-killing the run
2026-06-07 23:04:59 -07:00
ciregenz
2409e2d4cd
[eric] browser: fire the learning self-audit every 25 finished tasks in a daemon thread (zero hot-path latency)
2026-06-07 21:33:38 -07:00