openpencil/server/api/ai
Kayshen-X 05b4cd6e49 feat(opencode): integrate OpenCode SDK for enhanced AI interactions
- Add support for OpenCode as a new AI provider, allowing users to connect to a local OpenCode server.
- Implement new API endpoints for generating and streaming chat responses via OpenCode.
- Update UI components to include OpenCode in provider selection and display.
- Introduce OpenCode logo and enhance the agent settings dialog to manage OpenCode connections.
- Refactor existing chat and generation logic to accommodate provider-specific routing.
- Include type definitions for OpenCode SDK to ensure type safety and improve developer experience.
2026-02-20 18:51:05 +08:00
..
chat.ts feat(opencode): integrate OpenCode SDK for enhanced AI interactions 2026-02-20 18:51:05 +08:00
connect-agent.ts feat(opencode): integrate OpenCode SDK for enhanced AI interactions 2026-02-20 18:51:05 +08:00
generate.ts feat(opencode): integrate OpenCode SDK for enhanced AI interactions 2026-02-20 18:51:05 +08:00
models.ts feat(ai): add Setup Agents & MCP dialog with multi-provider support 2026-02-19 03:15:36 +08:00