Initial commit

This commit is contained in:
xggz
2026-03-06 22:56:13 +08:00
commit 54d1097b41
273 changed files with 92457 additions and 0 deletions

7
src/lib/agent-modes.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { SessionModeInfo } from "@/lib/types"
// Legacy helper kept for compatibility while ACP mode discovery fully
// drives mode selection in connected chat sessions.
export function getAgentModes(): SessionModeInfo[] {
return []
}