Files
OpenQode/Documentation/CREDITS.md

31 lines
1.3 KiB
Markdown

# Credits & References
This project draws inspiration from the following open-source projects:
## Reference Projects
| Project | What We Learned |
|---------|-----------------|
| **[Windows-Use](https://github.com/anthropics/windows-use)** | UIAutomation element finder, element grounding patterns |
| **[Open-Interface](https://github.com/open-interface/open-interface)** | Screenshot → Execute → Verify loop pattern |
| **[browser-use](https://github.com/browser-use/browser-use)** | Smart DOM extraction, selector strategies |
| **[CodeNomad](https://github.com/NeuralNomadsAI/CodeNomad)** | Multi-instance workspace, command palette UX |
| **[OpenCode](https://opencode.ai)** | TUI patterns, LSP integration concepts |
| **[Goose (Block)](https://github.com/block/goose)** | Session management, recipe system |
| **[VS Code Monaco](https://microsoft.github.io/monaco-editor/)** | Editor integration (planned) |
## Implementation Notes
- **Inspiration only**: We studied these projects for patterns and best practices
- **No direct code copy**: All code is original, written for Goose Super
- **MIT License compatible**: Referenced projects were studied for learning purposes
## Contributors
- Roman (Project Lead)
- AI Assistants: Claude Opus 4.5, Gemini 2.5, Codex
---
*Last updated: December 2024*