Commit Graph

14 Commits

Author SHA1 Message Date
db18168537 feat(telemetry): capture agent-runner model turns via central telemetry service 2026-06-10 16:43:14 -07:00
4d40496739 feat: complete live-verified GTM onboarding flow & places autocomplete search proxies 2026-06-06 17:53:13 -07:00
92380d7b25 chore: sync outer project state and update vibn-code submodule pointer 2026-05-28 17:00: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
fe525750f6 fix(runner): completely remove thinkingConfig from Gemini payload 2026-05-19 16:17:01 -07:00
0dcde757f5 fix(runner): correct Gemini SDK payload property thinkingBudgetTokens to thinkingBudget 2026-05-19 16:16:08 -07:00
2e5ca29c40 fix(runner): bump max tool rounds to 30 to support long deployments 2026-05-19 14:51:11 -07:00
8071ac9049 fix(runner): remove leftover syntax errors 2026-05-19 14:34:42 -07:00
2f86a4262e fix(runner): resolve TypeScript compilation errors 2026-05-19 14:14:34 -07:00
67fa4a2ccc feat(runner): migrate vibn-agent-runner to use frontend MCP proxy tools and updated headless prompt 2026-05-19 14:06:12 -07:00
955aeed6ce fix(ai): hardcode all default LLM references to gemini-3.1-pro-preview across monorepo 2026-05-16 15:00:17 -07:00
2993f19a25 fix(agent): correct missing workspaceRoot property in autoCommitAndDeploy 2026-05-15 10:28:25 -07:00
c51c3c21b3 fix(ai): strip deepseek xml tags from chat history & secure git tools
This commit addresses the issue where DeepSeek's raw XML markup (like <tool_calls> and <think>) was leaking into chat history, causing hallucinations in subsequent turns. It also patches a vulnerability in the git commit tool where arbitrary shell injection was possible.

Additionally, it includes UX copy and color contrast adjustments for the marketing homepage breadcrumbs.
2026-05-14 11:34:42 -07:00
abf9bf89c2 chore: convert submodules to standard directories for true monorepo structure 2026-05-13 14:54:23 -07:00