Commit Graph
1419 Commits
Author SHA1 Message Date
ciregenz bdbd0acb0d [eric] dashboard: revert orphan-prune to sync dispatch (async teardown was an over-reach, risked over-pruning imported cards) 2026-06-26 04:42:02 -07:00
ciregenz fde08cd55c [eric] browser: derive active dashboardId synchronously from route so a switched-away browser parks instantly (no 1-frame bleed) 2026-06-26 04:40:50 -07:00
ciregenz bce1599f89 [eric] browser: restore Cmd+R reloading your in-use browser (MRU fallback was dropped) 2026-06-26 04:13:01 -07:00
ciregenz d0dd6ee32b [eric] browser: present webview as Google Chrome in client hints + headers, not bare Chromium (anti-bot tell) 2026-06-26 03:47:26 -07:00
ciregenz 80a8b6a94f [eric] browser: Cmd+R reloads focused browser, else the app (MRU fallback was blocking app reload) 2026-06-26 03:15:30 -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 9d6abc7091 [eric] browser: tag new browser cards with their home dashboard so they don't bleed onto every dashboard 2026-06-26 02:24:56 -07:00
ciregenz 02f119cdbc [eric] browser: Cmd+R reloads the browser you're in or last used in place (was a no-op), never an app wipe 2026-06-26 02:10:01 -07:00
ciregenz 959ffb0b39 [eric] browser: park keep-alive cards off-screen so they don't bleed onto other dashboards 2026-06-26 02:04: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 ef03ea71bb [eric] browser: keep recent browsers alive across dashboard switches so sessions survive 2026-06-26 01:24:20 -07:00
ciregenz f30597b7c8 [eric] browser: Cmd+R outside a browser is a no-op, not an app reload that wipes card sessions 2026-06-26 00:04:57 -07:00
ciregenz 215ddb45c0 [eric] browser: strip openswarm/Electron from webview UA (case-insensitive; was leaking openswarm/1.5.1 to every site) 2026-06-25 23:40:32 -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 598af2303e [eric] frontend: fill missing settings fields from defaults + guard new_agent_shortcut 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
ciregenz 4ef03b6508 [eric] dashboard: quiesce + serialize app-card delete teardown to stop GPU-death crash 2026-06-25 23:05:19 -07:00
ciregenz ccd0bc3971 [eric] browser: Ctrl/Cmd+R reloads the last-interacted browser, else the app 2026-06-25 20:45:18 -07:00
ciregenz 97a859e504 [eric] browser: Settings "Clear browsing data" wipes the browser partition only 2026-06-25 19:50:33 -07:00
ciregenz e5b69bfa00 [eric] browser: give cards a persistent partition so logins survive reload + quit 2026-06-25 19:33:49 -07:00
ciregenz 4d74d02362 [eric] release: bump app version to 1.5.1 (electron package.json + lockfile self-version) v1.5.1 2026-06-25 05:34:37 -07:00
ciregenz 52464e66ee [eric] frontend: one-line every // comment + collapse 3+ blank runs across frontend/src (161 files, -1652 lines, TS-AST-verified code-identical) 2026-06-25 04:20:41 -07:00
ciregenz 407915ec9b [eric] backend: cross-origin 401 from the auth middleware now carries CORS headers for allow-listed origins, so a token-less dev request reads as an honest 401 instead of an opaque 'CORS blocked' 2026-06-25 03:51:28 -07:00
ciregenz 48f475aecf [eric] chat: strip the '--- Selected UI Elements' block + collapse newlines in MCP/browser-agent tool input summaries (was dumping the raw appended prompt) 2026-06-25 03:46:03 -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 5d82d1ead5 [eric] repo: untrack root CLAUDE.md (gitignored personal notes) 2026-06-25 03:05:57 -07:00
ciregenz ab1f8a4326 [eric] repo: gitignore the root CLAUDE.md (personal notes); conventions stay tracked in backend/frontend CLAUDE.md + linter/README 2026-06-25 03:04:16 -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 752800fd55 [eric] chat: humanize internal MCP tool labels (Settings Read -> 'Checked your settings'), drop server prefix + camelCase fallback + de-dupe brand 2026-06-25 01:44:11 -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 5578b951de [eric] linter: add ruff + pyright checks from Haik (narrowed F-codes, mixin-safe pyright; grandfather pre-existing) 2026-06-24 23:26:37 -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 bcb84594bf [eric] docs: commit shared CLAUDE.md conventions (root/backend/frontend); personal notes move to CLAUDE.local.md 2026-06-24 22:54:27 -07:00
ciregenz 91af344d59 [eric] docs: document code conventions in linter/README (CLAUDE.md is gitignored) + the 2 new checks 2026-06-24 22:45:34 -07:00
ciregenz 54a96cea68 [eric] linter: add no-underscore + p-private checks from Haik (enforce p_ conventions; grandfather pre-existing debt) 2026-06-24 22:41:59 -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 e221cb1c49 [eric] tests: refresh 2 stale swarm_bundle tests for the now-present workflow store 2026-06-24 21:39:21 -07:00
ciregenz d5a1875c9e [eric] tests: streaming harness configures a provider so the real loop resolves cleanly 2026-06-24 21:18:40 -07:00