feat: update Makelore modules and conversations
This commit is contained in:
@@ -277,7 +277,7 @@ describe('Settings runtime workspace', () => {
|
||||
updatedAt: '2026-05-12T00:00:00.000Z',
|
||||
lastOpenedAt: '2026-05-12T00:00:00.000Z',
|
||||
};
|
||||
const config = { ...createProjectConfig('standard-development'), initialized: true };
|
||||
const config = { ...createProjectConfig(), initialized: true };
|
||||
hostApiFetchMock.mockImplementation(async (path: string, init?: RequestInit) => {
|
||||
if (path === '/api/opencode/status') return { state: 'stopped', port: 4096 };
|
||||
if (path === '/api/opencode/config-summary') {
|
||||
|
||||
Reference in New Issue
Block a user