feat: 更新依赖项,添加 OpenCode 支持,重构代理和路由逻辑,新增 AGENTS 文档

This commit is contained in:
2026-01-20 02:46:29 +08:00
parent 26b4ffa3a2
commit 9f20e149a0
16 changed files with 531 additions and 32 deletions

6
assistant/src/main.ts Normal file
View File

@@ -0,0 +1,6 @@
import { app, assistantConfig } from './app.ts';
import './routes/index.ts';
import './routes-simple/index.ts';
export { app, assistantConfig };