72 lines
2.1 KiB
Markdown
72 lines
2.1 KiB
Markdown
# Goose AI Super - Production Feature Checklist
|
|
|
|
## Current Session Progress
|
|
- [x] Smart Retry with Exponential Backoff
|
|
- [x] Action Tags Styling (pill badges with icons)
|
|
- [x] Tool Call Indicators (file read/write/run)
|
|
- [x] Code Block Copy Buttons
|
|
- [x] Progress Bar CSS
|
|
- [x] IQ Exchange Translation Layer
|
|
- [x] Loop Automation
|
|
- [x] Webview Preview (replaces iframe)
|
|
|
|
## In Progress
|
|
- [/] Test webview with Google.com
|
|
- [ ] Verify Browser button panel fully working
|
|
- [ ] Fix any remaining bugs
|
|
|
|
## Pending Features (Using Git Resources)
|
|
|
|
### Computer Use (References: Windows-Use, Open-Interface)
|
|
- [ ] OCR-based element finding
|
|
- [ ] Windows UI Automation hooks
|
|
- [ ] Reliable click/type via element names
|
|
- [ ] Window management (focus, resize)
|
|
|
|
### Browser Automation (Reference: browser-use)
|
|
- [ ] Playwright session management
|
|
- [ ] Smart element finding (text, role, selector)
|
|
- [ ] Form filling with validation
|
|
- [ ] Multi-tab support
|
|
|
|
### Server Control
|
|
- [ ] SSH connection management
|
|
- [ ] Service status monitoring
|
|
- [ ] Log streaming
|
|
- [ ] Remote command execution
|
|
|
|
### VS Code IDE Integration (Reference: microsoft/vscode)
|
|
- [ ] Monaco Editor component
|
|
- [ ] File explorer sidebar
|
|
- [ ] Multi-tab editing
|
|
- [ ] Syntax highlighting
|
|
- [ ] Git integration
|
|
- [ ] Terminal integration
|
|
|
|
### Full Goose Features (Reference: block/goose)
|
|
- [ ] Task planning mode
|
|
- [ ] Multi-agent support
|
|
- [ ] Memory/context persistence
|
|
- [ ] Tool schema definitions
|
|
|
|
- [x] Fix Terminal CSS (scrolling and input visibility)
|
|
- [x] Implement Browser Choice Logic (System Prompt rules)
|
|
- [x] Add Home Button
|
|
- [x] Add AI Suggestions Section
|
|
|
|
### Projects & Sessions
|
|
- [ ] Save project state (files, messages, settings)
|
|
- [ ] Load projects and continue work
|
|
- [ ] Project file browser
|
|
- [ ] Session history
|
|
- [ ] Auto-save progress
|
|
|
|
## Git Resources
|
|
1. https://github.com/CursorTouch/Windows-Use
|
|
2. https://github.com/AmberSahdev/Open-Interface
|
|
3. https://github.com/browser-use/browser-use
|
|
4. https://github.com/block/goose
|
|
5. https://github.com/sst/opencode
|
|
6. https://github.com/MiniMax-AI/Mini-Agent
|
|
7. https://github.com/microsoft/vscode
|