Commit Graph

  • f8041ddf89 [aidan] ux/workflows-run-card: dock browsers, even spacing, aligned tether, auto-open on manual run abccodes 2026-06-26 05:40:53 -07:00
  • ba002121a0 [aidan] fix/workflows-edit-agent: draft steps on first prompt, never perform the task abccodes 2026-06-26 05:40:48 -07:00
  • 9c5e20e4ef [aidan] feat/workflows-canvas: tag run and edit-chat sessions to suppress duplicate cards abccodes 2026-06-26 05:40:44 -07:00
  • 7cf88589e5 [aidan] ui/workflows-run-card: fold step name into the progress bar, drop the redundant steps list abccodes 2026-06-26 06:06:18 -07:00
  • 439b736e30 [aidan] feat/workflows-browser: spawn run browser cards on the dashboard the renderer is showing abccodes 2026-06-26 06:06:18 -07:00
  • f8ab34efc5 [eric] swarm: re-stamp browser card dashboard_id on import so it shows on the imported dashboard ciregenz 2026-06-26 06:00:46 -07:00
  • 1f3929bda1 [eric] browser: only keep AGENT-driven browsers alive across dashboard switches; manual ones don't render off their home (no bleed, reload on return) ciregenz 2026-06-26 05:56:45 -07:00
  • 75e7647884 [eric] browser: hide foreign kept-alive webview via visibility:hidden, not just off-screen (heavy live page surface bled past the off-screen move) ciregenz 2026-06-26 05:31:02 -07:00
  • 421806a196 [eric] runtime: npm --ignore-scripts on app installs to block untrusted-dep postinstall code-exec ciregenz 2026-06-26 05:23:57 -07:00
  • a2b8a2c335 [eric] build: bundle npm with node so packaged apps can install custom deps (fixes imported backend apps not starting) ciregenz 2026-06-26 05:14:04 -07:00
  • e57bc06c9f [eric] browser: tag agent-spawned + pasted browser cards with their home dashboard (were untagged, bled onto all dashboards) ciregenz 2026-06-26 05:01:44 -07:00
  • e91c068654 [aidan] workflows/steps: allow removing the last step (empty workflows permitted) abccodes 2026-06-26 02:36:15 -07:00
  • 3159d856d7 [aidan] workflows/steps: confirm before removing a step abccodes 2026-06-26 01:53:42 -07:00
  • 8236f7cc42 [aidan] workflows/detail: restore schedule-steps show/hide toggle on revisit abccodes 2026-06-26 01:53:42 -07:00
  • d5279ad1bb [aidan] workflows/compose: drop redundant test-run and save buttons abccodes 2026-06-26 01:53:42 -07:00
  • ce7b22a216 [eric] swarm: exclude .DS_Store/Thumbs.db from app exports (WALK_SKIP_FILES) ciregenz 2026-06-26 04:42:02 -07:00
  • bdbd0acb0d [eric] dashboard: revert orphan-prune to sync dispatch (async teardown was an over-reach, risked over-pruning imported cards) ciregenz 2026-06-26 04:42:02 -07:00
  • fde08cd55c [eric] browser: derive active dashboardId synchronously from route so a switched-away browser parks instantly (no 1-frame bleed) ciregenz 2026-06-26 04:40:50 -07:00
  • bce1599f89 [eric] browser: restore Cmd+R reloading your in-use browser (MRU fallback was dropped) ciregenz 2026-06-26 04:13:01 -07:00
  • a237393d30 [aidan] fix/oauth-connect: hide internal startup errors abccodes 2026-06-26 03:56:45 -07:00
  • d0dd6ee32b [eric] browser: present webview as Google Chrome in client hints + headers, not bare Chromium (anti-bot tell) ciregenz 2026-06-26 03:47:26 -07:00
  • 6f15d40431 [aidan] chore/package-lock: remove lockfile churn abccodes 2026-06-26 03:44:02 -07:00
  • b2ceb4b466 [aidan] fix/model-fallback: reconcile free trial and provider states abccodes 2026-06-26 03:39:48 -07:00
  • 851330a5eb [aidan] fix/app-selection: surface real app workspace path in selection so the builder edits in place aidan/fix/selection-app-path abccodes 2026-06-26 03:36:58 -07:00
  • 80a8b6a94f [eric] browser: Cmd+R reloads focused browser, else the app (MRU fallback was blocking app reload) ciregenz 2026-06-26 03:15:30 -07:00
  • 22649ba377 [eric] browser: persist browser-card dashboard_id so cards keep their home and stop bleeding across dashboards ciregenz 2026-06-26 03:00:44 -07:00
  • 75df12a1b7 [pierre] feat: merge app-use (OPENSWARM_APP bridge + AppAgent) onto eric/dev, convention-clean SirKentut 2026-06-26 02:44:10 -07:00
  • 9d6abc7091 [eric] browser: tag new browser cards with their home dashboard so they don't bleed onto every dashboard ciregenz 2026-06-26 02:24:56 -07:00
  • 02f119cdbc [eric] browser: Cmd+R reloads the browser you're in or last used in place (was a no-op), never an app wipe ciregenz 2026-06-26 02:10:01 -07:00
  • 959ffb0b39 [eric] browser: park keep-alive cards off-screen so they don't bleed onto other dashboards ciregenz 2026-06-26 02:04:44 -07:00
  • 71e9a62671 [eric] backend: connect OAuth reads pending_oauth from oauth_state, not missing backend.main.p_pending_oauth ciregenz 2026-06-26 02:01:17 -07:00
  • ef03ea71bb [eric] browser: keep recent browsers alive across dashboard switches so sessions survive ciregenz 2026-06-26 01:04:59 -07:00
  • f30597b7c8 [eric] browser: Cmd+R outside a browser is a no-op, not an app reload that wipes card sessions ciregenz 2026-06-26 00:04:57 -07:00
  • 215ddb45c0 [eric] browser: strip openswarm/Electron from webview UA (case-insensitive; was leaking openswarm/1.5.1 to every site) ciregenz 2026-06-25 23:40:32 -07:00
  • 8cb781c01c [eric] apps: only link warm node_modules on import when package.json matches template (custom-dep apps install their own) ciregenz 2026-06-25 23:21:44 -07:00
  • ed40d9dc72 [eric] agents: backfill pending_approvals + validate disk browser-agent children (undefined .some() crash) ciregenz 2026-06-25 23:10:41 -07:00
  • 598af2303e [eric] frontend: fill missing settings fields from defaults + guard new_agent_shortcut crash ciregenz 2026-06-25 23:10:41 -07:00
  • bdf576126d [eric] apps: link node_modules on import so imported backend apps boot first time, no restart ciregenz 2026-06-25 23:09:21 -07:00
  • 4ef03b6508 [eric] dashboard: quiesce + serialize app-card delete teardown to stop GPU-death crash ciregenz 2026-06-25 23:05:19 -07:00
  • d420624fe1 [aidan] merge: bring branch up to date with eric/dev abccodes 2026-06-25 22:33:30 -07:00
  • 445a82e025 [aidan] fix/model-reconcile: switch stale session model off a disconnected provider abccodes 2026-06-25 22:23:01 -07:00
  • 462ed04f97 [aidan] fix/openai-passthrough: bare gpt-5 id, floor reasoning tokens, log upstream 4xx abccodes 2026-06-25 22:23:01 -07:00
  • 3fb633af90 [aidan] fix/openai-passthrough: mount the subapp so cp-openai gpt-5 routes resolve abccodes 2026-06-25 22:23:01 -07:00
  • ccd0bc3971 [eric] browser: Ctrl/Cmd+R reloads the last-interacted browser, else the app ciregenz 2026-06-25 20:45:18 -07:00
  • ab982afcea [eric] repo: stop tracking the accidentally-committed root .venv (6338 files); gitignore it ciregenz 2026-06-25 19:56:47 -07:00
  • 42ad32ee6c [pierre] testing: frames show if autopilot is succesfully working SirKentut 2026-06-25 19:53:25 -07:00
  • 97a859e504 [eric] browser: Settings "Clear browsing data" wipes the browser partition only ciregenz 2026-06-25 19:50:33 -07:00
  • e5b69bfa00 [eric] browser: give cards a persistent partition so logins survive reload + quit ciregenz 2026-06-25 19:33:49 -07:00
  • a10617526a [pierre] feat: add __autopilot__ self-play bridge with slow-cadence agent supervision SirKentut 2026-06-25 19:31:08 -07:00
  • 5f9ae71ff4 [aidan] fix/codex-auth: fall back to port 1457 when 1455 is held, surface connect errors abccodes 2026-06-25 18:05:00 -07:00
  • fcc337c848 [aidan] fix/oauth: drop hardcoded "Claude" from the connect success page abccodes 2026-06-25 18:04:57 -07:00
  • c60d26e631 [aidan] fix/free-trial: clear trial on subscription connect so a connected sub takes over immediately abccodes 2026-06-25 18:04:53 -07:00
  • 4d74d02362 [eric] release: bump app version to 1.5.1 (electron package.json + lockfile self-version) v1.5.1 ciregenz 2026-06-25 05:34:37 -07:00
  • 52464e66ee [eric] frontend: one-line every // comment + collapse 3+ blank runs across frontend/src (161 files, -1652 lines, TS-AST-verified code-identical) ciregenz 2026-06-25 04:20:41 -07:00
  • 407915ec9b [eric] backend: cross-origin 401 from the auth middleware now carries CORS headers for allow-listed origins, so a token-less dev request reads as an honest 401 instead of an opaque 'CORS blocked' ciregenz 2026-06-25 03:51:28 -07:00
  • 48f475aecf [eric] chat: strip the '--- Selected UI Elements' block + collapse newlines in MCP/browser-agent tool input summaries (was dumping the raw appended prompt) ciregenz 2026-06-25 03:46:03 -07:00
  • bb31d359ee [eric] analytics: retire the old session-snapshot cloud path (sync_session_close); full transcript + classification now come from Haik's per-message product-analytics bridge, and it was 413ing the 100KB /sync edge ciregenz 2026-06-25 03:40:35 -07:00
  • 5d82d1ead5 [eric] repo: untrack root CLAUDE.md (gitignored personal notes) ciregenz 2026-06-25 03:05:57 -07:00
  • ab1f8a4326 [eric] repo: gitignore the root CLAUDE.md (personal notes); conventions stay tracked in backend/frontend CLAUDE.md + linter/README ciregenz 2026-06-25 03:04:16 -07:00
  • 36626be089 [eric] backend: one-line comments + collapse blank runs across backend root + tests (AST-verified, 1 test skipped: embedded #-lines) ciregenz 2026-06-25 03:04:16 -07:00
  • aca14c6a3a [eric] agents: restore the openswarm-schedule MCP server registration dropped in the #105 forward-rebase (AddWorkflowStep/ScheduleWorkflow were unavailable to the edit agent) ciregenz 2026-06-25 02:49:27 -07:00
  • 7564f9c301 [eric] agents: on restart, a session whose last message is a finished assistant reply restores as completed not stopped (kills the spurious Resume button on done chats) ciregenz 2026-06-25 02:42:20 -07:00
  • 8d01452e24 [eric] agents: collapse per-session startup/shutdown logs into one summary line (hundreds of sessions flooded the console) ciregenz 2026-06-25 02:36:12 -07:00
  • 0d093cc5f8 [eric] backend: one-line every comment + collapse 3+ blank runs across apps/ (AST-verified identical, -lines); CLAUDE.md one-line-comment rule ciregenz 2026-06-25 02:29:04 -07:00
  • d5cd4db026 [eric] agents: one-line every comment + collapse 3+ blank runs across manager/ surface (33 files, -550 lines, code byte-identical) ciregenz 2026-06-25 02:16:14 -07:00
  • 3960c2bd46 [eric] conventions: one-line-comment + no-gratuitous-blank rules in CLAUDE.md; apply to configure_provider_env (271->223) ciregenz 2026-06-25 02:11:05 -07:00
  • 87db6a8a2b [eric] agents: drop orphaned compaction comment block (code moved in refactor) + tighten a 15-line narrow-wrapped comment to 3 ciregenz 2026-06-25 01:57:12 -07:00
  • 752800fd55 [eric] chat: humanize internal MCP tool labels (Settings Read -> 'Checked your settings'), drop server prefix + camelCase fallback + de-dupe brand ciregenz 2026-06-25 01:44:11 -07:00
  • 448c0deafd [eric] agents: rename cryptic names — LivePartial->PartialReply, session/lifecycle.py->resume_and_duplicate.py (it held resume/duplicate, and collided with SessionLifecycle) ciregenz 2026-06-25 00:58:57 -07:00
  • b9cea6c647 [eric] agents: drop the Mixin suffix, name the 9 manager classes by domain (Messaging, SessionLifecycle, ...) + AgentManagerState -> AgentManagerProtocol ciregenz 2026-06-25 00:50:47 -07:00
  • d0dd5e799b [eric] agents: typed AgentManagerState mixin base re-enables pyright attr-access + fixes 2 broken outputs imports (pyright caught them) ciregenz 2026-06-25 00:32:16 -07:00
  • d29076df93 [eric] agents: wire the unwired out-of-credits card into handle_run_error + test (is_out_of_tokens/extract_reset_hint) ciregenz 2026-06-25 00:14:12 -07:00
  • 5578b951de [eric] linter: add ruff + pyright checks from Haik (narrowed F-codes, mixin-safe pyright; grandfather pre-existing) ciregenz 2026-06-24 23:26:37 -07:00
  • dc53394e55 [eric] agents: drop dead typing.Dict imports + dangling _conns ref (caught by ruff/pyright audit, behavior-preserving) ciregenz 2026-06-24 23:26:37 -07:00
  • 0f4dbd5769 [eric] agents: @typechecked the 4 history_compaction helpers (close audit gap, surface 90->93%) ciregenz 2026-06-24 22:59:06 -07:00
  • bcb84594bf [eric] docs: commit shared CLAUDE.md conventions (root/backend/frontend); personal notes move to CLAUDE.local.md ciregenz 2026-06-24 22:54:27 -07:00
  • 91af344d59 [eric] docs: document code conventions in linter/README (CLAUDE.md is gitignored) + the 2 new checks eric/refactor/agent-manager ciregenz 2026-06-24 22:45:34 -07:00
  • 54a96cea68 [eric] linter: add no-underscore + p-private checks from Haik (enforce p_ conventions; grandfather pre-existing debt) ciregenz 2026-06-24 22:41:59 -07:00
  • 6561dd6743 [eric] agents: convention fixes on merge surface (public cross-file helpers, pydantic approval memory, resolve_ask @typechecked) ciregenz 2026-06-24 22:36:17 -07:00
  • e221cb1c49 [eric] tests: refresh 2 stale swarm_bundle tests for the now-present workflow store ciregenz 2026-06-24 21:39:21 -07:00
  • d5a1875c9e [eric] tests: streaming harness configures a provider so the real loop resolves cleanly ciregenz 2026-06-24 21:18:40 -07:00
  • 6419ed6436 [eric] agents: bind turn + stderr before build_agent_options so the no-provider error path doesn't UnboundLocalError ciregenz 2026-06-24 21:00:44 -07:00
  • 0121f8aa9d [eric] agents: forward-rebase fixups (renamed-symbol test fixes, schedule-gate test, Cron disallow) ciregenz 2026-06-24 19:29:10 -07:00
  • 366ba7befd [eric] workflows: drop em/en-dashes from UI strings + comments (no-dash rule) cireandciregenz 2026-06-24 04:53:13 -07:00
  • 3008f083ca [aidan] feat: scheduled tasks (#105) 2026-06-24 04:14:26 -07:00
  • ab6037267c [aidan] fix/agent-chat: stop agents reading the recap as spoofed tool output (#104) 2026-06-24 04:12:50 -07:00
  • 6a84b0327a [eric] analytics: re-port ANALYTICS_OVERVIEW.md SDK contract into the subpackage so the docstring reference resolves ciregenzandciregenz 2026-06-24 01:41:07 -07:00
  • edd800596e [eric] analytics: group into service/analytics/ subpackage (linter folder-fix), rewire imports, trim ws_manager comment ciregenzandciregenz 2026-06-24 01:08:12 -07:00
  • 44ba123c22 [eric] electron: point packaged builds' analytics at the cloud edge (OPENSWARM_ANALYTICS_URL); dev stays local ciregenzandciregenz 2026-06-24 00:39:56 -07:00
  • bb92f6b205 [eric] analytics: convention pass: split into 3 modules (<300 each), pydantic models replace dicts, @typechecked, one-line comments ciregenzandciregenz 2026-06-23 23:54:07 -07:00
  • 089383f0cb [eric] analytics: trim my authored comments to one-line WHY-only; drop _locale leading-underscore ciregenzandciregenz 2026-06-23 22:43:48 -07:00
  • 9137a8c07f [eric] analytics: add the 2 track_link_email sites I missed (sign-in + settings-save), matching haik/feat/ingest exactly ciregenzandciregenz 2026-06-23 22:35:15 -07:00
  • 301264d611 [eric] analytics: wire deeper bridges (agent message via ws_manager, agent created/title, dashboard create/delete/duplicate) ciregenzandciregenz 2026-06-23 21:33:09 -07:00
  • e417ebf1ff [eric] analytics: forward-port swarm-analytics ingest onto eric/dev (configurable base_url, lifecycle + frontend-event bridge) ciregenzandciregenz 2026-06-23 21:14:25 -07:00
  • 897650a9d3 [eric] frontend: resume button persists across reload (derive from persisted stopped status) ciregenzandciregenz 2026-06-23 19:22:41 -07:00
  • 9ea40fbf7b [eric] apps: edit selected App in place, no duplicate on launch ciregenzandciregenz 2026-06-22 16:21:16 -07:00
  • 2ad3000562 [eric] backend: close SSRF v4-in-v6 bypass in ssrf_guard + regression test ciregenzandciregenz 2026-06-22 16:34:33 -07:00
  • 01358a8083 [eric] apps: seed fills missing files only so reopen keeps agent edits ciregenzandciregenz 2026-06-22 16:12:20 -07:00
  • 14c2e63c4c [pierre]: In app mode the playbook key is the browser_id instead of an empty URL SirKentut 2026-06-24 04:51:22 -07:00
  • 7818513ab7 [eric] agents: sanitize untrusted tool output in post_tool_hook before trusted notes append aidan/ux/agent-chat cire 2026-06-24 04:06:17 -07:00