Files
OpenQode/Documentation/GOOSE_SUPER_TASKS.md

2.1 KiB

Goose AI Super - Production Feature Checklist

Current Session Progress

  • Smart Retry with Exponential Backoff
  • Action Tags Styling (pill badges with icons)
  • Tool Call Indicators (file read/write/run)
  • Code Block Copy Buttons
  • Progress Bar CSS
  • IQ Exchange Translation Layer
  • Loop Automation
  • 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

  • Fix Terminal CSS (scrolling and input visibility)

  • Implement Browser Choice Logic (System Prompt rules)

  • Add Home Button

  • 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