ciregenz
46b25f2eda
[eric] test: settings default theme is 'light' now (stale 'dark' asserts, pre-1.5.3)
2026-06-30 02:19:03 -07:00
ciregenz
7adfeda879
[eric] skills: curated install falls back to cached SKILL.md when GitHub is unreachable (restores offline install, fixes #113 regression)
2026-06-30 00:00:22 -07:00
ciregenz
37c8c89503
[eric] config: rename _fsync_dir -> p_fsync_dir in atomic_write_json (no leading underscore)
2026-06-29 23:08:05 -07:00
ciregenz
1348733d25
[eric] merge #52 (tarun): fsync tempfile + parent dir in atomic_write_json for crash durability
2026-06-29 23:07:35 -07:00
ciregenz
8eb48dfc42
[eric] app-use: strip pierre's transient [app-agent] trace scaffolding + write-only controls cache (no speculative scaffolding)
2026-06-29 23:03:45 -07:00
ciregenz
717763771f
[eric] skills: split skill_registry.py (705->275) into sources/github/cache modules to clear the 300-line cap (no cycle, downward imports)
2026-06-29 22:27:19 -07:00
ciregenz
e1639468a5
[eric] cleanup: convention fixes for merged #113/#107 (p-private rename, dead code, scratch files, em-dash, lint exceptions)
2026-06-29 21:52:53 -07:00
ciregenz
1b6d747326
[eric] merge #107 (pierre): app-use OPENSWARM_APP bridge + AppAgent
...
# Conflicts:
# electron/main.js
# frontend/src/app/pages/Views/ViewPreview.tsx
2026-06-29 21:34:11 -07:00
ciregenz
197fe258ab
[eric] merge #113 (aidan): skills agent-discovery + multi-file install + versioning
2026-06-29 21:26:00 -07:00
ciregenz
30d421993b
[eric] apps: export drops the stale inline files snapshot for workspace apps so edits don't revert on import (disk is source of truth)
2026-06-29 15:57:21 -07:00
abccodes
0ac115c719
[aidan] test/skills: cover discovery, multi-file install, versioning, orphan prune
2026-06-29 02:13:13 -07:00
abccodes
07a6c9ab70
[aidan] feat/skill-registry: multi-file install, tree cache, and skill versioning
2026-06-29 02:13:13 -07:00
abccodes
3a252aa0b3
[aidan] feat/skills: Skill tool + installed-skills catalog for agent discovery
2026-06-29 02:13:05 -07:00
abccodes
a589d10ce2
[aidan] feat/skills: skill load endpoint, install provenance, orphan-index self-heal
2026-06-29 02:12:57 -07:00
ciregenz
371a254d94
[eric] browser: pre-selected multiple cards fan out one agent per card, not just one
2026-06-27 17:48:01 -07:00
ciregenz
0d208265e0
[eric] theme: default to light + fix light/dark switch flicker
2026-06-27 17:21:16 -07:00
ciregenz
f918e13712
[eric] analytics: add swarm-analytics==0.1.1 to requirements.lock (stale lock dropped it from the packaged python-env)
2026-06-26 14:14:38 -07:00
ciregenz
f3c8189751
[eric] merge eric/browser-parity: in-app browser parity (persistence, focus keystone, zoom/find/tab/middle-click, reopen-closed)
...
# Conflicts:
# backend/apps/outputs/workspace_io.py
2026-06-26 09:10:19 -07:00
ciregenz
61298fcd07
[eric] tests: document gpt5 token-floor lane divergence ( #110 floors the passthrough, proxy passes through)
2026-06-26 08:31:38 -07:00
ciregenz
e1e37d2422
[eric] tests: update clear_free_trial guard to the confirmed contract (haiku stays as trial face; reverts to sonnet only on real key/sub)
2026-06-26 08:01:52 -07:00
ciregenz
3bb910a7fa
Merge branch 'aidan/fix/provider-auth-and-workflows-ui' of https://github.com/openswarm-ai/openswarm into integration/pr-110
2026-06-26 07:59:50 -07:00
ciregenz
3368032ff9
[eric] tests: round-trip guard for oversize app-file corruption fix (omit-on-read + refuse-shrink-on-write)
2026-06-26 07:53:23 -07:00
abccodes and ciregenz
e38c54150a
[aidan] fix/app-export: stop file-cap marker from corrupting oversize app files
2026-06-26 07:50:19 -07:00
Aidan and GitHub
180da5ea40
[aidan] fix/app-selection: surface real app workspace path in selection so the builder edits in place ( #109 )
2026-06-26 07:30:13 -07:00
abccodes
4d57ce32e2
[aidan] fix/workflows-test-run: attach test agent to the active dashboard so browser tools have a card
2026-06-26 06:06:22 -07:00
abccodes
ba002121a0
[aidan] fix/workflows-edit-agent: draft steps on first prompt, never perform the task
2026-06-26 06:06:22 -07:00
abccodes
9c5e20e4ef
[aidan] feat/workflows-canvas: tag run and edit-chat sessions to suppress duplicate cards
2026-06-26 06:06:22 -07:00
abccodes
439b736e30
[aidan] feat/workflows-browser: spawn run browser cards on the dashboard the renderer is showing
2026-06-26 06:06:18 -07:00
ciregenz
f8ab34efc5
[eric] swarm: re-stamp browser card dashboard_id on import so it shows on the imported dashboard
2026-06-26 06:00:46 -07:00
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
ciregenz
ce7b22a216
[eric] swarm: exclude .DS_Store/Thumbs.db from app exports (WALK_SKIP_FILES)
2026-06-26 04:42:02 -07:00
abccodes
a237393d30
[aidan] fix/oauth-connect: hide internal startup errors
2026-06-26 03:56:45 -07:00
abccodes
b2ceb4b466
[aidan] fix/model-fallback: reconcile free trial and provider states
2026-06-26 03:39:48 -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
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
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
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
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
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
SirKentut
42ad32ee6c
[pierre] testing: frames show if autopilot is succesfully working
2026-06-25 19:53:25 -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