ciregenz
421806a196
[eric] runtime: npm --ignore-scripts on app installs to block untrusted-dep postinstall code-exec
2026-06-26 05:23:57 -07:00
ciregenz
a2b8a2c335
[eric] build: bundle npm with node so packaged apps can install custom deps (fixes imported backend apps not starting)
2026-06-26 05:14:04 -07:00
ciregenz
e57bc06c9f
[eric] browser: tag agent-spawned + pasted browser cards with their home dashboard (were untagged, bled onto all dashboards)
2026-06-26 05:01:44 -07:00
abccodes
e91c068654
[aidan] workflows/steps: allow removing the last step (empty workflows permitted)
2026-06-26 04:44:56 -07:00
abccodes
3159d856d7
[aidan] workflows/steps: confirm before removing a step
2026-06-26 04:44:56 -07:00
abccodes
8236f7cc42
[aidan] workflows/detail: restore schedule-steps show/hide toggle on revisit
2026-06-26 04:44:56 -07:00
abccodes
d5279ad1bb
[aidan] workflows/compose: drop redundant test-run and save buttons
2026-06-26 04:44:56 -07:00
ciregenz
ce7b22a216
[eric] swarm: exclude .DS_Store/Thumbs.db from app exports (WALK_SKIP_FILES)
2026-06-26 04:42:02 -07:00
ciregenz
bdbd0acb0d
[eric] dashboard: revert orphan-prune to sync dispatch (async teardown was an over-reach, risked over-pruning imported cards)
2026-06-26 04:42:02 -07:00
ciregenz
fde08cd55c
[eric] browser: derive active dashboardId synchronously from route so a switched-away browser parks instantly (no 1-frame bleed)
2026-06-26 04:40:50 -07:00
ciregenz
bce1599f89
[eric] browser: restore Cmd+R reloading your in-use browser (MRU fallback was dropped)
2026-06-26 04:13:01 -07:00
abccodes
a237393d30
[aidan] fix/oauth-connect: hide internal startup errors
2026-06-26 03:56:45 -07:00
ciregenz
d0dd6ee32b
[eric] browser: present webview as Google Chrome in client hints + headers, not bare Chromium (anti-bot tell)
2026-06-26 03:47:26 -07:00
abccodes
6f15d40431
[aidan] chore/package-lock: remove lockfile churn
2026-06-26 03:44:02 -07:00
abccodes
b2ceb4b466
[aidan] fix/model-fallback: reconcile free trial and provider states
2026-06-26 03:39:48 -07:00
ciregenz
80a8b6a94f
[eric] browser: Cmd+R reloads focused browser, else the app (MRU fallback was blocking app reload)
2026-06-26 03:15:30 -07:00
ciregenz
22649ba377
[eric] browser: persist browser-card dashboard_id so cards keep their home and stop bleeding across dashboards
2026-06-26 03:00:44 -07:00
SirKentut
75df12a1b7
[pierre] feat: merge app-use (OPENSWARM_APP bridge + AppAgent) onto eric/dev, convention-clean
...
Brings the app-use feature (OPENSWARM_APP bridge, AppAgent delegation tool,
BrowserClickPoint, autopilot supervision) onto the linted eric/dev base.
- Resolved 9 conflicts favoring eric's refactored structure; renamed all of
pierre's _-prefixed names to p_/P_, kept eric's prior_messages resume guard.
- Made the 4 test-exercised bridge helpers public (p-private rule).
- Wired AppAgent into browser_delegation_tools + BuiltinTool registry and
threaded selected_app_output_ids -> OPENSWARM_SELECTED_APP_IDS (eric had
forward-ported the prompt but not the tool, so it was unreachable).
- Linter clean (underscore/p-private/ruff/cycles 0); 301 backend tests pass.
2026-06-26 02:44:10 -07:00
ciregenz
9d6abc7091
[eric] browser: tag new browser cards with their home dashboard so they don't bleed onto every dashboard
2026-06-26 02:24:56 -07:00
ciregenz
02f119cdbc
[eric] browser: Cmd+R reloads the browser you're in or last used in place (was a no-op), never an app wipe
2026-06-26 02:10:01 -07:00
ciregenz
959ffb0b39
[eric] browser: park keep-alive cards off-screen so they don't bleed onto other dashboards
2026-06-26 02:04:44 -07:00
ciregenz
71e9a62671
[eric] backend: connect OAuth reads pending_oauth from oauth_state, not missing backend.main.p_pending_oauth
2026-06-26 02:01:17 -07:00
ciregenz
ef03ea71bb
[eric] browser: keep recent browsers alive across dashboard switches so sessions survive
2026-06-26 01:24:20 -07:00
ciregenz
f30597b7c8
[eric] browser: Cmd+R outside a browser is a no-op, not an app reload that wipes card sessions
2026-06-26 00:04:57 -07:00
ciregenz
215ddb45c0
[eric] browser: strip openswarm/Electron from webview UA (case-insensitive; was leaking openswarm/1.5.1 to every site)
2026-06-25 23:40:32 -07:00
ciregenz
8cb781c01c
[eric] apps: only link warm node_modules on import when package.json matches template (custom-dep apps install their own)
2026-06-25 23:21:44 -07:00
ciregenz
ed40d9dc72
[eric] agents: backfill pending_approvals + validate disk browser-agent children (undefined .some() crash)
2026-06-25 23:10:41 -07:00
ciregenz
598af2303e
[eric] frontend: fill missing settings fields from defaults + guard new_agent_shortcut crash
2026-06-25 23:10:41 -07:00
ciregenz
bdf576126d
[eric] apps: link node_modules on import so imported backend apps boot first time, no restart
2026-06-25 23:09:21 -07:00
ciregenz
4ef03b6508
[eric] dashboard: quiesce + serialize app-card delete teardown to stop GPU-death crash
2026-06-25 23:05:19 -07:00
abccodes
d420624fe1
[aidan] merge: bring branch up to date with eric/dev
...
# Conflicts:
# backend/apps/agents/agents.py
# backend/apps/agents/core/openai_passthrough.py
# backend/apps/nine_router/oauth.py
# backend/main.py
2026-06-25 22:33:30 -07:00
abccodes
445a82e025
[aidan] fix/model-reconcile: switch stale session model off a disconnected provider
2026-06-25 22:23:01 -07:00
abccodes
462ed04f97
[aidan] fix/openai-passthrough: bare gpt-5 id, floor reasoning tokens, log upstream 4xx
2026-06-25 22:23:01 -07:00
abccodes
3fb633af90
[aidan] fix/openai-passthrough: mount the subapp so cp-openai gpt-5 routes resolve
2026-06-25 22:23:01 -07:00
ciregenz
ccd0bc3971
[eric] browser: Ctrl/Cmd+R reloads the last-interacted browser, else the app
2026-06-25 20:45:18 -07:00
ciregenz
ab982afcea
[eric] repo: stop tracking the accidentally-committed root .venv (6338 files); gitignore it
2026-06-25 19:56:47 -07:00
SirKentut
42ad32ee6c
[pierre] testing: frames show if autopilot is succesfully working
2026-06-25 19:53:25 -07:00
ciregenz
97a859e504
[eric] browser: Settings "Clear browsing data" wipes the browser partition only
2026-06-25 19:50:33 -07:00
ciregenz
e5b69bfa00
[eric] browser: give cards a persistent partition so logins survive reload + quit
2026-06-25 19:33:49 -07:00
SirKentut
a10617526a
[pierre] feat: add __autopilot__ self-play bridge with slow-cadence agent supervision
...
Two-loop design for fast-twitch apps (Flappy, Doodle Jump) the agent cannot
react to frame-by-frame over the network: the bridge runs policy() at frame
rate as the reflex (inner loop), while the supervisor steers on a slow cadence
via getState and __autopilot__ knobs (outer loop). Wires this through the
webapp_template bridge, the shell-injected bridge in main.js, and the APP
system prompt. Also deny the 'fullscreen' permission so a preview webview's
HTML5 fullscreen no longer hijacks the whole OpenSwarm window.
2026-06-25 19:32:17 -07:00
abccodes
5f9ae71ff4
[aidan] fix/codex-auth: fall back to port 1457 when 1455 is held, surface connect errors
2026-06-25 18:05:00 -07:00
abccodes
fcc337c848
[aidan] fix/oauth: drop hardcoded "Claude" from the connect success page
2026-06-25 18:04:57 -07:00
abccodes
c60d26e631
[aidan] fix/free-trial: clear trial on subscription connect so a connected sub takes over immediately
2026-06-25 18:04:53 -07:00
ciregenz
4d74d02362
[eric] release: bump app version to 1.5.1 (electron package.json + lockfile self-version)
v1.5.1
2026-06-25 05:34:37 -07:00
ciregenz
52464e66ee
[eric] frontend: one-line every // comment + collapse 3+ blank runs across frontend/src (161 files, -1652 lines, TS-AST-verified code-identical)
2026-06-25 04:20:41 -07:00
ciregenz
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'
2026-06-25 03:51:28 -07:00
ciregenz
48f475aecf
[eric] chat: strip the '--- Selected UI Elements' block + collapse newlines in MCP/browser-agent tool input summaries (was dumping the raw appended prompt)
2026-06-25 03:46:03 -07:00
ciregenz
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
2026-06-25 03:40:35 -07:00
ciregenz
5d82d1ead5
[eric] repo: untrack root CLAUDE.md (gitignored personal notes)
2026-06-25 03:05:57 -07:00
ciregenz
ab1f8a4326
[eric] repo: gitignore the root CLAUDE.md (personal notes); conventions stay tracked in backend/frontend CLAUDE.md + linter/README
2026-06-25 03:04:16 -07:00