feat: 添加 opencode 模块和相关服务

This commit is contained in:
2026-03-13 18:39:58 +08:00
parent 96390df254
commit cd70b50180
6 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import { defineModule } from '../types.js'
export const OPENCODE_MODULE = defineModule({
id: 'opencode',
name: 'OpenCode',
basePath: '/opencode',
order: 15,
version: '1.0.0',
backend: {
enabled: false,
},
})