Commit Graph

  • 5ca7308fa5 [eric] browser: self-healing click (Phase 1) = a failed cached-index click auto-escalates to fresh by-name resolution in-code before the model ever sees the error (stale index = ~half of all runs' tool-errors, each costs a ~3s re-strategize turn); error-triggered so no double-act, OSW_SELFHEAL_CLICK=0 kill switch, 5 unit tests ciregenz 2026-07-07 15:05:41 -07:00
  • 0c74183600 [eric] web: offscreen-browser fetch/search tier (renders JS pages httpx can't; real fingerprint dodges the DDG throttle) ciregenz 2026-07-07 15:04:31 -07:00
  • 6bdd75d978 [eric] browser: strip the OSW_SENDSCRIPT_PROBE diagnostic scaffolding (its job is done, it captured the overlay ground truth) ciregenz 2026-07-07 14:05:08 -07:00
  • 2894ec3ca6 [eric] browser: send-script polls a short window for the lazy overlay composer before declining (r269: prestage's LAST step was the Message click, overlay renders 1-2s later so one immediate read still missed it) ciregenz 2026-07-07 12:16:34 -07:00
  • b03cb53795 [eric] browser: send-script receipt=False must NOT set send_confirmed (r264 set it unconditionally, so an unverified send let the model FALSELY claim delivery); only a cleared-composer receipt confirms ciregenz 2026-07-07 12:06:48 -07:00
  • 9128fd19fb [eric] browser: send-script takes one fresh interactives read before declining (prestage's staged snapshot is frozen at the Message click; the overlay composer lazy-renders a beat later, r263 declined on exactly that stale-snapshot miss) ciregenz 2026-07-07 11:59:58 -07:00
  • 7fdd18c6e8 [eric] browser: send-script sends via click-by-name when Send ranks out of the capped list (ground truth: profile-overlay Send is a real button the model clicks by name, absent from the numbered list); overlay back in surface scope, live-validated receipt-cleared in 1.4s on /in/ ciregenz 2026-07-07 11:52:29 -07:00
  • f3102496b2 [eric] browser: send-script surface-gate = fire only on full-page /messaging/ composers, decline the profile overlay (live A/B r246-r251: firing on the overlay ran 4x slower + 1/3 vs 3/3 delivery, net-negative; only /messaging/thread/ has a listable Send) ciregenz 2026-07-07 03:09:54 -07:00
  • 3156738a1f [eric] browser: prestage aux nudge for person-messaging tasks (stage through the profile Message surface, never a feed detour; r245 staged to /feed/) ciregenz 2026-07-07 02:41:27 -07:00
  • 4280f173c5 [eric] browser: send-script scans longer for the lazy-enabled Send button after a committed fill (r244 aborted at ~1s, LinkedIn enables Send beats later) ciregenz 2026-07-07 02:34:26 -07:00
  • 91a17548d1 [eric] browser: send-script two-wall fix caught live (fired on a read-only probe + never fired on real sends): payload from RAW user prompt not brief-polluted composed task, read-only directives decline in code; 2 red-then-green tests ciregenz 2026-07-07 02:26:24 -07:00
  • b9cf6b9e3f [eric] browser: send-script decline logging + prestage settle detects overlay opens via interactives diff ciregenz 2026-07-07 02:18:13 -07:00
  • 46c300e4ee [eric] browser: unwedge stuck-loading webviews (executeJavaScript queues until load stops; recaptcha/tracker stragglers held isLoading for minutes = every command timed out); guarded eval stops stragglers only after dom-ready ciregenz 2026-07-07 02:18:13 -07:00
  • 1db3022bd3 [eric] web: DDG lite fallback so free search survives html-endpoint throttle/markup drift (+ split search_ddg out of web.py) ciregenz 2026-07-07 02:04:37 -07:00
  • 3ce848d185 [eric] models: pull gpt-5.5 subscription entry (cx/gpt-5.5 404s on pinned 9router = broken codex); gpt-5.5-api stays ciregenz 2026-07-07 01:31:35 -07:00
  • 953fddc99e [eric] apps: auto hard-reload the app card when a turn installed deps (soft reload can't see new packages) ciregenz 2026-07-07 01:31:35 -07:00
  • 08d5bd3cc6 [eric] workflows: pause/trash halts the in-flight run (executor per-step liveness recheck + stop-on-delete) ciregenz 2026-07-07 01:15:03 -07:00
  • a2c0f73140 [eric] import: app .swarm no longer navigates to the deleted /apps route (white-screen brick) ciregenz 2026-07-07 01:15:03 -07:00
  • bdb30c26b0 [eric] browser: fix quoted_payload apostrophe bug (chen's mispaired with the payload quote, silently broke the canonical send errand) + 6 mechanism tests (opener-hop/fill/verify/send/receipt + all abort branches) ciregenz 2026-07-07 00:22:34 -07:00
  • 427d3bf720 [eric] browser: send script may open the composer itself (single exact-named opener click, reversible class; prestage settle races left it on the profile) ciregenz 2026-07-06 23:29:51 -07:00
  • e5a5a88cc9 [eric] browser: send script drops the pre-fill Send-button precondition (LinkedIn lazy-renders Send after text commits, trigger could never fire) ciregenz 2026-07-06 22:41:34 -07:00
  • 14feb03da8 [eric] browser: staged-send script (code runs fill/verify/send/verify when prestage leaves a ready composer; OSW_SEND_SCRIPT, default off) ciregenz 2026-07-06 22:27:54 -07:00
  • 53e3a4462a Merge remote-tracking branch 'origin/eric/dev' into eric/browser ciregenz 2026-07-06 18:37:26 -07:00
  • 95f1996c19 [eric] distill: use the reliable cheap aux tier, not the chat's family (gemini/codex sessions 404'd/401'd the same-family aux) ciregenz 2026-07-06 18:09:34 -07:00
  • fd21ffb603 [eric] agents: consolidate shadowed /compact + /clear routes into one handler each + duplicate-route guard test ciregenz 2026-07-06 16:18:53 -07:00
  • 8e571e1bc7 [eric] browser: receipt-done requires two-sided evidence (fill seen committed + composer seen cleared); r228 proved click-name alone can lie ciregenz 2026-07-06 15:31:06 -07:00
  • 9da027a948 [eric] context: distill dropped history via aux LLM on rebuild + model-aware compaction threshold ciregenz 2026-07-06 15:25:58 -07:00
  • fb874fd2e1 [eric] ci: windows verify must target app-<version> dir, root exe is the squirrel stub eric/intel-x64-fix ciregenz 2026-07-06 15:23:48 -07:00
  • ad9bb8439e [eric] browser: cut send-path waits (composer-fill poll 6s->2.4s after 3/3 full-timeout misses; skip the 4s text-confirm on send-class clicks the receipt already proves) ciregenz 2026-07-06 15:22:53 -07:00
  • c3bfef841a [eric] ci: verify-windows job (published Setup.exe silent-install + boot on real win x64) ciregenz 2026-07-06 15:21:35 -07:00
  • ece22d98cb [eric] ci: portable timeout for the CLI exercise (macOS runners lack coreutils timeout) ciregenz 2026-07-06 15:14:39 -07:00
  • 4d9687ec46 [eric] ci: use free macos-15-intel runner (large runners blocked on billing) ciregenz 2026-07-06 15:11:51 -07:00
  • 8d5a885664 [eric] ci: intel verify fires on push (dispatch needs default-branch registration) ciregenz 2026-07-06 15:11:06 -07:00
  • 45d0bc1466 [eric] ci: one-off intel-x64-verify workflow (real Intel runner proves the published x64 DMG) ciregenz 2026-07-06 15:10:31 -07:00
  • 243207e9b9 [eric] build: per-arch bundled python-env; x64 DMG shipped arm64 python, bricking Intel Macs ciregenz 2026-07-06 14:17:19 -07:00
  • bba6b74d76 [eric] browser: receipt-done (clean send click ends the run in code, no Done turn) + staged-run two-tool script hint ciregenz 2026-07-06 14:45:48 -07:00
  • 7d5833817c [eric] build: per-arch bundled python-env; x64 DMG shipped arm64 python, bricking Intel Macs ciregenz 2026-07-06 14:17:19 -07:00
  • 1b96bc597c [eric] context: lossless tool-report spill (browser+gws caps point at the full file) + visible recovery pill ciregenz 2026-07-06 14:16:31 -07:00
  • 1cc4dbc5d0 [eric] browser: flip speed levers default-ON (hop/prestage/trim/evict, kill switch =0); conftest pins them off for the mocked suite ciregenz 2026-07-06 14:12:34 -07:00
  • a462a4f38b [eric] build: VMP_REQUIRE_SIGN=0 override for cred-less local cuts (CI keeps the hard gate) ciregenz 2026-07-05 16:53:00 -07:00
  • 98a5d9c9ba [eric] google-workspace: cap must patch ToolManager.call_tool (FastMCP registers a bound handler at init; attribute rebinding never reached stdio dispatch) ciregenz 2026-07-06 05:18:39 -07:00
  • c431a0c1b7 [eric] browser: prestage v2 honest handoff (settle-verified steps only, partial-stage note never claims DONE; unsettled click sent main loop on 27-turn walkabout) ciregenz 2026-07-06 04:48:14 -07:00
  • 1027e24f7b [eric] google-workspace: cap shim tool-result text under the CLI's MCP-spill threshold (gmail-dump thrash) ciregenz 2026-07-06 04:27:46 -07:00
  • 2486bb303a [pierre] fix: Doubled timeout to prevent workflow error exception SirKentut 2026-07-06 02:51:04 -07:00
  • c1504f6761 [pierre] fix: workflow step timeout is now idle-based SirKentut 2026-07-06 02:45:37 -07:00
  • f787414fc6 [eric] agents: context-pressure valve, one fresh-recap retry when the CLI dies mid-compaction-churn ciregenz 2026-07-05 21:40:16 -07:00
  • b3cb4e98b9 [eric] browser: prestage visited-set loop guard (A/B nav flap slipped the consecutive-only check) ciregenz 2026-07-05 20:31:29 -07:00
  • 0ade1c2bcf [eric] browser: prestage provenance note + settle-wait after actions + repeat-step guard (perceive raced the page swap, aux re-clicked 4x) ciregenz 2026-07-05 20:16:07 -07:00
  • c4d83192c4 [eric] browser: OSW_PRESTAGE aux-driven nav pre-stage (nav/click-only, irreversible clicks refused in code) so the big loop wakes staged ciregenz 2026-07-05 20:06:06 -07:00
  • b2c331ecd2 [eric] browser: hop reads raw page text (trafilatura drops bylines) + provenance context so aux2 answers instead of re-litigating rank ciregenz 2026-07-05 18:08:18 -07:00
  • 28cdb361e9 [eric] browser: flag-gated speed levers (OSW_FASTREAD_HOP one-link follow, OSW_PRELUDE_TRIM mount-poll + nav-skip, OSW_DEADCARD_EVICT) + de-prefix learn_tasks ciregenz 2026-07-05 17:53:39 -07:00
  • e46013f234 [eric] browser-agent: cap result summary+action-log (CLI hard-rejects >25K-token MCP results) ciregenz 2026-07-05 17:52:53 -07:00
  • 4470d1f971 [eric] agents: drop spurious @staticmethod on invoke_agent (every InvokeAgent call 500'd) ciregenz 2026-07-05 17:25:08 -07:00
  • a0947fe13e [eric] build: VMP_REQUIRE_SIGN=0 override for cred-less local cuts (CI keeps the hard gate) ciregenz 2026-07-05 16:53:00 -07:00
  • f5a851c5c6 [eric] vmp: --no-ask must precede the subcommand (castlabs global flag; broke the release afterPack on both platforms) v1.5.5 ciregenz 2026-07-05 16:43:44 -07:00
  • a459177d39 [eric] lint: drop p_ prefix from healer/pool names the tests access (p-private boundary rule) ciregenz 2026-07-05 16:24:13 -07:00
  • e0f5414cda [eric] web-search: gate the browser-fallback nudge on browser-delegation availability ciregenz 2026-07-05 16:19:12 -07:00
  • ead27dabcc [eric] paste-dialog: uncontrolled editor (large pastes typed like molasses through controlled MUI autosize) ciregenz 2026-07-05 16:19:12 -07:00
  • e0311d6bd9 [eric] merge #114: web-search browser fallback nudge on backend failure ciregenz 2026-07-05 16:14:57 -07:00
  • 452b232637 [eric] merge #119: pasted-text cards editable with autosave ciregenz 2026-07-05 16:14:57 -07:00
  • a2dd850b9b [eric] merge #118: move customization into settings (via rebased resolution) ciregenz 2026-07-05 16:14:57 -07:00
  • 0680c873dd [eric] merge #117: VMP-sign packaged builds so Widevine playback works ciregenz 2026-07-05 16:14:57 -07:00
  • e20a6f490c [eric] release: bump version to 1.5.5 ciregenz 2026-07-03 16:31:53 -07:00
  • f3b7df3f4d [eric] palette: Go to Skills/Actions opens Settings tabs; drop Go to Modes (routes died in #118 + modes-removal) ciregenz 2026-07-03 15:53:55 -07:00
  • 45084403a3 [eric] merge #118: move customization into settings (rebased over modes-removal + apps fold-in) ciregenz 2026-07-03 15:52:05 -07:00
  • 0cd5e0022c [eric] agents: strip the temporary TTFT probes (pool drift-diag stays, gated OPENSWARM_POOL_DIAG) ciregenz 2026-07-03 15:49:57 -07:00
  • d36fd6e4c6 [eric] agents: persistent client default ON (kill switch OPENSWARM_PERSISTENT_CLIENT=0); conftest pins tests off ciregenz 2026-07-03 15:30:01 -07:00
  • b827fc565c [eric] 9router: watchdog probes from a thread (sync HTTP confirm could stall the event loop 2s mid-stream) ciregenz 2026-07-03 15:24:00 -07:00
  • cbe062e002 [eric] 9router: event-driven death-watcher heals in ~0.2s + two-strike watchdog (busy-probe false negatives) ciregenz 2026-07-03 15:19:36 -07:00
  • b138fcc054 [eric] 9router: watchdog + detection-revive so the router self-heals; down only when the user quits ciregenz 2026-07-03 15:10:22 -07:00
  • 85e0273191 [eric] models: drop Gemini 3 Flash rows (flaky, 429-throttled direct-API lane); keep ag/gemini-3-flash aux ciregenz 2026-07-03 14:56:08 -07:00
  • 5dbfb69c6d [eric] models: drop gemini-3-flash entirely (preview id aged out; key-only users hung; AG probe retargeted to flash-lite) ciregenz 2026-07-03 14:42:42 -07:00
  • f202599198 [eric] models: drop gemini-3-flash-api (upstream preview id aged out; hangs with no fail-fast; 3.5-flash-api covers it) ciregenz 2026-07-03 14:39:25 -07:00
  • 56efd73979 [eric] 9router: stop custom-provider reconcile reaping the cp-openai node (broke every gpt-*-api request) ciregenz 2026-07-03 04:26:24 -07:00
  • 20834d7c11 [eric] browser: stream the loop LLM call so tool-use works on ALL providers (gemini/openrouter/antigravity were silently broken via 9router SSE) ciregenz 2026-07-03 04:21:15 -07:00
  • 5605fee826 [eric] agents: client-pool idle eviction (30min TTL) + fingerprint field-drift diagnostics ciregenz 2026-07-03 03:53:19 -07:00
  • 240d1a4313 [eric] browser: V7 flag-gated loop-tier pin (fast-capable, fail-safe) + V3 auto-state cap 35->60 ciregenz 2026-07-03 03:24:31 -07:00
  • f671aacb43 [eric] agents: extend TTFT probes to full waterfall (msg_received/thinking/first_text/result) ciregenz 2026-07-03 03:22:13 -07:00
  • 3fe8599a22 [eric] chat: restore the model-picker trigger (was inside the removed mode pill) ciregenz 2026-07-03 03:12:26 -07:00
  • 3dc15c6ed1 [eric] tests: conftest pins the persistent-client flag off (mocked query + real ClaudeSDKClient = wedged suite) ciregenz 2026-07-03 03:04:53 -07:00
  • 37a640657e [eric] browser: parallel front-load reads, background tail distill, fix aux primary_api ciregenz 2026-07-03 02:49:48 -07:00
  • 3e0c4811e2 [eric] agents: wire persistent client behind OSW_TTFT_PERSISTENT_CLIENT (warm TTFT 535ms -> 6ms) ciregenz 2026-07-03 02:48:16 -07:00
  • 0116248af8 [eric] agents: persistent-client pool w/ boot-fingerprint reuse + seeded invariant tests (flag-gated, default off) ciregenz 2026-07-03 02:48:15 -07:00
  • 93cd94d4b4 [eric] agents: rename strict-mcp kill switch to OPENSWARM_STRICT_MCP (repo env convention) ciregenz 2026-07-03 02:35:14 -07:00
  • ab0caa1054 [eric] agents: gated TTFT phase probes (OSW_TTFT_PROBE) for latency profiling ciregenz 2026-07-03 02:23:32 -07:00
  • f3c53ea3cf [eric] agents: strict-mcp-config skips already-blocked claude.ai MCPs (~74% faster TTFT) ciregenz 2026-07-03 02:22:50 -07:00
  • 9376e0aa4d [eric] health: drop stray debug() call that 500'd /api/health/check and hung boot ciregenz 2026-07-02 21:49:06 -07:00
  • 25c944cc70 [eric] modes: hide the mode system from the UI (composer picker + sidebar); default agent ciregenz 2026-07-02 21:39:59 -07:00
  • dfd7844f44 [eric] apps: card header gets open-another (+) and collapse-to-nothing toolbar toggle ciregenz 2026-07-02 21:39:59 -07:00
  • 40d975c702 [eric] apps: fix 2nd instance on old workspaces (port shim) + dedupe header keys ciregenz 2026-07-02 21:39:59 -07:00
  • 40b5fc93cb [eric] repo: untrack node_modules symlinks accidentally committed in the app-ux merge (absolute paths, break other machines) ciregenz 2026-07-02 16:36:17 -07:00
  • cae5ed4478 [eric] models: re-add Claude Fable 5 (cc sub + api-key rows; ban lifted, access confirmed by eric) ciregenz 2026-07-02 16:34:57 -07:00
  • 9603912237 [eric] merge eric/app-ux: app builder UX + browser tab drag-out + CreateApp fold-in ciregenz 2026-07-02 16:10:56 -07:00
  • 3d62a3c4cd [eric] merge origin/eric/dev into eric/mcp (1.5.4 line + Sonnet 5 under the social MCPs) eric/mcp ciregenz 2026-07-02 16:07:51 -07:00
  • 30dccc3bf1 [eric] apps: CreateApp result points at SKILL.md instead of inlining the reference (no transcript rot) eric/app-ux ciregenz 2026-07-02 16:03:54 -07:00
  • c0a40a4425 [eric] docs: app builder skill refers to the dashboard card, not the deleted Apps page ciregenz 2026-07-02 03:21:36 -07:00
  • 227bd1badc [eric] apps: fold App Builder into agents via CreateApp; delete standalone /apps page + editor ciregenz 2026-07-02 03:20:52 -07:00
  • 01e70fdd40 [eric] apps: restart.sh lets the agent bounce its own runtime (sentinel watched by the harness) ciregenz 2026-07-02 02:48:21 -07:00
  • 2b806242f2 [aidan] ux/large-text-paste: make pasted-text cards editable with autosave aidan/ux/large-text-chat-paste abccodes 2026-07-02 02:45:52 -07:00
  • df603a0b75 [eric] browser: drag a tab out of the strip (drop on a card absorbs it, drop on canvas opens a new browser) ciregenz 2026-07-02 01:29:32 -07:00