Commit Graph
653 Commits
Author SHA1 Message Date
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 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 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 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
abccodesandciregenz e38c54150a [aidan] fix/app-export: stop file-cap marker from corrupting oversize app files 2026-06-26 07:50:19 -07:00
AidanandGitHub 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
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 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 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 36626be089 [eric] backend: one-line comments + collapse blank runs across backend root + tests (AST-verified, 1 test skipped: embedded #-lines) 2026-06-25 03:04:16 -07:00
ciregenz aca14c6a3a [eric] agents: restore the openswarm-schedule MCP server registration dropped in the #105 forward-rebase (AddWorkflowStep/ScheduleWorkflow were unavailable to the edit agent) 2026-06-25 02:49:27 -07:00
ciregenz 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) 2026-06-25 02:42:20 -07:00
ciregenz 8d01452e24 [eric] agents: collapse per-session startup/shutdown logs into one summary line (hundreds of sessions flooded the console) 2026-06-25 02:36:12 -07:00
ciregenz 0d093cc5f8 [eric] backend: one-line every comment + collapse 3+ blank runs across apps/ (AST-verified identical, -lines); CLAUDE.md one-line-comment rule 2026-06-25 02:29:04 -07:00
ciregenz d5cd4db026 [eric] agents: one-line every comment + collapse 3+ blank runs across manager/ surface (33 files, -550 lines, code byte-identical) 2026-06-25 02:16:14 -07:00
ciregenz 3960c2bd46 [eric] conventions: one-line-comment + no-gratuitous-blank rules in CLAUDE.md; apply to configure_provider_env (271->223) 2026-06-25 02:11:05 -07:00
ciregenz 87db6a8a2b [eric] agents: drop orphaned compaction comment block (code moved in refactor) + tighten a 15-line narrow-wrapped comment to 3 2026-06-25 01:57:12 -07:00
ciregenz 448c0deafd [eric] agents: rename cryptic names — LivePartial->PartialReply, session/lifecycle.py->resume_and_duplicate.py (it held resume/duplicate, and collided with SessionLifecycle) 2026-06-25 00:58:57 -07:00
ciregenz b9cea6c647 [eric] agents: drop the Mixin suffix, name the 9 manager classes by domain (Messaging, SessionLifecycle, ...) + AgentManagerState -> AgentManagerProtocol 2026-06-25 00:50:47 -07:00
ciregenz d0dd5e799b [eric] agents: typed AgentManagerState mixin base re-enables pyright attr-access + fixes 2 broken outputs imports (pyright caught them) 2026-06-25 00:32:16 -07:00
ciregenz d29076df93 [eric] agents: wire the unwired out-of-credits card into handle_run_error + test (is_out_of_tokens/extract_reset_hint) 2026-06-25 00:14:12 -07:00
ciregenz dc53394e55 [eric] agents: drop dead typing.Dict imports + dangling _conns ref (caught by ruff/pyright audit, behavior-preserving) 2026-06-24 23:26:37 -07:00
ciregenz 0f4dbd5769 [eric] agents: @typechecked the 4 history_compaction helpers (close audit gap, surface 90->93%) 2026-06-24 22:59:06 -07:00
ciregenz 6561dd6743 [eric] agents: convention fixes on merge surface (public cross-file helpers, pydantic approval memory, resolve_ask @typechecked) 2026-06-24 22:36:17 -07:00
ciregenz 6419ed6436 [eric] agents: bind turn + stderr before build_agent_options so the no-provider error path doesn't UnboundLocalError 2026-06-24 21:00:44 -07:00