feat: rename data directory, add global project settings, multi-project CLI commands, and provider badge in model selector
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@ describe("runTaskSteer", () => {
|
||||
function setupTaskStoreMock(overrides: Record<string, unknown> = {}) {
|
||||
(TaskStore as unknown as ReturnType<typeof vi.fn>).mockImplementation(() => ({
|
||||
init: vi.fn().mockResolvedValue(undefined),
|
||||
addComment: mockAddComment,
|
||||
addSteeringComment: mockAddComment,
|
||||
...overrides,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user