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
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
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
b1625dac88
chore: harden agent-runner execute validation and add callback auth headers
2026-06-02 11:41:02 -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
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
99deb546c8
Rip out Theia, bump submodules, retire platform/ scaffold, snapshot docs + design assets
...
Theia rip-out (parent):
- Remove theia submodule entry (the local fork, Gitea repo, Coolify app,
Cloud Run services, and Artifact Registry image are all gone)
- Drop README.md + INFRASTRUCTURE.md (obsolete "Project OS" snapshots
that also leaked API tokens) and setup.sh (Theia clone bootstrap)
- Delete UI-DESIGN-GUIDE.md, BACKEND_AGENTS_PLAN.md, VIBN_BUILD_PLAN.md,
VISUAL_EDITOR_PLAN.md, core-packages.md, ai-packages.md, tools-list.md
(all 100% Theia-specific or superseded)
- Surgical scrubs of remaining Theia mentions in
AGENT_EXECUTION_ARCHITECTURE.md and TURBOREPO_MIGRATION_PLAN.md
Submodule bumps:
- vibn-agent-runner: Theia rip-out + MCP refactor (api/wrapper/server
pattern across shell/file/git/memory/prd/search/agent/gitea/coolify)
- vibn-frontend: Theia rip-out + P5.1 attach E2E + Justine UI WIP
Retire platform/ scaffold:
- Remove platform/backend/ (control-plane, executors, mcp-adapter),
platform/client-ide/ (gcp-productos extension), platform/contracts/,
platform/infra/terraform/, platform/scripts/templates/turborepo/
(replaced by vibn-agent-runner + vibn-frontend + Coolify direct)
- Drop architecture.md, technical_spec.md, vision-ext.md,
"1.Generate Control Plane API scaffold.md" (same era)
Docs / planning snapshots (new):
- AI_CAPABILITIES.md, AI_CAPABILITIES_ROADMAP.md
- AGENT_TELEMETRY_STREAMING_PROJECT.md
- VIBN_PRD.md, product-idea-a.md
Design assets (new):
- branding/{coolify,gitea,ux-testing}/ static brand collateral
- justine/ HTML mockups for the new onboarding/build flows
- preview-assist-ui/ Vite scratch app
- master-ai.code-workspace
Infra helpers (new):
- setup-coolify-montreal.sh provisioner
- gitea-docker-compose.yml
- vibn-coolify-schema.sql for the Coolify Postgres extensions
- prd-agent-prompt.pdf, prompt, root.txt, remixed-9edec9e9.tsx scratch
- flatten.sh helper
.gitignore: ignore **/node_modules, **/.next, **/.turbo, **/coverage
Made-with: Cursor
2026-04-22 18:06:37 -07:00
54da4c96da
feat: import flow, COO architecture doc, project delete fix
...
- Updated AGENT_EXECUTION_ARCHITECTURE.md: Assist as COO layer,
specialist advisors (Code/Growth/Analytics) as delegates not
user-facing, advisor_memory table, proactive monitoring design
- vibn-frontend: GitHub import mirror flow, analyze API, delete fix
- vibn-agent-runner: ImportAnalyzer agent + mirror endpoint
Made-with: Cursor
2026-03-09 11:31:07 -07:00