feat: organize project conversations and add coding teacher side chat

This commit is contained in:
2026-09-22 12:30:26 +08:00
parent 2f82b9f79c
commit 9242a40d87
45 changed files with 2987 additions and 1137 deletions

View File

@@ -34,6 +34,7 @@ export interface CodingProjectConfig {
schemaVersion: 2;
projectType: ProjectType;
projectId?: string;
defaultAgentId?: string;
initialized: boolean;
agents: CodingProjectAgent[];
knowledgeDirectory: 'knowledge';