Commit Graph

284 Commits

Author SHA1 Message Date
0e674e6715 design: reduce border-beam size to 90px to prevent corner-overlap shudder on short vertical runs 2026-06-06 21:16:30 -07:00
fb47b859ab design: optimize border-beam with layout containment and hardcoded path radius to eliminate corner stutter 2026-06-06 21:15:08 -07:00
c11fa15828 design: add hardware acceleration offsets to border-beam to prevent corner jitter 2026-06-06 21:12:45 -07:00
bb5645c5d0 design: apply silver gradient to .audience-title section header 2026-06-06 21:11:41 -07:00
eaea0dd027 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
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
b33a85c8dc feat: change 'Request invite' to 'Sign up' on the marketing homepage 2026-06-06 19:00:54 -07:00
0480b306f1 feat: flatten routes and merge marketing and onboarding directories 2026-06-06 18:52:03 -07:00
47417d13a0 feat: support root-level _marketing and _onboarding directories (T12) 2026-06-06 18:32:57 -07:00
1ed76c99b8 chore: remove deprecated modular marketing components (Group 3) 2026-06-06 18:27:17 -07:00
135fc2d1e6 feat: enable marketing site registration and launch-prompt preservation (T12) 2026-06-06 18:16:19 -07:00
d1cb116e30 merge: resolve conflicts and integrate coolify_gitea/main with local onboarding changes 2026-06-06 18:02:41 -07:00
4d40496739 feat: complete live-verified GTM onboarding flow & places autocomplete search proxies 2026-06-06 17:53:13 -07:00
febcbf6d2e fix(frontend): update TimelineToolGroup to visually propagate error status with red color and X icon 2026-06-04 12:37:44 -07:00
0439a8dafd feat(frontend): instruct Web Vibe agent to proactively check browser console for HMR syntax errors 2026-06-04 12:29:53 -07:00
6813869d10 fix(frontend): add missing React import for React.memo in chat-panel 2026-06-04 12:00:13 -07:00
486d4449b2 fix(frontend): correctly resolve token object from revealWorkspaceApiKey to prevent unauthorized access 2026-06-04 11:45:42 -07:00
9def97c3a5 fix(frontend): add X-Accel-Buffering to sse stream and optimize textarea input height resize 2026-06-04 11:16:21 -07:00
48ab562577 fix(frontend): remove infinite localStorage caching of mcp_token to prevent unauthorized lockout 2026-06-04 11:01:03 -07:00
9523a8f482 fix(frontend): double-escape Python newline strings in toolFsEdit and finalize doubled-path fixes 2026-06-03 16:43:34 -07:00
f40dbdfb99 fix(frontend): strip duplicate subdirectory prefix in normalizeFsPath to resolve doubled-path bug 2026-06-03 16:42:01 -07:00
6a6fbd87a7 fix(frontend): implement robust POSIX pipe for fs_edit and robust parameter defaulting in fs_glob 2026-06-03 16:41:00 -07:00
a7d4ccfc88 build(runner): compile structured gemini API request/response logging 2026-06-03 16:11:24 -07:00
a1650abe06 feat(frontend): add structured gemini API request/response logging 2026-06-03 16:10:48 -07:00
9d3aef33e8 feat(runner): add structured gemini API request/response logging 2026-06-03 16:10:36 -07:00
1219c9d00f fix(frontend): default empty path/cwd to root dot in fs_glob and fs_tree 2026-06-03 15:52:56 -07:00
6f16401849 feat(frontend): automatically trigger prisma generate on schema.prisma write 2026-06-03 15:48:25 -07:00
59e5b4d4a9 feat(runner): inject active dev server status in system prompt 2026-06-03 15:48:02 -07:00
3c855461b6 fix(frontend): replace non-POSIX <<< redirect in fs_edit with pipeline 2026-06-03 15:35:58 -07:00
f1856b4b71 fix(runner): do not exclude .vibncode from findTasksDir scanner 2026-06-03 15:19:54 -07:00
a42eaa4e40 chore(runner): add diagnostic console logs inside task parser 2026-06-03 15:08:54 -07:00
3c0d3d5175 fix(runner): completely remove destructive git clean -fd rollback block 2026-06-03 15:02:43 -07:00
f0ea84fbd4 fix(runner): recursively scan repository root to locate nested .vibncode/tasks directory 2026-06-03 15:00:27 -07:00
4f9c82b525 fix(runner): support optional leading dashes in markdown checkboxes 2026-06-03 14:56:40 -07:00
71bea9103f fix(runner): parse tasks from app-specific workspaceRoot instead of repoRoot 2026-06-03 14:52:22 -07:00
41143fc1fd fix(runner): sync active Monaco workspace edits into parallel execution worktrees 2026-06-03 14:44:57 -07:00
35fc8a8b38 feat(runner): instruct Coder agent to mandate prior reference of .vibncode/specs/ 2026-06-03 14:31:58 -07:00
76c161eedf fix(runner): support recursive package.json scanning in build verification 2026-06-03 14:28:13 -07:00
fa0e460c1c fix(runner): raise SUB_MAX_TURNS to 40 and inject Surgical Healing Protocol into subtasks 2026-06-03 14:15:37 -07:00
fa8a919214 fix(runner): fix fingerprint collision on projectId and relax loop-break limits 2026-06-03 13:58:56 -07:00
d7206ea2ee chore(submodule): bump vibn-code to latest commit 2026-06-03 13:48:59 -07:00
ba2eaa55f2 feat(runner): implement state-of-the-art task-by-task meta-loop for offline delegation 2026-06-03 13:46:49 -07:00
ae54954545 feat(runner): increase MAX_TURNS limit to 80 for large task sessions 2026-06-03 13:13:50 -07:00
d16ef9c138 feat(runner): implement Surgical Healing Protocol in Ralph Loop 2026-06-03 13:03:10 -07:00
1cbe5f097a feat: inject plan and tasks templates directly inside AI system prompt 2026-06-03 11:19:47 -07:00
1ccd4b7066 feat: dynamically load planning templates from Gitea inside .vibncode/tasks/ 2026-06-03 11:09:26 -07:00
cdf48456a5 feat: expose plan and tasks templates inside plan.get API response 2026-06-03 10:29:38 -07:00
4768dd6169 feat: redirect legacy plan MCP tools to Git-backed Markdown specifications 2026-06-03 10:03:47 -07:00
052b5e913f fix: update submodule reference for chatMode destructuring fix 2026-06-02 16:33:32 -07:00
9cc6bce2e9 docs: update thin-client roadmap checklist, marking all today's major cloud milestones completed 2026-06-02 15:44:37 -07:00