1141 Commits
Author SHA1 Message Date
ciregenz dec16d78db [eric] apps: the ghost sweep fails closed, a bad ps scan or a mid-spawn race can no longer read working apps as ghosts 2026-08-07 19:54:11 -07:00
ciregenz f32bcafc01 [eric] apps: idle pool holds 6 frozen runtimes instead of 3, affordable now that the TTL bounds their lifetime 2026-08-07 19:51:25 -07:00
ciregenz 913f597656 [eric] apps: ghosts get swept every 10 minutes not just at boot, and a frozen idle runtime dies after 15 minutes instead of squatting RAM forever 2026-08-07 19:47:16 -07:00
ciregenz 0417e70b72 [eric] memory: the profile is about the person, not the project, and saying nothing is the default 2026-08-07 17:53:40 -07:00
ciregenz 0c83bb8f78 [eric] canvas: an app window owns its wheel whether or not you clicked in first; workflow tests wait on progress, not a clock 2026-08-07 17:37:30 -07:00
ciregenz 9b54b39dde [eric] workflows: a test that runs long hands back what it has instead of telling the agent to poll; memory stops re-deriving facts it already stored 2026-08-07 17:33:20 -07:00
ciregenz bde92de062 [eric] prompt: reading the web starts with WebSearch/WebFetch and only escalates to the browser when they come back thin 2026-08-07 17:18:30 -07:00
ciregenz 050a02fc52 [eric] workflows: a new workflow runs on the model you actually configured, not Anthropic's API lane 2026-08-07 17:06:48 -07:00
ciregenz 6d8ecc6fd4 [eric] canvas: the host window allows visual zoom, so macOS actually delivers a trackpad pinch to the dashboard (ENG-186) 2026-08-07 16:24:07 -07:00
ciregenz d1d8597513 [eric] help: the 1.7.5 notes describe the build that exists, not the one that was planned 2026-08-07 15:52:28 -07:00
ciregenz 69797ba88a [eric] workflows: pausing one clears its queued missed fires, so a switched-off workflow leaves nothing behind 2026-08-07 15:47:31 -07:00
ciregenz 5485021b7b [eric] workflows: a stalled label lane can no longer hold a step edit open, which is what bricked the editor 2026-08-07 15:41:07 -07:00
ciregenz f018eefdb9 [eric] workflows: a deleted workflow stays deleted, so the immortal 45-minute ghost can't write itself back to life 2026-08-07 15:05:42 -07:00
ciregenz 48bcdd4f85 [eric] workflows: off means off on every path, and the refusal shows up in History 2026-08-07 14:35:08 -07:00
ciregenz d05963884d [eric] workflows: deleted or switched off means it cannot run, from any path, including mid-run 2026-08-07 14:30:29 -07:00
ciregenz e5f4144f72 [eric] workflows: an agent will not start a workflow the user switched off 2026-08-07 14:26:33 -07:00
ciregenz bb5893ff46 [eric] apps: a crash no longer leaves app runtimes running for days, boot reaps what no live backend owns 2026-08-07 14:23:25 -07:00
ciregenz 21e1400e3c [eric] telemetry: a silent quit carries the same envelope as a hard error, found by reading the sink 2026-08-07 12:27:38 -07:00
ciregenz 48b46d17a1 [eric] skills: pnpm dlx and yarn dlx pastes install, which is the form READMEs actually print 2026-08-07 12:08:56 -07:00
ciregenz eaecf19579 [eric] usage: agent time stops billing idle cards as work, and the panel gains real figures 2026-08-07 11:07:43 -07:00
ciregenz 42b14165d5 [eric] telemetry: the missing-CLI error card carries a flight envelope, and a test keeps every error family honest 2026-08-07 07:25:57 -07:00
ciregenz 44af7d29d9 [eric] skills: an unrelated npx paste no longer installs a skill named after it 2026-08-07 06:38:39 -07:00
ciregenz c6a0c1f34b [eric] telemetry: silent-recovery rows carry journey context, and packaged builds stop shipping test files 2026-08-07 06:35:20 -07:00
ciregenz bbf086329f [eric] agents: a router-down turn names its cause instead of dying unclassified, found by the forced-failure battery 2026-08-07 06:23:45 -07:00
ciregenz 260d5a3de3 [eric] agents: the CLI's silent provider-500 retries become breadcrumbs and near-miss ledger entries 2026-08-07 05:39:46 -07:00
ciregenz 007bd47f3b [eric] workflows: TestWorkflow waits for the run and returns the transcript in-turn, so the agent keeps going instead of parking on the user 2026-08-07 04:06:02 -07:00
ciregenz 45fdff8173 [eric] skills: the Add box accepts the install commands people paste from READMEs (npx/npm/pnpm/bunx, URLs, bare names) 2026-08-07 01:16:35 -07:00
ciregenz dbea61b109 [eric] telemetry: the last two envelope-less diagnostics (pressure valve, router start) now carry context too 2026-08-07 01:08:00 -07:00
ciregenz 3324d63ab1 [eric] release: What's New card + endpoint serve the same story as Help and GitHub, header punctuation fixed 2026-08-07 01:05:05 -07:00
ciregenz a7fd7168ec [eric] help: changelog import belongs at module scope, a decorator was left dangling over it 2026-08-07 01:02:06 -07:00
ciregenz 9d8fe2e545 [eric] release: one changelog source feeds the Help agent, the GitHub body, and the in-app card 2026-08-07 00:45:06 -07:00
ciregenz ef8806eda3 [eric] latency: a short first message no longer drifts the boot fingerprint, so the pre-warmed CLI is actually used (3.92s -> 1.58s median, 0 wasted spawns) 2026-08-07 00:34:54 -07:00
ciregenz 2b6178c12e [eric] telemetry: crumbs at every spawn phase and stream milestone, envelopes carry journey and auth context 2026-08-07 00:02:29 -07:00
ciregenz 792605e530 [eric] telemetry: OSW_FLIGHT=0 kill switch for the recorder 2026-08-06 23:36:53 -07:00
ciregenz d082af7e03 [eric] telemetry: envelopes get real concurrency via a sessions provider, every turn opens with a baseline crumb 2026-08-06 22:57:53 -07:00
ciregenz 565009f0c5 [eric] telemetry: auth and overflow errors carry flight envelopes, router revives hit the near-miss ledger 2026-08-06 22:42:48 -07:00
ciregenz 5be3bb842d [eric] telemetry: OPENSWARM_DIAG_SINK writes every diagnostic to a rotating local flight file 2026-08-06 22:40:49 -07:00
ciregenz 86e323cbce [eric] telemetry: per-session flight recorder, error envelopes name cause+lane+phase+crumbs, silent recoveries hit the ledger 2026-08-06 22:39:30 -07:00
ciregenz d492c46f02 [eric] apps: runtimes get OPENSWARM_HOST_TOKEN_FILE (path not value) so app backends can call the host API across rotations 2026-08-06 21:39:58 -07:00
ciregenz 7c3999d779 [eric] agents: a self-healing reset-window 401 retries silently instead of flashing the reconnect card 2026-08-06 20:58:42 -07:00
ciregenz d1d6e0e0e5 [eric] health: one banner line per provider, a 401 naming its own reset window is mid-refresh not dead 2026-08-06 20:58:42 -07:00
ciregenz d2ff1bdae7 [eric] experimental: quick pill overlay unwired and parked in .claude/slime-parked 2026-08-06 20:50:13 -07:00
ciregenz dbade1b25e [eric] agents: a turn whose router died mid-flight re-ensures it and resumes instead of a terminal snag 2026-08-06 20:50:13 -07:00
ciregenz 1b2203fa75 [eric] boot: anthropic and the sdk+mcp chain leave the import graph, api-ready median 2531 to 1843ms, hooks re-import at call time 2026-08-06 16:33:22 -07:00
ciregenz 1637085b9f [eric] overlay: Alt+Space summons a nonactivating slime pill over any app, typed text lands in the composer, Settings-gated off 2026-08-06 16:14:44 -07:00
ciregenz 7399076906 [eric] boot: only mid-turn sessions hydrate at startup, 2269 settled ones lazy-load, agents lifespan 850 to 537ms median 2026-08-06 16:08:30 -07:00
ciregenz 8042da10da [eric] agents: the CLI pre-warms while the user types, first-turn answer median 2.42s to 1.23s, one spawn per session enforced 2026-08-06 15:50:32 -07:00
ciregenz bd822c16ed [eric] agents: spawn-phase logs carry monotonic ms stamps so a turn's latency attributes itself from one grep 2026-08-06 15:31:03 -07:00
ciregenz 42103a4e23 [eric] agents: launch honors its prompt instead of silently dropping it, spawn phases log their trail (the ENG-131 ghost hang) 2026-08-06 15:19:02 -07:00
ciregenz 8a84927ce9 [eric] workflows: a schedule edit on a cloud-hosted workflow now pauses or repushes the CLOUD copy, unreachable fails honest with disk-truth rollback 2026-08-06 14:32:21 -07:00