Eric
bca0050dcb
[eric] perf: start 9router in background instead of blocking the http bind
...
- service lifespan was awaiting ensure_9router (~7.4s, up to ~18s cold) on the boot path
- dispatch already ensures it lazily; serialize ensure_running so no double-spawn
- cuts warm backend-ready ~9-10s toward ~2-3s
2026-06-16 21:59:16 -07:00
Eric
1facda5c33
[eric] app-builder: spawn vite directly via bundled node on windows (no bash)
...
- frontend-only apps no longer need git bash; kills the [WinError 2] preview failure
- windows-only, falls back to bash run.sh for backend apps or when vite is absent
2026-06-16 21:58:59 -07:00
Eric
fe9f8d7105
[eric] app-builder: windows node_modules link fallback + prefer pre-extracted bundle
...
- _link_node_modules falls back symlink -> junction -> copy (no admin needed)
- _ensure_warm_cache prefers a pre-extracted resources tree, zero first-app extract (#9 item 2)
- falls back to tar/npm when absent so mac/older builds are unchanged; add tests
2026-06-16 21:58:59 -07:00
Eric
ccc06ea188
[eric] skills: seed registry from bundled snapshot + disk cache, retry until first fetch
...
- fixes empty skills list until reboot and onboarding skill-item-pdf timeout
- catalog never empty offline; add regression test, 3 cases
2026-06-16 21:58:59 -07:00
Eric
24a767eec9
[eric] perf: winv2 windows startup + app builder profiling, tracking doc, graphs
...
- warm boot floor 8256ms -> 857ms; app builder download + create breakdown measured
- harnesses, csv, dependency-free svg graphs, per-step savings table, #9 plan
2026-06-16 21:58:39 -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
Aidan and GitHub
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
Aidan and GitHub
de2e70ca8f
[aidan] fix/browser-early-close: let agent keep browser open when result lives on the page ( #88 )
2026-06-15 19:00:40 -07:00
ciregenz
3bf1b0da79
[eric] mcp: break the ToolSearch loop, redirect a stuck agent to MCPActivate for gated servers
2026-06-15 18:58:50 -07:00
ciregenz
39c837fee7
[eric] swarm: carry the chat transcript when sharing an agent (was dropped, scrub layer guards secrets)
2026-06-15 18:58:44 -07:00
ciregenz
7a91abba8d
[eric] onboarding: drop linear step-gating so every roadmap step is freely explorable
2026-06-15 16:43:55 -07:00
ciregenz
c9efbeca39
[eric] onboarding: restart-tour reload + cursor yields silently on off-script click
2026-06-15 16:42:04 -07:00
ciregenz
96f0ce78a7
[eric] boot: fetch subscription status on launch (connected subs were stale until Settings)
2026-06-15 15:22:56 -07:00
ciregenz
b0401b06d0
[eric] openai: route the thinking-slider effort param to gpt/codex (not just claude)
2026-06-15 14:46:48 -07:00
ciregenz
46e92c9fe0
[eric] dashboards: drop orphan session cards from GET so a dead-session card stops 404ing on load
2026-06-15 14:34:16 -07:00
ciregenz
bd73d49828
[eric] mcp-gate: property-test the activation gate (forwarded => activated) + Z3 formal proof
2026-06-15 14:22:48 -07:00
ciregenz
ad00fd19ae
[eric] error-classify: schema-translation 400s aren't auth; gemini RESOURCE_EXHAUSTED is transient
2026-06-15 14:05:21 -07:00
ciregenz
2bb5ee05f6
[eric] swarm: generative dashboard remap-invariant test + symlink unpack rejection
2026-06-15 14:01:50 -07:00
ciregenz
ad1a9b439e
[eric] swarm: validate manifest structure at stage time (root/dup-id/edge integrity, outside checksum)
2026-06-15 14:00:19 -07:00
ciregenz
c43da8950e
[eric] swarm: scan workspace file bytes for secrets on export, not just payload keys
2026-06-15 13:59:11 -07:00
ciregenz
2d82b13a1a
[eric] ci: gitleaks fetches full main so renames scan incrementally not full-history
2026-06-15 13:54:40 -07:00
ciregenz
578a31fdd4
[eric] ci: allowlist the cdp-routes redaction-test token in gitleaks
2026-06-15 13:54:40 -07:00
ciregenz
62acc4b8c0
[eric] models: drop banned Claude Fable + unrunnable Gemini 3.1 Pro from the picker
2026-06-15 13:44:22 -07:00
ciregenz
076c47617a
[eric] gemini: prefer connected Antigravity over AI Studio key + fail-fast read timeout
2026-06-15 12:36:29 -07:00
ciregenz
235fa47d15
[eric] providers: openai own-key keeps cp-openai/ prefix so 9router can route it
2026-06-15 11:59:11 -07:00
ciregenz
f93d6e02d1
[eric] 9router: port the 0.4.x /api auth gate (x-9r-cli-token) to unblock a version bump
2026-06-14 20:27:39 -07:00
ciregenz
124b128ed1
[eric] proxy: fix non-Anthropic first-msg 400s (Gemini allowlist + gpt-5 sampling strip)
2026-06-14 16:58:26 -07:00
ciregenz
9086ef5af2
Merge remote-tracking branch 'origin/eric/dev' into eric/dev
2026-06-14 08:59:19 -07:00