feat: organize project conversations and add coding teacher side chat
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user