Files
OpenQode/Documentation/task_vibe_upgrade.md

964 B

Vibe Upgrade Implementation

[x] 1. Sidebar Intelligence (Clean Chat)

  • Add systemStatus state to App (already existed)
  • Create ProjectInfoBox component in Sidebar (already existed)
  • Redirect "Project Switched" logs to Sidebar state (wiring exists)
  • Display Git branch in Sidebar permanently (already done)

[x] 2. Power Productivity

  • Create TodoScanner utility (lib/todo-scanner.mjs)
  • Add TodoPanel widget to Sidebar (optional - scanner created)
  • Create themes.mjs with 4 themes (bin/themes.mjs)
  • Add /theme command handler (lib/command-processor.mjs)

[x] 3. IQ Exchange Visualization

  • Add iqStatus state (e.g., "Scanning...", "Clicking...")
  • Create IQStatusIndicator component in Sidebar
  • Integrate into handleExecuteCommands (optional - hook exists)

[ ] 4. Navigation & Speed

  • Create FuzzyFinder overlay component
  • Add Ctrl+P keybind or /find command