Commit Graph
1135 Commits
Author SHA1 Message Date
ciregenz b1fc1dd923 [eric] chat: on stop, promote the in-flight assistant text to a message immediately so the partial doesn't blink out during the SDK cancel lag 2026-06-18 05:02:19 -07:00
ciregenz a716b43df1 [eric] agents: after a mid-stream stop, rebuild history from session.messages so resume/follow-ups see the partial reply 2026-06-18 04:36:23 -07:00
ciregenz fb9a2a5b7b [eric] chat: fix the malformed resume-agent continue prompt 2026-06-18 04:00:47 -07:00
ciregenz 9a622c48e2 [eric] agents: keep the partial reply when a stream is stopped mid-flight 2026-06-18 04:00:47 -07:00
ciregenz 592744a843 [eric] dashboard: browser page is click-through in select mode so the whole card is pickable 2026-06-18 03:04:49 -07:00
ciregenz 8f922aee2d [eric] dashboard: revert browser body-click select; it blocked clicking into the page 2026-06-18 02:23:15 -07:00
ciregenz 1122e8846a [eric] dashboard: toolbar send passes the selected browser id so the agent uses it (was glow-only) 2026-06-18 02:07:58 -07:00
ciregenz de173a6a1c [eric] dashboard: body clicks select an unselected browser (webview passes them through) 2026-06-18 01:55:40 -07:00
ciregenz e0e2bb9f3c [eric] settings: Data & Privacy buttons match the About outlined style (Restart tour), drop the ellipsis + add section spacing 2026-06-18 00:21:55 -07:00
ciregenz 3f9fde17a8 [eric] electron: hard-reset IPC (kill backend, wipe data dir, relaunch) for factory reset 2026-06-17 23:32:17 -07:00
ciregenz 6d9e559892 [eric] settings: Data & Privacy section, Reset all settings + Erase all content (Apple-minimal, typed-confirm) 2026-06-17 23:31:26 -07:00
ciregenz 8b63e3d7c6 [eric] settings: add reset-to-defaults endpoint (preferences to defaults, keep connections + sign-in) 2026-06-17 23:31:26 -07:00
ciregenz fdfe014ae0 [eric] dashboard: select/drag a browser card from its whole body, not just the header 2026-06-17 23:13:01 -07:00
ciregenz a18111ac8a [eric] electron: red traffic-light quits the app instead of hiding; neuter Cmd+W 2026-06-17 20:12:56 -07:00
ciregenz ea84f57813 [eric] release: bump to 1.3.86 v1.3.86 2026-06-17 18:36:11 -07:00
ciregenz c577382943 [eric] oauth: complete Claude callback server-to-server, not a cross-port browser 302 (fixes browser-dependent 'Connecting' hang from #84) 2026-06-17 18:24:33 -07:00
ciregenz 763d445f45 [eric] usage: minimal paid-usage meter nudge (approaching + maxed) mirroring the free-trial pattern 2026-06-17 17:53:00 -07:00
ciregenz 6b8750efaf [eric] 9router: rotate the unbounded request-details log + cap node heap, fixes the idle OOM crash 2026-06-17 16:20:59 -07:00
ciregenz 18be72cf9c [eric] phase3b: 'fresh runs in ~Xh' on the spent nudge + one-tap continue-on-your-model after exhaustion 2026-06-17 01:14:40 -07:00
ciregenz 46753fa9c8 [eric] aux: fix stale sonnet id (claude-sonnet-4-20250514 4.0 -> claude-sonnet-4-6), was 404ing every aux call 2026-06-17 00:46:21 -07:00
ciregenz 8c93d42226 [eric] phase2: fire connect offer on MCPSearch/MCPList (not just loop), 8s preflight, render below the reply 2026-06-17 00:30:42 -07:00
ciregenz fc6d53b492 [eric] phase3: hide the trial-spent nudge once a real model is connected 2026-06-16 23:00:23 -07:00
ciregenz 920f73cee9 [eric] phase2/3: minimal borderless free-trial nudges (post-wow + spent) + minimal in-task MCP connect card 2026-06-16 22:57:43 -07:00
ciregenz 78c0971e88 [eric] phase2: wire in-task MCP connect offer into the ToolSearch loop-breaker (suggest-only, slug-matched) 2026-06-16 22:34:28 -07:00
ciregenz b8dc125da7 [eric] phase2: suggest-only offer_for_gated_server core + gate-safety invariants (in-task MCP connect) 2026-06-16 22:23:02 -07:00
ciregenz 177d2b6fb7 [eric] free-trial: warm connect-your-own-model banner when the trial is spent (was the red no-model wall) 2026-06-16 22:12:56 -07:00
ciregenz 7a8cbad025 [eric] notarize: use openswarm-notary keychain profile, disable env-cred auto-notarize 2026-06-16 17:59:47 -07:00
ciregenz b0fb8841b0 Revert "[eric] notarize: use openswarm-notary keychain profile, disable env-cred auto-notarize"
This reverts commit 6d1c66760e.
2026-06-16 17:35:53 -07:00
ciregenz 6d1c66760e [eric] notarize: use openswarm-notary keychain profile, disable env-cred auto-notarize 2026-06-16 17:34:45 -07:00
ciregenz ec99d24b8e [eric] release: bump to 1.3.85 v1.3.85 2026-06-16 16:59:39 -07:00
ciregenz fc1c3eecea [eric] release: bump to 1.2.85 2026-06-16 16:52:11 -07:00
ciregenz e1ac292eeb [eric] mouseclamp: also clamp off-window releases whose event has no window (key-window fallback + screen->window map), closes the gap that still crashed RootView::UpdateCursor on 1.2.84 2026-06-16 08:05:49 -07:00
ciregenz 374ded0214 [eric] share: minimal import modal, name lives in the title, one type+counts line, inline need chips, single-line trust note 2026-06-16 05:08:09 -07:00
ciregenz e53e11d28b [eric] share: import-modal needs are compact icon chips now (explanation on hover) instead of three sentence rows 2026-06-16 05:01:34 -07:00
ciregenz 9d1ff22a41 [eric] 9router: verify-at-boot, report why a start failed (no silent DEVNULL) + no dev-npm fallback in packaged 2026-06-16 04:55:14 -07:00
ciregenz cd4ad8ca2e [eric] share/apps: collapse import contents to a one-line count (expandable), calmer app-card boot state with an honest first-run hint 2026-06-16 04:52:03 -07:00
ciregenz 3998a8d6d9 [eric] sessions: get_all_sessions promotes only disk sessions the layout still cards, so deleted chats stop resurrecting on reopen 2026-06-16 04:44:15 -07:00
ciregenz a99e310940 [eric] diagnostics: attach secret-scrubbed 9router stderr tail to model_error telemetry (was masked 'check stderr') 2026-06-16 04:35:54 -07:00
ciregenz 6976456503 [eric] share: keep the drop border inside the rounded window, soften the import modal's review note + roomier includes list 2026-06-16 04:31:51 -07:00
ciregenz 61c0576cf4 [eric] dashboard: gate view-card orphan-prune on a fresh per-open outputs fetch so import no longer wipes the app card 2026-06-16 04:26:13 -07:00
ciregenz 98233c1baf [eric] share: .swarm drop blast now radiates full-screen and frays to the corners (was a boxed 240px ripple) 2026-06-16 04:02:20 -07:00
ciregenz bb42c62e9d [eric] approvals: add Always-approve button + make Deny one-click (drop the buggy reason step) 2026-06-16 04:00:13 -07:00
ciregenz 07ef98f7e5 [eric] approvals: persist tool policy on Always-approve (set_always_allow through the approval path) 2026-06-16 04:00:08 -07:00
ciregenz c9caaf8a8c [eric] permissions: default Bash to always_allow (seed + one-time lift) so shell commands stop prompting 2026-06-16 04:00:04 -07:00
ciregenz 1f86a66b87 [eric] swarm: remap view-card parent_session_id on share (new #89 field would import dangling) 2026-06-16 03:46:29 -07:00
AidanandGitHub d2d0ce74aa [aidan] ux/app-builder-dashboard: improve app builder dashboard (#89)
* [aidan] ux: when agent creates app always opens in dashboard

* [aidan] enhancement: app editing ui mimicing browseragents

* [aidan] ui/ux: when building app window appears immediately

* [aidan]: app view spacing dashboard mimicing browser

* [aidan] ux: app error agent loop

* [aidan] fix: remove duplicate logic
2026-06-16 03:44:40 -07:00
ciregenz 863fd4f9c5 [eric] share: flush the dashboard layout before export so a just-added app/agent card isn't missed (debounced save was stale) 2026-06-16 03:33:41 -07:00
ciregenz 131b3136eb [eric] sessions: get_all_sessions reads disk too so imported (and post-restart) dashboard cards render instead of blank 2026-06-16 03:03:28 -07:00
ciregenz 2301ff7a70 [eric] swarm: read live session from memory first on export, plus full dashboard round-trip test 2026-06-16 02:41:25 -07:00
ciregenz 65eaab47ae [eric] tests: make aux-model resolver tests deterministic (set Pro bearer token, stop reading live provider state) 2026-06-16 01:59:20 -07:00