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

30
Documentation/CREDITS.md Normal file
View File

@@ -0,0 +1,30 @@
# 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*