bcd9226aad
style: update submodule reference for project header button removal
2026-06-02 15:18:30 -07:00
cc393fa82d
fix: update submodule reference for port 3000 preview default
2026-06-02 15:16:19 -07:00
8aac8dcdf0
feat: update submodule reference for always-on preview dropdown
2026-06-02 15:14:28 -07:00
ffbd3e94cf
feat: update submodule reference for monorepo preview switcher
2026-06-02 15:12:32 -07:00
49d7da6291
feat: implement self-correcting compile loop (Ralph Loop) inside cloud agent runner
2026-06-02 14:41:42 -07:00
1a138b6d90
feat: implement Cloud Git Worktree Pool in agent-runner to isolate parallel sessions
2026-06-02 14:37:51 -07:00
4b70b6abe5
fix: update submodule reference for project dropdown multi-switch fix
2026-06-02 14:22:41 -07:00
bde799d891
fix: update submodule reference for project dropdown switching fix
2026-06-02 14:19:22 -07:00
69b97ce7e4
fix: update submodule pointer for path containment bypass
2026-06-02 14:14:47 -07:00
a049ee8887
fix: resolve browser tool syntax errors using robust base64 write-and-run pattern
2026-06-02 14:12:14 -07:00
8299526654
feat: update submodule reference for chat viewport auto-scroll refinements
2026-06-02 13:50:55 -07:00
d6c7bc32c9
style: update submodule reference for collapsible header de-cluttering
2026-06-02 13:49:39 -07:00
dcefbad180
fix: keep tool definitions active in schema for conversational turns to prevent MALFORMED_FUNCTION_CALL crashes
2026-06-02 13:29:34 -07:00
0358b02ebe
feat: update submodule reference for automatic chat session restore
2026-06-02 13:28:13 -07:00
5aed8a52c3
chore: update submodule pointer for default project removal
2026-06-02 13:05:05 -07:00
65d16c580f
style: update submodule reference for sidebar decluttering
2026-06-02 13:03:23 -07:00
663b83885f
style: update submodule reference for Hosting and MCP icon adjustments
2026-06-02 13:01:00 -07:00
5856ecb3fa
style: update submodule reference for sidebar reordering
2026-06-02 12:59:40 -07:00
ef7d5349eb
style: update submodule reference for navigation sidebar icon refinement
2026-06-02 12:58:58 -07:00
e51a7ba1b5
docs: proactively document the auto-surfaced 'logs' property inside the dev_server_start schema description
2026-06-02 12:53:45 -07:00
7890e9d41d
feat: automatically attach recent dev server logs to failed start responses to eliminate AI telemetry gaps
2026-06-02 12:49:05 -07:00
df4cae2a5c
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
c29587b24f
fix: resolve browser_navigate template interpolation bug by removing accidental backslash escape
2026-06-02 12:32:06 -07:00
f382ef0369
fix: relax conversational guard on long/detailed messages over 60 chars to allow prompt tool execution
2026-06-02 12:26:04 -07:00
dae91cbf00
fix: update submodule pointer for container style restoration
2026-06-02 12:15:07 -07:00
27fcb26a7c
feat: update submodule reference to directory listing colorization
2026-06-02 12:08:11 -07:00
bf4de44461
feat: update submodule pointer to tool result beautification commit
2026-06-02 11:58:51 -07:00
530cf5f6dd
fix: update vibn-code submodule pointer to hotfix commit
2026-06-02 11:52:50 -07:00
811590e65b
chore: update vibn-code submodule pointer to the latest stubbed & cleaned commit
2026-06-02 11:41:25 -07:00
0ce4facf8f
feat: handle runner execute failures and surface immediately to DB sessions
2026-06-02 11:41:02 -07:00
b1625dac88
chore: harden agent-runner execute validation and add callback auth headers
2026-06-02 11:41:02 -07:00
d04c85d7b8
debug: write gemini raw response to disk-backed /tmp/last_gemini.json for accurate multinode diagnostics
2026-06-01 15:54:12 -07:00
5a8787dbea
fix: parse thoughtSignature correctly to support reasoning-to-text promotion
2026-06-01 14:46:45 -07:00
fbb542a3c7
debug(gemini): add /api/chat/debug endpoint to capture raw response
2026-06-01 13:51:46 -07:00
42c46d0f88
debug(gemini): log raw API response on the server
2026-06-01 13:49:12 -07:00
c79f81f3ca
fix(mcp): support underscore-based file tools (fs_read, fs_write, fs_delete) for thin client
2026-06-01 13:37:14 -07:00
2d1691575f
fix(chat): gemini empty-answer fallback + empty-completion guard; chat routes accept workspace key
2026-06-01 13:25:10 -07:00
ef0d84cf5f
chat routes accept workspace API key (thin-client Change 8.1)
2026-06-01 12:50:47 -07:00
6a688c8dd1
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
3d07cf38b6
fix(runner): wire ToolContext vibnApiUrl + mcpToken so agent tools reach the frontend MCP
...
buildContext() hardcoded vibnApiUrl='http://localhost:3000 ' and mcpToken='',
so every agent tool call (projects_list, workspace_describe, apps_list, ...)
fetched the runner itself on a dead port and failed with 'fetch failed'.
Now /agent/execute reads mcpToken from the request body and sets
ctx.vibnApiUrl (from VIBN_API_URL), ctx.mcpToken, and ctx.projectId before
running the agent.
2026-05-30 19:15:43 -07:00
2ef7631c5f
feat(auth): enable requireWorkspacePrincipal on individual session GET route to support desktop API keys
2026-05-30 12:56:57 -07:00
1926b7df22
fix(db): cast project_id to uuid in agent_sessions INSERT query
2026-05-30 12:40:14 -07:00
eb709d111d
fix(auth): allow empty string appPath inside session-creation route
2026-05-29 19:23:06 -07:00
c2f71769bb
feat(auth): enable requireWorkspacePrincipal on agent/sessions routes to support desktop API keys
2026-05-29 19:08:23 -07:00
7681bd1211
feat(auth): enable requireWorkspacePrincipal on individual project GET/PATCH routes to support desktop API keys
2026-05-29 18:48:28 -07:00
b263f6d392
feat(auth): enable requireWorkspacePrincipal on projects GET route to support desktop API keys
2026-05-29 17:06:23 -07:00
573ad989ca
feat(auth): add Copy Workspace Key button on Next.js auth page for desktop SSO fallback
2026-05-29 16:17:18 -07:00
af8902397e
docs: add ai-new-thread.md context injector for future AI sessions
2026-05-28 17:04:46 -07:00
92380d7b25
chore: sync outer project state and update vibn-code submodule pointer
2026-05-28 17:00:31 -07:00
bf6171a667
feat: added desktop sso endpoints
2026-05-28 16:05:47 -07:00