Commit Graph
2258 Commits
Author SHA1 Message Date
ciregenz 77b3595264 [eric] context menus: portal the card menu to body, widen the row schema, cover every shell surface 2026-07-30 15:13:32 -07:00
ciregenz b8cfaff690 [eric] web: stop the fetch cascade on a body with no text layer instead of buying a paid summary of nothing 2026-07-30 14:55:56 -07:00
ciregenz 1172fb07c5 [eric] web: say bot challenge, not rate limit, since retrying the same query never clears it 2026-07-30 14:40:48 -07:00
ciregenz 65430e1234 [eric] web: fall back to the Wayback Machine when the live page is dead or walled 2026-07-30 14:40:48 -07:00
ciregenz 88abab0c1c [eric] web: extract PDF text and refuse other binaries instead of dumping raw bytes into the model 2026-07-30 14:40:48 -07:00
ciregenz f30677e255 [eric] web: move the search engines into tools/search so the folder stays under the item cap 2026-07-30 14:34:32 -07:00
ciregenz d84f2d5301 [eric] web: add Startpage as a second independent search engine so one bot challenge cannot close free search 2026-07-30 14:34:29 -07:00
ciregenz 356f7a4ea1 [eric] minimized: one glass rail for apps and browsers, real thumbnails, no live webview behind a parked card 2026-07-30 14:31:30 -07:00
ciregenz 629e58a59b [eric] window-controls: fan all three arc lights by data-light, green was stacked on red and ate the close click 2026-07-30 14:31:24 -07:00
ciregenz 559bbbe768 [eric] web: send the keyless search rungs through a Chrome-fingerprint client (measured 4/8 -> 8/8 on DuckDuckGo) 2026-07-30 14:28:49 -07:00
ciregenz 3ea74d67a5 [eric] web: bound the search/fetch cascade with one wall-clock deadline so the later tiers are reachable 2026-07-30 14:21:27 -07:00
ciregenz 18e024834d Merge branch 'eric/dev' into eric/browser-merged 2026-07-30 13:18:48 -07:00
ciregenz 3d5c287139 [eric] merge: bring eric/browser onto eric/dev (30 conflicts resolved, gates green) 2026-07-30 13:18:11 -07:00
ciregenz 600c04dd02 [eric] history: stop losing chats (merge live sessions, drop agent-spawned children, sort by last activity, never render a blank row) 2026-07-30 12:59:45 -07:00
ciregenz 7fb3b85a64 [eric] dock: show the favicon INSTEAD of the browser glyph (it used to sit behind it), glyph returns if the favicon fails 2026-07-30 12:03:29 -07:00
ciregenz 75bc138601 [eric] dashboard: dock Settings opens as a canvas window (shared card chrome), not a modal 2026-07-29 21:12:07 -07:00
ciregenz 162eacc543 [eric] notes: delete the sticky-note feature end to end 2026-07-29 20:32:24 -07:00
ciregenz c10db35ebc [eric] history: move chat history from the dock to the top island and make it global (was filtered to the current dashboard) 2026-07-29 20:17:17 -07:00
ciregenz fac02bfccc [eric] shell: uncrop the spawn-pill shadow, shortcut tooltip on the composer, always-visible glass title bubble (incl. fullscreen), and collapsed cards show a plain-text answer 2026-07-29 20:13:56 -07:00
ciregenz 5b9d0dcce6 [eric] dock: drop the New-chat tile (the always-present spawn pill already owns that action) 2026-07-29 19:59:27 -07:00
ciregenz 776f4068f3 [eric] dock: Applications lists YOUR OpenSwarm apps (was the machine's /Applications via a launcher whose click IPC never existed) 2026-07-29 19:58:02 -07:00
ciregenz e321a35894 [eric] voice: drop whisper --convert (demanded ffmpeg on PATH at boot; Finder apps have none = dictation dead in prod), writable cwd, drain stderr, 60s cold-load budget 2026-07-29 16:51:30 -07:00
ciregenz 04f66b2cd0 [eric] hygiene: gitignore haptics node-gyp build output (mirrors mouseclamp) 2026-07-29 16:38:32 -07:00
ciregenz 11ea778884 [eric] tests: update providerUsage tests to the landed 150-title cap + convo char budget (4 green) 2026-07-29 16:38:32 -07:00
ciregenz f0229bef50 [eric] tests: land the 3 stranded browser capacity-retry tests from the windows-churn batch (64 green) 2026-07-29 16:38:32 -07:00
ciregenz 2ee25f80fc [eric] dashboard: cap live app webviews (closest-to-center wins) to bound memory v1.6.0 2026-07-29 11:22:27 -07:00
ciregenz cc24f5adaf [eric] crash-safety: cap parallel CDP detach at 10 concurrent (unbounded could flood the debugger host at pathological card counts and leave one attached at unmount) 2026-07-29 01:05:33 -07:00
ciregenz 8fedff40c1 [eric] efficiency: preflight classifier stamps cooldown whenever it runs (was re-firing Haiku every turn on concrete prompts); remove warm_prompt_cache (billed N no-op requests/dashboard-mount, warmed nothing: wrong prefix, below cache floor, no cache_control) 2026-07-29 01:01:26 -07:00
ciregenz b1f0f5b74e [eric] perf: mass-delete parallel-detaches browsers too (removeBrowserCardsCleanly); flat latency, same crash-safe ordering 2026-07-29 00:53:52 -07:00
ciregenz 103a3af31a [eric] perf: parallelize browser CDP detach on dashboard switch (serial added ~72ms/browser = 1.4s lag on a 20-card switch); views stay serial for GPU-surface release 2026-07-29 00:51:43 -07:00
ciregenz cd7399b215 [eric] crash: orphan-prune serializes app-card teardown too (deleting several apps from the Views page ripped their webviews out in one pass = same GPU SIGSEGV) 2026-07-28 23:30:42 -07:00
ciregenz 028d9dcd62 [eric] crash: quiesce+detach outgoing webviews before dashboard-switch resetLayout (it unmounted every app/browser webview in one frame w/ CDP attached = GPU/browser SIGSEGV, the 'navigate away kills the app' self-quit) 2026-07-28 23:24:21 -07:00
ciregenz 4c483051b4 [eric] crash: serialize browser-card teardown on mass delete (was ripping all webviews out in one frame = GPU/browser-process SIGSEGV, the mass-delete self-quit); matches the already-safe view path 2026-07-28 23:11:53 -07:00
ciregenz df0e4a2393 [eric] merge eric/onboarding into eric/dev; version 1.6.0 2026-07-28 22:20:34 -07:00
ciregenz b1233da12c [eric] tiles: chats also exit the tile on edge-drag; tile-menu runway shrunk to the 8px gap (it was overlaying the green button and eating its clicks) 2026-07-28 21:21:55 -07:00
ciregenz 7a74443b07 [eric] tiles: dragging an edge of a tiled browser/app exits the tile and resizes from its exact spot (macOS-style) 2026-07-28 21:17:31 -07:00
ciregenz 96a3e51c83 [eric] voice: aurora rebuilt as six interleaved alternating-hue wisps + single-hue base glow (adjacent same-order lobes and the L-to-R strip were the segmentation) 2026-07-28 20:53:20 -07:00
ciregenz 0469cfe74b [eric] voice: aurora lobes overlap heavily in one tight hue family (wide-spread hues in separated lobes read as rainbow patches) 2026-07-28 20:49:56 -07:00
ciregenz ad8d9ca240 [eric] voice: mic tap stops an active recording (async start ate the tap's press-end); composer mic tooltip shows the real dictation combo, not F5 2026-07-28 20:46:31 -07:00
ciregenz ec9b576615 [eric] voice+onboarding: aurora hues widened/jittered/desaturated (three tight bands read segmented); prep prompt forbids fabricating specifics when evidence is empty 2026-07-28 20:44:41 -07:00
ciregenz 9ac91b94e4 [eric] ui: tile menu gets a hover runway + longer grace (vanished mid-approach); text size range widened to 0.8-1.35 (Tiny to Largest) 2026-07-28 19:04:41 -07:00
ciregenz 96c4639bdf [eric] composer: placeholder is 'Ask me to do anything...' (dropped the 'sir' bit) 2026-07-28 18:52:11 -07:00
ciregenz 5d0bbb553c [eric] design: Inter (bundled variable font) is the app-wide UI face; the serif-leaning stack read bookish, Inter is the Linear/Figma/GitHub-proven professional standard 2026-07-28 18:47:47 -07:00
ciregenz f5908610d6 [eric] design: settings surface uses system sans throughout (serif brand face read bookish in dense panes; this is the Linear/Claude settings feel) 2026-07-28 18:41:40 -07:00
ciregenz 62521419df [eric] design: settings de-vibe pass (usage $0.64 + continuous bars over pixel blocks, tools rows densified w/ one-line descriptions, skills form labels dropped, command chips unified neutral) 2026-07-28 18:37:24 -07:00
ciregenz 3b68101b42 [eric] shell: pre-React boot paint from persisted theme (reload flashed a flat white frame for ~400ms before the wash mounted) 2026-07-28 18:31:01 -07:00
ciregenz d05afa04e0 [eric] design: history palette gets date groups + icon tiles + rounded hover rows (Raycast grammar), settings toggles never wrap, workflows empty state explains itself 2026-07-28 18:21:09 -07:00
ciregenz 37f7a7a8db [eric] dashboard: docked APPS suppress their tether too; tiled geometry never transitions (occluded-window transitions pin at t=0 and freeze tiles); tiles + dock measures re-apply on window reveal 2026-07-28 18:16:01 -07:00
ciregenz 224dc04696 [eric] theme: stock wallpaper is a designed contrasting gradient (canvas + shell + onboarding stage), never flat white when no accent picked 2026-07-28 18:16:01 -07:00
ciregenz 70eb3cd846 [eric] dashboard: tiles start beside the dock rail (macOS model, covers half/quarter zones) + shell frame wears the accent wash always so the window edge is never white 2026-07-28 17:35:37 -07:00