feat: Add native Opencode support with Windows compatibility

This commit is contained in:
vakrahul
2026-02-09 23:27:54 +05:30
parent 3c2d669a2f
commit 131b72cd0c
8 changed files with 610 additions and 1 deletions
+11
View File
@@ -120,6 +120,17 @@ hive tui
# Or run directly
hive run exports/your_agent_name --input '{"key": "value"}'
```
## Coding Agent Support
### Opencode (Recommended)
Hive includes native support for [Opencode](https://github.com/opencode-ai/opencode).
1. **Setup:** Run the quickstart script or `python setup_opencode.py`.
2. **Launch:** Open Opencode in the project root.
3. **Activate:** Type `/hive` in the chat to switch to the Hive Agent.
4. **Verify:** Ask the agent *"List your tools"* to confirm the connection.
The agent has access to all Hive skills and can scaffold agents, add tools, and debug workflows directly from the chat.
**[📖 Complete Setup Guide](docs/environment-setup.md)** - Detailed instructions for agent development