ciregenz
fd9e32309e
[eric] agents: fetch live connections for the sub-agent model pin (run/ split starved it with [], every sub-agent 401d on router routes)
2026-07-15 15:48:24 -07:00
ciregenz
0190e232ae
[eric] share: user-confirmed Export anyway when the file secret heuristic trips (download only; own credential fields stay blocked)
2026-07-15 15:44:10 -07:00
ciregenz
e1dd537a94
[eric] models: hold GPT-5.6 (Sol/Terra/Luna) not offered; Responses-API-only + 9Router 0.3.60 speaks chat/completions = no working lane
2026-07-15 14:43:41 -07:00
ciregenz
20d07a65e3
[eric] models: add GPT-5.6 (API-key lane); Sonnet 5 already listed, no codex-breaking cx entry on the pinned router
2026-07-15 14:24:53 -07:00
ciregenz
a7a095a379
Merge branch 'pr-129' into HEAD
2026-07-15 12:51:50 -07:00
abccodes
a422d4d79e
[aidan] fix/chat-history: stop retaining unopened histories
2026-07-13 21:28:09 -07:00
SirKentut
9fee353fda
[pierre] swarm: de-lazy WorkflowExportable now that the workflow store is on this branch
...
The module was written when the workflow store lived only on eric/workflow, so
every store touch went through p_store()/p_model() try/except-returning-None.
Both resolve on this branch (the round-trip test already asserts as much), so
those guards had become dead code that would swallow a genuine ImportError in
storage.py and surface it to the user as "this build doesn't support workflows
yet; please update OpenSwarm".
Imports storage/Workflow at module level, drops the None branches, and rewrites
the stale docstring. The safety contract is unchanged and still covered by
test_workflow_sanitize_disables_schedule_and_strips_pii: an imported workflow
never auto-runs, and the sharer's phone number never rides along.
2026-07-13 14:21:12 -07:00
ciregenz
91a603ce96
[eric] conventions: strip em-dashes from app runtime contract; de-prefix cross-file affiliate exports
2026-07-12 18:39:18 -07:00
ciregenz
026d491722
[eric] merge #124 : bind installs from stamped installer filenames; unify install id (aidan)
2026-07-12 18:37:57 -07:00
abccodes
fb89324462
[aidan] chore/affiliate-attribution: align private names and trim comments
2026-07-10 19:31:35 -07:00
abccodes
c7004c9878
[aidan] feat/affiliate-ids: unify install identity across electron and python backend
...
Electron resolves ONE install id before spawning the backend (install.json
app_install_id -> python settings installation_id -> fresh uuid) and exports
it as OPENSWARM_INSTALLATION_ID; the backend adopts it when settings has no
installation_id yet. The affiliate app_install_id and the analytics
install_id are now the same value, so affiliate refs join directly to
telemetry with no sign-in required. Drops the frontend app_install_id
forwarding through sign-in flows; the desktop auth router forwards
settings.installation_id as install_id instead.
2026-07-10 18:09:26 -07:00
SirKentut
b40cb79216
[pierre] fix: keep the App Builder's runtime contract current on every install
2026-07-10 17:54:49 -07:00
abccodes
ac2f8e31b6
[aidan] feat/affiliate-filenames: bind installs from stamped filenames
2026-07-10 03:01:32 -07:00
SirKentut
f542007a3c
[pierre] fix: surface app terminal + console errors to the App Builder
2026-07-10 00:37:02 -07:00
ciregenz
8ed9149c7e
[eric] providers: boot-time login-health pill (dead sub token -> reconnect toast, no more silent codex deaths)
2026-07-08 20:34:37 -07:00
ciregenz
e6c781a380
[eric] 9router: never orphan-sweep custom nodes off an empty provider list (corrupt-settings boot mass-reap guard)
2026-07-08 17:33:15 -07:00
ciregenz
f669fc16df
[eric] providers: drop reasoning_effort when function tools present (OpenAI now 400s the combo on chat/completions, all gpt-5.x)
2026-07-08 17:33:15 -07:00
ciregenz
63bfb7cfae
[eric] agents: admission gate caps concurrent root turns (children bypass, queued pill)
2026-07-07 18:09:57 -07:00
ciregenz
a1a461eb57
[eric] agents: cap persistent client pool + background sweeper (bound resident memory)
2026-07-07 17:33:35 -07:00
ciregenz
ba3f083832
[eric] merge #120 : idle-based workflow step timeout (pierre)
2026-07-07 15:20:58 -07:00
ciregenz
0c74183600
[eric] web: offscreen-browser fetch/search tier (renders JS pages httpx can't; real fingerprint dodges the DDG throttle)
2026-07-07 15:04:31 -07:00
ciregenz
1db3022bd3
[eric] web: DDG lite fallback so free search survives html-endpoint throttle/markup drift (+ split search_ddg out of web.py)
2026-07-07 02:04:37 -07:00
ciregenz
3ce848d185
[eric] models: pull gpt-5.5 subscription entry (cx/gpt-5.5 404s on pinned 9router = broken codex); gpt-5.5-api stays
2026-07-07 01:31:35 -07:00
ciregenz
953fddc99e
[eric] apps: auto hard-reload the app card when a turn installed deps (soft reload can't see new packages)
2026-07-07 01:31:35 -07:00
ciregenz
08d5bd3cc6
[eric] workflows: pause/trash halts the in-flight run (executor per-step liveness recheck + stop-on-delete)
2026-07-07 01:15:03 -07:00
ciregenz
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)
2026-07-06 18:09:34 -07:00
ciregenz
fd21ffb603
[eric] agents: consolidate shadowed /compact + /clear routes into one handler each + duplicate-route guard test
2026-07-06 16:18:53 -07:00
ciregenz
9da027a948
[eric] context: distill dropped history via aux LLM on rebuild + model-aware compaction threshold
2026-07-06 15:25:58 -07:00
ciregenz
1b96bc597c
[eric] context: lossless tool-report spill (browser+gws caps point at the full file) + visible recovery pill
2026-07-06 14:16:31 -07:00
ciregenz
98a5d9c9ba
[eric] google-workspace: cap must patch ToolManager.call_tool (FastMCP registers a bound handler at init; attribute rebinding never reached stdio dispatch)
2026-07-06 05:18:39 -07:00
ciregenz
1027e24f7b
[eric] google-workspace: cap shim tool-result text under the CLI's MCP-spill threshold (gmail-dump thrash)
2026-07-06 04:27:46 -07:00
SirKentut
2486bb303a
[pierre] fix: Doubled timeout to prevent workflow error exception
2026-07-06 02:51:04 -07:00
SirKentut
c1504f6761
[pierre] fix: workflow step timeout is now idle-based
2026-07-06 02:45:37 -07:00
ciregenz
f787414fc6
[eric] agents: context-pressure valve, one fresh-recap retry when the CLI dies mid-compaction-churn
2026-07-05 21:40:16 -07:00
ciregenz
e46013f234
[eric] browser-agent: cap result summary+action-log (CLI hard-rejects >25K-token MCP results)
2026-07-05 17:52:53 -07:00
ciregenz
4470d1f971
[eric] agents: drop spurious @staticmethod on invoke_agent (every InvokeAgent call 500'd)
2026-07-05 17:25:08 -07:00
ciregenz
a459177d39
[eric] lint: drop p_ prefix from healer/pool names the tests access (p-private boundary rule)
2026-07-05 16:24:13 -07:00
ciregenz
e0f5414cda
[eric] web-search: gate the browser-fallback nudge on browser-delegation availability
2026-07-05 16:19:12 -07:00
ciregenz
e0311d6bd9
[eric] merge #114 : web-search browser fallback nudge on backend failure
2026-07-05 16:14:57 -07:00
ciregenz
0cd5e0022c
[eric] agents: strip the temporary TTFT probes (pool drift-diag stays, gated OPENSWARM_POOL_DIAG)
2026-07-03 15:49:57 -07:00
ciregenz
d36fd6e4c6
[eric] agents: persistent client default ON (kill switch OPENSWARM_PERSISTENT_CLIENT=0); conftest pins tests off
2026-07-03 15:30:01 -07:00
ciregenz
b827fc565c
[eric] 9router: watchdog probes from a thread (sync HTTP confirm could stall the event loop 2s mid-stream)
2026-07-03 15:24:00 -07:00
ciregenz
cbe062e002
[eric] 9router: event-driven death-watcher heals in ~0.2s + two-strike watchdog (busy-probe false negatives)
2026-07-03 15:19:36 -07:00
ciregenz
b138fcc054
[eric] 9router: watchdog + detection-revive so the router self-heals; down only when the user quits
2026-07-03 15:10:22 -07:00
ciregenz
5dbfb69c6d
[eric] models: drop gemini-3-flash entirely (preview id aged out; key-only users hung; AG probe retargeted to flash-lite)
2026-07-03 14:42:42 -07:00
ciregenz
f202599198
[eric] models: drop gemini-3-flash-api (upstream preview id aged out; hangs with no fail-fast; 3.5-flash-api covers it)
2026-07-03 14:39:25 -07:00
ciregenz
56efd73979
[eric] 9router: stop custom-provider reconcile reaping the cp-openai node (broke every gpt-*-api request)
2026-07-03 04:26:24 -07:00
ciregenz
5605fee826
[eric] agents: client-pool idle eviction (30min TTL) + fingerprint field-drift diagnostics
2026-07-03 03:53:19 -07:00
ciregenz
f671aacb43
[eric] agents: extend TTFT probes to full waterfall (msg_received/thinking/first_text/result)
2026-07-03 03:22:13 -07:00
ciregenz
3e0c4811e2
[eric] agents: wire persistent client behind OSW_TTFT_PERSISTENT_CLIENT (warm TTFT 535ms -> 6ms)
2026-07-03 02:48:16 -07:00