d2d487eb97
Fix ArrowDown import
2026-06-15 13:41:44 -07:00
ba00e143cc
Fix Tool pill styling syntax issue
2026-06-15 13:22:06 -07:00
44385514cd
Add blinking cursor to active streaming text
2026-06-15 13:12:08 -07:00
6cf4dc494f
Remove Thinking container, render thoughts as normal chat text
2026-06-15 13:02:44 -07:00
9504d5f4a9
Remove floating Action Status Bar from chat UI
2026-06-15 12:56:38 -07:00
041aef63e2
Fix syntax error
2026-06-15 12:42:05 -07:00
3f40e5f86e
Beautify chat UI: tool pills, code blocks, modern links
2026-06-15 12:35:50 -07:00
812ee4bfec
Polish thinking streaming UI and ordering
2026-06-15 12:23:45 -07:00
86da778721
Implement accumulate-then-act streaming for thinking models
2026-06-15 12:13:46 -07:00
e58972d594
Enable Gemini thinking stream
2026-06-15 11:37:29 -07:00
eb198e2d4d
ship: project dashboard pages + sidebar/chat overhaul + log tooling
...
Ships accumulated WIP that was sitting uncommitted:
- New (home) dashboard route pages: overview, code, data/tables, hosting,
infrastructure, services, domains, integrations, agents, analytics, api,
automations, billing, logs, market, marketing(+seo/social), product, security,
storage, users, settings(app/auth).
- dashboard-sidebar, project-icon-rail, chat-panel updates; mcp + anatomy route
changes; package.json/lock dependency bumps.
- Coolify log tooling (scripts/fetch-app-logs.mjs + fetch-app-logs-ssh.mjs) and
ai-new-thread.md "Fetching Production Logs" section.
Excludes throwaway debug scripts and telemetry audit dumps (the latter contain
live credentials and must not be committed).
2026-06-12 18:09:09 -07:00
95253c7707
fix(preview): resolve ReferenceError on isForceStarting initialization order
2026-06-12 16:46:35 -07:00
76c0241bd1
Save frontend state (layout, sidebar, chat panel, preview refresh fix) before rollback
2026-06-12 16:35:45 -07:00
960232e525
design(preview): match toggle button sizes to device toggles
2026-06-12 15:00:40 -07:00
6687b79bfd
design(chat): replace internal expand button with floating edge toggle; add ChevronLeft
2026-06-12 13:01:36 -07:00
f6f7867d77
design(chat): fix z-index stacking to ensure collapse button floats above dashboard pane
2026-06-12 12:51:47 -07:00
5b26dbf80d
design(chat): fix clipping of collapse button by adjusting overflow on structural chat container
2026-06-12 12:47:43 -07:00
dd85b0b8f8
design(chat): remove hardcoded suggestion chips from input box
2026-06-12 11:23:07 -07:00
7305c2a57c
design(preview): replace mock visual tools with wide address bar showing active dev URL
2026-06-12 11:12:09 -07:00
9b13320253
design(chat): remove un-wired dictation and select-mode buttons from composer to match Base44 simplicity
2026-06-12 11:05:01 -07:00
0fdb47c310
fix(chat): define missing suggestionChipStyle constant
2026-06-12 10:57:23 -07:00
2ee68c7ac2
feat(preview): add interactive address bar and visual editing tools to preview header
2026-06-12 10:52:38 -07:00
e240481ba6
design(chat): hide verbose command args for dev server and shell tools to keep UI clean
2026-06-11 17:14:15 -07:00
2bff945dd8
design(chat): simplify tool labels to plain English
2026-06-11 11:52:36 -07:00
180f0bdc0a
design(chat): replace heavy phase dividers with sticky active-status bar; flatten tool groups to match Base44 aesthetic
2026-06-11 11:40:16 -07:00
82a41f7e95
fix(stop+stability): stop button interrupts live generation; classifier, prompt + preview pane improvements
...
Stop button fix:
- Plumb AbortSignal end-to-end: callVibnChat → Gemini SDK (config.abortSignal) / OpenAI fetch → executeMcpTool (/api/mcp fetch)
- Treat abort as clean user stop (not fatal error); partial reply persisted with '(stopped by user)'
Classifier fix:
- Add timeout/gateway/5xx/connection-error vocabulary to diagnose intent
- Prevents 'I get a gateway timeout' from falling through to feature_build (40 rounds) and looping
Prompt / agent behaviour:
- Render verification is now scope-aware: small edits stop at green healthCheck; no browser_console/curl audit on healthy server
- Sanitize stale '### Phase Checkpoint' walls from loaded history so old threads stop biasing new turns
- Next.js dev command updated to --no-turbopack for container stability (per-route lazy compile caused cold-start 503s)
- New public page prompt: agent checks middleware allowlist in the same turn
- Scope discipline and QA-tool gating carried forward from prior session
Code cleanup:
- Remove duplicate AgentPhase declaration (TS2440)
- Remove dead checkpoint emit branch and orphan 'checkpoint' phase value
- Remove unused MAX_TOOL_ROUNDS constant
Preview pane (build status):
- 4-state machine: initial-load / building (with elapsed timer) / build-failed / not-running
- pollMs 0 → 5 000ms so dev-server recovery and build completion auto-update without refresh
- anatomy route + use-anatomy type: inFlightBuild gains createdAt for elapsed timer
2026-06-10 21:40:48 -07:00
39cb9194a5
feat(verification): acceptance-check layer + executor fix-loop; hide phase-checkpoint walls; guaranteed turn-end summary. Verification gated behind VIBN_VERIFICATION_ENABLED.
2026-06-10 19:43:36 -07:00
46291becd3
ux(chat): remove the reasoning/suggestion bubble and the 'executing tools & planning next steps' status line
2026-06-10 17:52:38 -07:00
a87faa2353
ux(chat): clean tool-pill results (no raw JSON, Failed/exit verbs); structured build-health status instead of 'didn't reach a clean stopping point'; label active toolbar mode
2026-06-10 17:44:19 -07:00
3c0a6860fc
design(chat): align composer action buttons to the right
2026-06-10 14:15:14 -07:00
6a2027b0d4
design(chat): add paperclip button to chat input and auto-resize textarea
2026-06-10 14:13:31 -07:00
662caf230a
design(chat): implement glass-box phase tracker and checkpoint rendering in timeline
2026-06-09 19:01:44 -07:00
ef4a06a57c
ux(chat): tune silent-loop status nudge threshold to 6 rounds and strip leaked tool trace payloads from UI
2026-06-09 15:02:34 -07:00
b5b18ccd32
design(chat): replace raw mcp tool logs with active-progressive visual badges
2026-06-09 13:06:31 -07:00
2714f8cdf3
feat(frontend): email+password auth, /signin + /signup pages, marketing consolidation, onboarding workspace naming + full data persistence
2026-06-06 20:28:38 -07:00
4d40496739
feat: complete live-verified GTM onboarding flow & places autocomplete search proxies
2026-06-06 17:53:13 -07:00
91a376ac0a
feat(refactor): dynamic agent status ticker card across all execution rounds
2026-05-21 17:24:12 -07:00
b3dd3714c3
feat(refactor): live zed-style codebase files autocomplete and context attachment
2026-05-21 17:20:31 -07:00
8049a7f1ab
feat(refactor): premium zed-style chat UI, collapsible reasoning, and comprehensive strict type sweeps
2026-05-21 17:05:42 -07:00
7c45fdc5cc
fix(ai): bump roundSinceText cutoff to 30 to prevent panic loops
2026-05-19 15:26:15 -07:00
63b64d5fc2
feat(ui): implement explicit chat modes for collaborate, delegate, and vibe coding
2026-05-19 15:18:30 -07:00
8487acc9e0
fix(ui): import missing Sparkles icon in chat panel
2026-05-15 13:15:10 -07:00
69c89892d5
feat(ui): add animated thinking bubble to chat panel to indicate ai progress
2026-05-13 20:36:22 -07:00
432065d18f
feat(ui): add expandable tool details to timeline tool group components
2026-05-13 15:12:58 -07:00
abf9bf89c2
chore: convert submodules to standard directories for true monorepo structure
2026-05-13 14:54:23 -07:00