Commit Graph
1024 Commits
Author SHA1 Message Date
ciregenz ab0caa1054 [eric] agents: gated TTFT phase probes (OSW_TTFT_PROBE) for latency profiling 2026-07-03 02:23:32 -07:00
ciregenz f3c53ea3cf [eric] agents: strict-mcp-config skips already-blocked claude.ai MCPs (~74% faster TTFT) 2026-07-03 02:22:50 -07:00
ciregenz 9376e0aa4d [eric] health: drop stray debug() call that 500'd /api/health/check and hung boot 2026-07-02 21:49:06 -07:00
ciregenz 40d975c702 [eric] apps: fix 2nd instance on old workspaces (port shim) + dedupe header keys 2026-07-02 21:39:59 -07:00
ciregenz cae5ed4478 [eric] models: re-add Claude Fable 5 (cc sub + api-key rows; ban lifted, access confirmed by eric) 2026-07-02 16:34:57 -07:00
ciregenz 9603912237 [eric] merge eric/app-ux: app builder UX + browser tab drag-out + CreateApp fold-in 2026-07-02 16:10:56 -07:00
ciregenz 3d62a3c4cd [eric] merge origin/eric/dev into eric/mcp (1.5.4 line + Sonnet 5 under the social MCPs) 2026-07-02 16:07:51 -07:00
ciregenz 30dccc3bf1 [eric] apps: CreateApp result points at SKILL.md instead of inlining the reference (no transcript rot) 2026-07-02 16:03:54 -07:00
ciregenz c0a40a4425 [eric] docs: app builder skill refers to the dashboard card, not the deleted Apps page 2026-07-02 03:21:36 -07:00
ciregenz 227bd1badc [eric] apps: fold App Builder into agents via CreateApp; delete standalone /apps page + editor 2026-07-02 03:20:52 -07:00
ciregenz 01e70fdd40 [eric] apps: restart.sh lets the agent bounce its own runtime (sentinel watched by the harness) 2026-07-02 02:48:21 -07:00
ciregenz 85d77ca552 [eric] apps: multiple independent instances per app (own runtime + ports; alt-click or paste to open) 2026-07-02 01:24:22 -07:00
ciregenz a4e81a8f2f [eric] hitl: Approve All persists always-allow so mid-run identical commands stop re-prompting 2026-07-02 00:41:54 -07:00
ciregenz f19284a456 [eric] apps: card Preview/Code/Terminal switcher, terminal hard-reload, agent-readable terminal.log 2026-07-02 00:35:13 -07:00
ciregenz 77ff2b79e9 [eric] debugger: swap vendored debugger/ for PyPI swarm-debug in app workspaces 2026-07-02 00:16:53 -07:00
ciregenz 169eb0db8a [eric] browser-bridge: serve cookie reads from Electron main (fixes backgrounded timeouts) 2026-07-01 23:50:17 -07:00
ciregenz cb2ccdc37b [eric] browser-bridge: give perform_action a 35s budget (navigate+wait+scrape in one command) 2026-07-01 18:44:57 -07:00
ciregenz 5202f2529d [eric] x-mcp: convert to browser-delegation (X signs every request; drive the real logged-in card via data-testid DOM) 2026-07-01 00:11:21 -07:00
ciregenz 2a0d20a0d1 [eric] reddit-mcp: drive www.reddit.com JSON API + cookie + modhash (bearer no longer in shreddit HTML); live-verified 2026-06-30 22:26:06 -07:00
ciregenz f8620d62d0 [eric] actions: sign-in button + live signed-in status for reddit/x/tiktok browser-login MCPs 2026-06-30 19:41:13 -07:00
ciregenz f24e6ecc52 [eric] mcp: wire X + TikTok into catalog, preflight, env injection + linter exceptions 2026-06-30 17:19:58 -07:00
ciregenz 64191c9d62 [eric] mcp: TikTok MCP shim (HTTP reads + browser-delegated writes, 11 tools) 2026-06-30 17:19:58 -07:00
ciregenz c04a663996 [eric] browser-bridge: /api/browser-session/action + renderer perform_action + shim client 2026-06-30 17:19:58 -07:00
ciregenz 9f85e01574 [eric] mcp: X (Twitter) session-borrow MCP shim (15 tools, full human action set) 2026-06-30 17:06:54 -07:00
ciregenz 20e5deb257 [eric] social-mcp: shared session_source + RateLimiter core; move reddit onto them 2026-06-30 17:06:54 -07:00
ciregenz fb0044f156 [eric] models: add Claude Sonnet 5 (adaptive + cc sub + api-key routes) 2026-06-30 15:26:16 -07:00
abccodes a8de20482f [aidan] fix/web-search: nudge model to browser fallback when search backends fail 2026-06-30 14:14:33 -07:00
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 63c32554ae [eric] mcp: reddit session-borrow MCP (free, full human action set; WIP) 2026-06-29 23:05:15 -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