Commit Graph
1524 Commits
Author SHA1 Message Date
AidanandGitHub 14a08a0d8c [aidan] ux/font-stack: unify font families via shared typography module (#116) 2026-06-30 19:39:02 -07:00
AidanandGitHub 0cdd1cbd6e [aidan] ux/sidebar-settings: move customization into settings (#115) 2026-06-30 17:03:40 -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 7f48d07bf4 [eric] app-use: scope OPENSWARM_APP bridge to app webviews, drop per-page console.warn
Was injected into every browser card (a window.OPENSWARM_APP bot tell) and went win32-only after the passkey commit; now app-webviews-only on all platforms.
v1.5.4
2026-06-30 02:12:49 -07:00
ciregenz 9c1c14bf90 [eric] release: bump version to 1.5.4 2026-06-30 00:21:07 -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 eb0b0ba661 [eric] merge #59 (karthik): fix debugger filepath-not-found on Linux (case-sensitive paths) (closes #58) 2026-06-29 23:03:50 -07:00
ciregenz 91e4b284c4 [eric] docs: rename CONTRIBUTING 'outside contributors' section to 'External Contributors' (closes #112) 2026-06-29 23:03:50 -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 bd8cdbfb0b [eric] browser: drive the loading bar off main-frame navigation only, so ad/sub-frame loads don't re-sweep it 2026-06-29 20:55:05 -07:00
ciregenz 9f2041ca58 [eric] browser: loading bar is an overlay so it doesn't jitter the webview up/down on busy pages 2026-06-29 20:54:54 -07:00
ciregenz dc2e9378e8 [eric] browser: stub window.chrome to match real Chrome (closes the empty-window.chrome bot tell) 2026-06-29 17:00:55 -07:00
ciregenz 8784ca937c [eric] browser/apps: drop the iframe fallback for a 'run in the desktop app' message (keeps srcdoc + Windows-crash iframe) 2026-06-29 16:38:03 -07:00
ciregenz 6afbc5b849 [eric] browser: throttle in-page URL mirroring so map-churn pages don't storm dashboard saves 2026-06-29 16:37:51 -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 cfaddf1126 [eric] passkey: enable macOS Touch ID WebAuthn (electron 42.0.0->42.3.3 for the localizedReason crash fix + Developer ID provisioning profile + keychain entitlement; reject-shim now Windows-only) 2026-06-28 15:10:59 -07:00
ciregenz fc62986603 [eric] analytics: point packaged builds at analytics.openswarm.com (own public edge, bypasses the cloud billing core; old builds keep the api.openswarm.com relay) v1.5.3 2026-06-27 19:00:26 -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 015a2b9265 [eric] release: bump app version to 1.5.3 (analytics lock fix + Google sign-in UA fix; electron package.json + lockfile self-version) 2026-06-27 17:26:35 -07:00
ciregenz 8d3ef7c6f6 [eric] chat: tool-arg summary in mono, clean wrap, stacked when expanded 2026-06-27 17:21:16 -07:00
ciregenz e9644c4091 [eric] dashboard: drop the browser glow and tether fade to ~0.5s 2026-06-27 17:21:16 -07:00
ciregenz 27701d8606 [eric] chat: render a lone MCP tool call bare, no redundant group header 2026-06-27 17:21:16 -07:00
ciregenz 4da3f76ac7 [eric] dashboard: optimistic browser tether so the attach arrow is instant on spawn 2026-06-27 17:21:16 -07:00
ciregenz 8a331fa762 [eric] dashboard: optimistic agent-card spawn so expand + focus feel instant 2026-06-27 17:21:16 -07:00
ciregenz 0d208265e0 [eric] theme: default to light + fix light/dark switch flicker 2026-06-27 17:21:16 -07:00
AidanandGitHub 0d6d998cad [aidan] fix/browser: keep webview UA product token so Google sign-in works (#111) 2026-06-27 17:10:47 -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 e35ab67fc1 [eric] release: bump app version to 1.5.2 (electron package.json + lockfile self-version) v1.5.2 2026-06-26 09:45:14 -07:00
ciregenz ffbbecc1dc [eric] browser: native right-click menu + spellcheck for browser webviews 2026-06-26 09:36:23 -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 a76c44aeb7 [eric] browser: Ctrl/Cmd+Shift+T reopens the last closed card (browser/tab/agent/note/app/workflow) 2026-06-26 09:04:42 -07:00
ciregenz 37e645c256 [eric] browser: collapse browserZoom doc comment to one line (frontend one-line-comment rule) 2026-06-26 09:04:42 -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 4167a8c930 [eric] browser: zoom focused browser + Ctrl+F find + Ctrl+Tab cycle + middle-click bg tab 2026-06-26 08:25:00 -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
abccodesandciregenz e38c54150a [aidan] fix/app-export: stop file-cap marker from corrupting oversize app files 2026-06-26 07:50:19 -07:00
ciregenz b11f0cd58b [eric] browser: force the guest page-world to always report visible/foregrounded (main-world inject) so an off-screen kept-alive Discord doesn't background + drop its session = logout 2026-06-26 07:31:06 -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