Skip to content

Commit 130d5cc

Browse files
committed
fix merge issues
1 parent 85a8ea6 commit 130d5cc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/config/config.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ vi.mock('../agents/subagent-tool-wrapper.js', () => ({
147147

148148
const mockCoreEvents = vi.hoisted(() => ({
149149
emitFeedback: vi.fn(),
150+
emitModelChanged: vi.fn(),
150151
}));
151152

152153
const mockSetGlobalProxy = vi.hoisted(() => vi.fn());

packages/core/src/config/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ import type { UserTierId } from '../code_assist/types.js';
7777
import { AgentRegistry } from '../agents/registry.js';
7878
import { setGlobalProxy } from '../utils/fetch.js';
7979
import { SubagentToolWrapper } from '../agents/subagent-tool-wrapper.js';
80-
import { coreEvents } from '../utils/events.js';
8180

8281
export enum ApprovalMode {
8382
DEFAULT = 'default',

0 commit comments

Comments
 (0)