Files
OpenQode/.opencode/task.md

23 lines
838 B
Markdown

# Full Computer Use Integration - Pixel Perfect
## Phase 1: Vision Loop Integration
- [ ] Create `/vision` TUI command to start autonomous loop
- [ ] Connect vision-loop.mjs to TUI command handler
- [ ] Add visual feedback for vision loop status
- [ ] Add abort mechanism (ESC key)
## Phase 2: Course Correction Integration
- [ ] Integrate course-correction.mjs into command execution
- [ ] Add automatic retry on failure
- [ ] Add verification after each action
## Phase 3: Fix Current Issues
- [ ] Fix Playwright path resolution (ensure absolute paths work)
- [ ] Test end-to-end: "go to google and search for X"
- [ ] Test desktop automation: "open telegram and send message"
## Phase 4: Polish
- [ ] Add /computer command for quick access
- [ ] Improve IQ Exchange pattern matching
- [ ] Add real-time execution output feedback