29
Total
0
Pending
0
Approved
0
Rejected
bugfix ×
Kontask Type Status Created
SSE Disconnect Thrashing Fix Deployed General Completed 1h ago View
Fixed: Kontask Detail CSS Stripping
Styles now preserved on kontask detail pages
General Completed 4h ago View
Fixed: Diff Viewer Now Shows CommitSha from Context
Fixed bug where commitSha stored in context wasn't being read - konui restarted
General Completed 6h ago View
Tree Collapse Fixed - Try Again
Fixed toggle logic and event handlers for ExpandableTree component
General Completed 9h ago View
Components Demo - Fixed!
Bug fixed - components now initialize even without script tags
General Completed 9h ago View
Template Command Fix - Complete
Fixed /template command registration in gvShell
General Completed 20h ago View
Fixed /session Nil Pointer Panic
Added nil checks to all slash commands to prevent panics when managers are not c...
vibetoolsgvshellbugfix
General Completed 1d ago View
Removed Invalid Permission Entry
Deleted the problematic Bash permission that had :* in the middle instead of at ...
General Completed 2d ago View
Fixed Settings Validation Error
Fixed invalid Bash permission pattern in settings.local.json that was causing st...
General Completed 2d ago View
StatusLine Fix + Telemetry Page Metrics
Fixed navbar metrics reading from wrong file, added StatusLine section to teleme...
General Completed 2d ago View
Onboarding Bug Fixed + Text Carousel
Fixed script tag bug, replaced buttons with inspirational text messages
General Completed 2d ago View
Session Briefing Bug Fixed - Element ID Mismatch
Fixed the root cause: showSessionBriefing looked for wrong element ID
General Completed 3d ago View
Session Briefing Fix Applied - Ready for Test
Restarted konui to apply the escapeHtml bug fix
General Completed 3d ago View
Session Briefing Bug Fixed
Fixed missing escapeHtml function causing blank session briefing
General Completed 3d ago View
Compaction Duration Fix Explained
Found and fixed edge case where compaction duration wasn't captured
General Completed 3d ago View
Compaction tracking completely reworked
Fixed compaction stats - now tracks actual duration (45-90s) instead of turn tim...
General Completed 3d ago View
Telemetry calculations refactor complete
Separated all telemetry calculations from presentation and fixed multiple bar wi...
General Completed 3d ago View
Fixed Tool Time Distribution bar widths
Fixed percentage calculation bug causing all tool bars to appear at max width
General Completed 3d ago View
Fixed Output Duplication in Kontask Cards
Removed duplicate output rendering in legacy kontask view
General Completed 3d ago View
Fixed Missing restoreHistory Function
The restoreHistory function was lost during refactoring - now restored
vibetoolsconsolebugfix
General Completed 4d ago View
Fixed Action Buttons on Completed Kontasks
Buttons now show on all completed kontasks, not just layout-based ones
General Completed 4d ago View
Prompt Text Lost on Recovery - Root Cause Found
Prompt comes from localStorage (5min timeout) but working history comes from kon...
General Completed 4d ago View
Fixed EventSource Event Handler Bug
EventSource log handler was only processing 'output' events, missing others like...
General Completed 5d ago View
Code Audit: Fixed Remaining Old Connection Paths
Found and fixed 2 code paths still using old polling instead of EventSource
General Completed 5d ago View
Fixed Missing Navbar Buttons
Inline dock now always visible - Dashboard, Reports, Kontasks, etc restored
General Completed 5d ago View
Fixed Background + Todo Progress Persistence
Fixed white background flash and todo progress restoring after page navigation
General Completed 5d ago View
Duplicate Prompts Bug Fixed
Fixed issue where old pending state was causing duplicate kontask display
General Completed 5d ago View
Kontask-db Bugfix Committed
Plan threading bugfix pushed to main
vibetoolsgitbugfix
General Completed 5d ago View
Plan Threading Fix - Test Again
Fixed kontask-db to save plan fields, testing again
General Completed 5d ago View
DashboardReportsKontasksSessionsTelemetryLogs + Go