• Joined on 2026-02-27
mark pushed to main at mark/vibn-frontend 2026-06-11 18:20:22 +00:00
ca0ae32a21 fix(preview): ignore stale ghost dev servers in auto-restarter; cap elapsed timer
mark pushed to main at mark/vibn-frontend 2026-06-11 18:06:01 +00:00
d165ab9de1 feat(preview): auto-restart dev server on session open; WarmingUpState with elapsed timer
mark pushed to main at mark/vibn-frontend 2026-06-11 04:45:33 +00:00
7a69f47608 docs(ai-new-thread): clarify master-ai is local-only; production runs from Gitea+Coolify
cca2211b33 docs(deploy): clarify correct push command for Coolify remotes; warn against subtree push
Compare 2 commits »
mark pushed to main at mark/vibn-frontend 2026-06-11 04:43:53 +00:00
82a41f7e95 fix(stop+stability): stop button interrupts live generation; classifier, prompt + preview pane improvements
39cb9194a5 feat(verification): acceptance-check layer + executor fix-loop; hide phase-checkpoint walls; guaranteed turn-end summary. Verification gated behind VIBN_VERIFICATION_ENABLED.
46291becd3 ux(chat): remove the reasoning/suggestion bubble and the 'executing tools & planning next steps' status line
e9d597de03 fix(governor): classify multi-word greetings ('hey there!', 'good morning') and short verb-less messages as conversational so they don't trigger the agent loop
a87faa2353 ux(chat): clean tool-pill results (no raw JSON, Failed/exit verbs); structured build-health status instead of 'didn't reach a clean stopping point'; label active toolbar mode
Compare 378 commits »
mark pushed to main at mark/vibn-frontend 2026-06-11 04:41:50 +00:00
bb4b4df987 fix(stop+stability): stop button interrupts live generation; classifier, prompt + preview pane improvements
d4b679bca0 feat(verification): acceptance-check layer + executor fix-loop; hide phase-checkpoint walls; guaranteed turn-end summary. Verification gated behind VIBN_VERIFICATION_ENABLED.
fa2021a3a2 ux(chat): remove the reasoning/suggestion bubble and the 'executing tools & planning next steps' status line
1dcebe0fa7 fix(governor): classify multi-word greetings ('hey there!', 'good morning') and short verb-less messages as conversational so they don't trigger the agent loop
756fe7b092 ux(chat): clean tool-pill results (no raw JSON, Failed/exit verbs); structured build-health status instead of 'didn't reach a clean stopping point'; label active toolbar mode
Compare 234 commits »
mark pushed to main at mark/vibn-frontend 2026-06-11 02:43:38 +00:00
39cb9194a5 feat(verification): acceptance-check layer + executor fix-loop; hide phase-checkpoint walls; guaranteed turn-end summary. Verification gated behind VIBN_VERIFICATION_ENABLED.
mark pushed to main at mark/vibn-frontend 2026-06-11 00:52:41 +00:00
46291becd3 ux(chat): remove the reasoning/suggestion bubble and the 'executing tools & planning next steps' status line
mark pushed to main at mark/vibn-frontend 2026-06-11 00:50:34 +00:00
e9d597de03 fix(governor): classify multi-word greetings ('hey there!', 'good morning') and short verb-less messages as conversational so they don't trigger the agent loop
mark pushed to main at mark/vibn-frontend 2026-06-11 00:44:20 +00:00
a87faa2353 ux(chat): clean tool-pill results (no raw JSON, Failed/exit verbs); structured build-health status instead of 'didn't reach a clean stopping point'; label active toolbar mode
mark pushed to main at mark/vibn-frontend 2026-06-11 00:26:44 +00:00
6fe774719a fix(governor): stop misclassifying 'okay <request>' and investigative questions as conversational; raise status_check/diagnose tool budgets (fixes round_cap cut-offs)
mark pushed to main at mark/vibn-frontend 2026-06-11 00:07:44 +00:00
a4fe96496a feat(telemetry): emit per-turn governor summary (stop_reason, rounds, tool_results) for orchestration diagnostics
db18168537 feat(telemetry): capture agent-runner model turns via central telemetry service
Compare 2 commits »
mark pushed to main at mark/vibn-agent-runner 2026-06-10 23:43:15 +00:00
db18168537 feat(telemetry): capture agent-runner model turns via central telemetry service
caab38f950 fix(telemetry): restore knowledge_chunks schema; move agent_telemetry DDL to its own file
4f76b0f3b7 feat: decoupled training telemetry microservice
3c0a6860fc design(chat): align composer action buttons to the right
6a2027b0d4 design(chat): add paperclip button to chat input and auto-resize textarea
Compare 5 commits »
mark pushed to main at mark/vibn-frontend 2026-06-10 23:23:16 +00:00
caab38f950 fix(telemetry): restore knowledge_chunks schema; move agent_telemetry DDL to its own file
4f76b0f3b7 feat: decoupled training telemetry microservice
Compare 2 commits »
mark pushed to main at mark/vibn-frontend 2026-06-10 21:15:21 +00:00
3c0a6860fc design(chat): align composer action buttons to the right
mark pushed to main at mark/vibn-frontend 2026-06-10 21:13:38 +00:00
6a2027b0d4 design(chat): add paperclip button to chat input and auto-resize textarea
mark pushed to main at mark/vibn-agent-runner 2026-06-10 19:16:57 +00:00
ef539d34a7 chore(telemetry): correct Path Confusion loop breaker implementation
mark pushed to main at mark/vibn-frontend 2026-06-10 19:16:50 +00:00
ef539d34a7 chore(telemetry): correct Path Confusion loop breaker implementation
mark pushed to main at mark/vibn-agent-runner 2026-06-10 19:04:36 +00:00
e6721a0b72 chore(telemetry): resolve loop crash caused by Temporal Dead Zone hoisting and fix conversational budget mapping
mark pushed to main at mark/vibn-frontend 2026-06-10 19:04:29 +00:00
e6721a0b72 chore(telemetry): resolve loop crash caused by Temporal Dead Zone hoisting and fix conversational budget mapping
mark pushed to main at mark/vibn-agent-runner 2026-06-10 18:55:48 +00:00
8eaa20106a feat(orchestration): implement state-based loop governor with forced checkpoints, phase events, and robust tool signatures