Commit Graph
1537 Commits
Author SHA1 Message Date
ciregenz e67dec985e [eric] onboarding: preserve stale cinematic-flow WIP before v3 supersedes this line 2026-07-15 00:37:38 -07:00
ciregenz ebb8ab0054 [eric] onboarding: fire persona generation the moment a persona is picked (runs in background through name/consent/connect) so the payoff is instant + magical, not a wait 2026-07-01 00:46:14 -07:00
ciregenz ce782adb83 [eric] onboarding: 'just show me' runs an honest discovering transition (working animation while it generates) then reveals; seeds a broad use-case so generation still fires 2026-07-01 00:40:34 -07:00
ciregenz 902d6c085e [eric] onboarding: streaming feel (shared StreamingText, thinking->stream on payoff), simplify task beat (cut 2 redundant meta-lines + lighter card); DRY consent onto StreamingText 2026-07-01 00:37:04 -07:00
ciregenz b0bfdd146c [eric] onboarding: fix blank-canvas dead-end (tap a task -> emit launch intent -> dashboard spawns the agent via handleToolbarSend); shorten+tune insight prompt (specific not fabricated) 2026-07-01 00:33:38 -07:00
ciregenz df97919350 [eric] onboarding: split payoff into 3 breathing beats (hello -> one task -> more), tap-a-task-to-run, no redundant card; floor reshaped to insight+hero+3 distinct 2026-07-01 00:23:52 -07:00
ciregenz ec1c12fa2e [eric] onboarding: fix payoff generation returning empty (max_tokens was 100, truncated the JSON mid-object); floor at 900 + forbid em-dashes/placeholders in the prompt 2026-07-01 00:22:26 -07:00
ciregenz 481005fddf [eric] onboarding: fix Connect doing nothing (extract shared useConnectIntegration: create->oauth->named popup->poll status; reused downward) 2026-07-01 00:02:39 -07:00
ciregenz 6d83b2b033 [eric] onboarding: revert hold-to-launch gesture back to a plain 'Do it' click (the bloom read weird) 2026-07-01 00:02:39 -07:00
ciregenz b49a5e72b5 [eric] onboarding: press-and-hold to launch (warm bloom grows to fill screen, ported from glowup CommitmentView) as the payoff commit transition 2026-06-30 23:52:20 -07:00
ciregenz 50d0a44d84 [eric] onboarding: generate personalized payoff (insight+task+4 options) from persona via cheap free-trial LLM; layered profile > generated > floor 2026-06-30 23:52:20 -07:00
ciregenz a987f59ed2 [eric] onboarding: Connect step shows all connectable MCPs (scrollable) + fix OAuth 404 (create the tool before startOAuth) 2026-06-30 23:40:59 -07:00
ciregenz 3f4a34092e [eric] onboarding: reuse real logo.png + relocate connector catalog to shared/ (downward abstraction) + reuse real INTEGRATIONS/toolsSlice/startOAuth in Connect step 2026-06-30 23:36:30 -07:00
ciregenz eb5da15dd3 [eric] onboarding: shorten consent (short question + explainer), de-chatbot the payoff (drop composer chrome, 'a real agent does this' framing) 2026-06-30 23:36:30 -07:00
ciregenz 391df21b0d [eric] onboarding: theme-aware skin (follows light/dark), remove progress dots, smooth word-fade consent (no janky typewriter) 2026-06-30 23:21:12 -07:00
ciregenz 9d32d7338d [eric] onboarding: read-only profiling agent (scoped, consent-gated, timeout, fail-open) + payoff progressive wiring + tests 2026-06-30 23:10:25 -07:00
ciregenz 10908c1490 [eric] onboarding: portal the flow overlay to body at top z-index so it covers app chrome (the search bar) 2026-06-30 23:10:25 -07:00
ciregenz 6c805e4932 [eric] onboarding: real React flow components (Claude skin, 4 discovery steps + payoff, preview-gated); typechecks clean 2026-06-30 19:38:17 -07:00
ciregenz a54e4ba571 [eric] onboarding: Claude-styled interactive flow mock (discovery cards/name/consent/connect -> personalized payoff) + payoff mock 2026-06-30 19:24:57 -07:00
ciregenz f4c090ce9f [eric] onboarding: premium welcome-screen mock (Claude serif skin + Apple polish, warm palette, tiles not a blank box) 2026-06-30 17:39:09 -07:00
ciregenz 48ec8d4e5a [eric] onboarding: Arc-style cinematic intro motion spec + standalone preview (warm palette) 2026-06-30 17:18:56 -07:00
ciregenz 63c32554ae [eric] mcp: reddit session-borrow MCP (free, full human action set; WIP) 2026-06-29 23:05:15 -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