chore(agent): remove stale references
This commit is contained in:
+1
-2
@@ -11,7 +11,6 @@ import {
|
|||||||
agentModelOptions,
|
agentModelOptions,
|
||||||
isSupportedModel,
|
isSupportedModel,
|
||||||
resolveDefaultModel,
|
resolveDefaultModel,
|
||||||
type SupportedModel,
|
|
||||||
} from "../chat/models.js";
|
} from "../chat/models.js";
|
||||||
import { config } from "../config.js";
|
import { config } from "../config.js";
|
||||||
import { type LearningOrchestrator } from "../learning/orchestrator.js";
|
import { type LearningOrchestrator } from "../learning/orchestrator.js";
|
||||||
@@ -1116,7 +1115,7 @@ export const buildChatRouter = (
|
|||||||
fallbackTitle: existingSessionTitle,
|
fallbackTitle: existingSessionTitle,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const nextSessionRecord = await sessionMetadataStore.touch(latestSessionRecord, {
|
await sessionMetadataStore.touch(latestSessionRecord, {
|
||||||
...(sessionTitle && sessionTitle !== existingSessionTitle
|
...(sessionTitle && sessionTitle !== existingSessionTitle
|
||||||
? { title: sessionTitle }
|
? { title: sessionTitle }
|
||||||
: {}),
|
: {}),
|
||||||
|
|||||||
@@ -45,8 +45,6 @@ import {
|
|||||||
normalizeToolParams,
|
normalizeToolParams,
|
||||||
normalizeToolStatus,
|
normalizeToolStatus,
|
||||||
type PermissionRequestPayload,
|
type PermissionRequestPayload,
|
||||||
type QuestionRequestPayload,
|
|
||||||
type TodoItemPayload,
|
|
||||||
type TodoUpdatePayload,
|
type TodoUpdatePayload,
|
||||||
} from "./chatStreamEvents.js";
|
} from "./chatStreamEvents.js";
|
||||||
import { createTokenSmoother } from "./chatTokenSmoother.js";
|
import { createTokenSmoother } from "./chatTokenSmoother.js";
|
||||||
|
|||||||
+1
-1
@@ -13,5 +13,5 @@
|
|||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"types": ["node", "bun-types"]
|
"types": ["node", "bun-types"]
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts", "tests/**/*.ts", "cli/**/*.ts"]
|
"include": ["src/**/*.ts", "tests/**/*.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user