feat(home): add AI chat interface with OpenCode integration

This commit is contained in:
2026-03-14 21:53:52 +08:00
parent 88d42b37a6
commit cbc1af7348
17 changed files with 1175 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ export const OPENCODE_MODULE = defineModule({
order: 15,
version: '1.0.0',
backend: {
enabled: false,
enabled: true,
},
})