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

@@ -139,7 +139,7 @@ describe('coding project schema v2', () => {
const conversationDurationMs = performance.now() - conversationStartedAt;
expect(project.id).toBe('project-stable-id');
expect(config).toMatchObject({ schemaVersion: 2, agents: [] });
expect(config).toMatchObject({ schemaVersion: 2, initialized: true, defaultAgentId: 'coding-default', agents: [{ id: 'coding-default', builtIn: true, modelResolution: 'required' }] });
expect(agent).toMatchObject({
id: 'implementer',
name: 'Implementation Agent',