ea6fac3ed2
design: set default site theme to crimson red (hue 25, vivid 1.0)
2026-06-06 21:17:19 -07:00
334255877b
design: reduce border-beam size to 90px to prevent corner-overlap shudder on short vertical runs
2026-06-06 21:16:30 -07:00
a361aea582
design: optimize border-beam with layout containment and hardcoded path radius to eliminate corner stutter
2026-06-06 21:15:08 -07:00
f391a85938
design: add hardware acceleration offsets to border-beam to prevent corner jitter
2026-06-06 21:12:45 -07:00
b0fe3af609
design: apply silver gradient to .audience-title section header
2026-06-06 21:11:41 -07:00
3dc98f0a32
design: apply silver gradient to section headers + nav links, add dev-only live accent switcher, slow border-beam to 11s
2026-06-06 21:10:42 -07:00
c1d37184eb
feat(frontend): email+password auth, /signin + /signup pages, marketing consolidation, onboarding workspace naming + full data persistence
2026-06-06 20:28:38 -07:00
201171922d
feat: change 'Request invite' to 'Sign up' on the marketing homepage
2026-06-06 19:00:54 -07:00
fbe991d8e6
feat: flatten routes and merge marketing and onboarding directories
2026-06-06 18:52:03 -07:00
de425667c5
feat: support root-level _marketing and _onboarding directories (T12)
2026-06-06 18:32:57 -07:00
fcf072ea7a
chore: remove deprecated modular marketing components (Group 3)
2026-06-06 18:27:17 -07:00
0d6b5c55f5
feat: enable marketing site registration and launch-prompt preservation (T12)
2026-06-06 18:16:19 -07:00
193e2dc678
merge: resolve conflicts and integrate coolify_gitea/main with local onboarding changes
2026-06-06 18:02:41 -07:00
16a545a26a
feat: complete live-verified GTM onboarding flow & places autocomplete search proxies
2026-06-06 17:53:13 -07:00
a9d46ed647
fix(frontend): update TimelineToolGroup to visually propagate error status with red color and X icon
2026-06-04 12:37:44 -07:00
182678a8bf
feat(frontend): instruct Web Vibe agent to proactively check browser console for HMR syntax errors
2026-06-04 12:29:53 -07:00
c187cbafe2
fix(frontend): add missing React import for React.memo in chat-panel
2026-06-04 12:00:13 -07:00
4bfa1c666b
fix(frontend): correctly resolve token object from revealWorkspaceApiKey to prevent unauthorized access
2026-06-04 11:45:42 -07:00
ced0c68cb5
fix(frontend): add X-Accel-Buffering to sse stream and optimize textarea input height resize
2026-06-04 11:16:21 -07:00
5268636a22
fix(frontend): remove infinite localStorage caching of mcp_token to prevent unauthorized lockout
2026-06-04 11:01:03 -07:00
05a01219f3
fix(frontend): double-escape Python newline strings in toolFsEdit and finalize doubled-path fixes
2026-06-03 16:43:34 -07:00
8451b193ee
fix(frontend): strip duplicate subdirectory prefix in normalizeFsPath to resolve doubled-path bug
2026-06-03 16:42:01 -07:00
5979e5efe5
fix(frontend): implement robust POSIX pipe for fs_edit and robust parameter defaulting in fs_glob
2026-06-03 16:41:00 -07:00
9132ee7fbe
feat(frontend): add structured gemini API request/response logging
2026-06-03 16:10:48 -07:00
df101e088e
fix(frontend): default empty path/cwd to root dot in fs_glob and fs_tree
2026-06-03 15:52:56 -07:00
34d22a9ca8
feat(frontend): automatically trigger prisma generate on schema.prisma write
2026-06-03 15:48:25 -07:00
794ffc77c6
fix(frontend): replace non-POSIX <<< redirect in fs_edit with pipeline
2026-06-03 15:35:58 -07:00
c55b28c167
feat: inject plan and tasks templates directly inside AI system prompt
2026-06-03 11:19:47 -07:00
efcf5a2b7d
feat: dynamically load planning templates from Gitea inside .vibncode/tasks/
2026-06-03 11:09:26 -07:00
fa4595d9ba
feat: expose plan and tasks templates inside plan.get API response
2026-06-03 10:29:38 -07:00
5b1a16c96e
feat: redirect legacy plan MCP tools to Git-backed Markdown specifications
2026-06-03 10:03:47 -07:00
ffcfb09049
fix: resolve browser tool syntax errors using robust base64 write-and-run pattern
2026-06-02 14:12:14 -07:00
60d221ae50
fix: keep tool definitions active in schema for conversational turns to prevent MALFORMED_FUNCTION_CALL crashes
2026-06-02 13:29:34 -07:00
dca71940df
docs: proactively document the auto-surfaced 'logs' property inside the dev_server_start schema description
2026-06-02 12:53:45 -07:00
19ea97fd33
feat: automatically attach recent dev server logs to failed start responses to eliminate AI telemetry gaps
2026-06-02 12:49:05 -07:00
7228e4e8f2
fix: resolve path isolation bug in fs_tree, fs_list, fs_glob and fs_grep by defaulting to empty path instead of /workspace
2026-06-02 12:45:01 -07:00
318de2341d
fix: resolve browser_navigate template interpolation bug by removing accidental backslash escape
2026-06-02 12:32:06 -07:00
b52f6e05b2
fix: relax conversational guard on long/detailed messages over 60 chars to allow prompt tool execution
2026-06-02 12:26:04 -07:00
e04b64befa
feat: handle runner execute failures and surface immediately to DB sessions
2026-06-02 11:41:02 -07:00
888ce54211
debug: write gemini raw response to disk-backed /tmp/last_gemini.json for accurate multinode diagnostics
2026-06-01 15:54:12 -07:00
142d70f3a4
fix: parse thoughtSignature correctly to support reasoning-to-text promotion
2026-06-01 14:46:45 -07:00
dbbbceb493
debug(gemini): add /api/chat/debug endpoint to capture raw response
2026-06-01 13:51:46 -07:00
63fe0b4fd7
debug(gemini): log raw API response on the server
2026-06-01 13:49:12 -07:00
6c98ab5e94
fix(mcp): support underscore-based file tools (fs_read, fs_write, fs_delete) for thin client
2026-06-01 13:37:14 -07:00
51258a3264
fix(chat): gemini empty-answer fallback + empty-completion guard; chat routes accept workspace key
2026-06-01 13:25:10 -07:00
b1993ba3f4
chat routes accept workspace API key (thin-client Change 8.1)
2026-06-01 12:50:47 -07:00
5fb41fe4d0
fix(api): accept workspace API key on agent session /stop route
...
The /stop route used browser-only authSession(), so the desktop's vibn_sk_
key got a 401. The desktop treats any 401 as session-expired and signs the
user out (kicking them to the login page on Stop). Use requireWorkspacePrincipal
like the sibling create/get routes.
2026-05-30 19:24:42 -07:00
87c51b24a6
feat(auth): enable requireWorkspacePrincipal on individual session GET route to support desktop API keys
2026-05-30 12:56:57 -07:00
28a959ea5a
fix(db): cast project_id to uuid in agent_sessions INSERT query
2026-05-30 12:40:14 -07:00
775c42e2fa
fix(auth): allow empty string appPath inside session-creation route
2026-05-29 19:23:06 -07:00