Release v1.01 Enhanced: Vi Control, TUI Gen5, Core Stability

This commit is contained in:
Gemini AI
2025-12-20 01:12:45 +04:00
Unverified
parent 2407c42eb9
commit 142aaeee1e
254 changed files with 44888 additions and 31025 deletions

23
Documentation/task.md Normal file
View File

@@ -0,0 +1,23 @@
```
# IQ Exchange Integration Task List
- [/] Planning & Setup
- [x] Create implementation plan
- [/] Review existing `input.ps1` and `iq-exchange.mjs`
- [x] Phase 1: Enhanced Tooling (Library Update)
- [x] Add `waitfor` command to `bin/input.ps1`
- [x] Add `app_state` command to `bin/input.ps1`
- [x] Update `lib/computer-use.mjs` to expose new commands
- [x] Phase 2: The "Translation Layer"
- [x] Implement `translateRequest` in `lib/iq-exchange.mjs`
- [x] Create specialized system prompt for translation
- [x] Phase 3: Main Loop Integration
- [x] Modify `opencode-ink.mjs` to use `translateRequest` for "computer use" intents
- [x] Ensure `IQExchange` class uses the robust commands
- [x] Phase 3.5: Vision Integration (User Request)
- [x] Update `translateRequest` prompt in `lib/iq-exchange.mjs` to expose `ocr`, `screenshot`
- [x] Update `buildHealingPrompt` in `lib/iq-exchange.mjs` with vision tools
- [x] Verify `input.ps1` OCR output format is AI-friendly
- [x] Test with "Open Paint and draw a circle"
- [x] Verify auto-heal still works with new commands
```