episoda 0.2.91 → 0.2.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2786,7 +2786,7 @@ var require_package = __commonJS({
|
|
|
2786
2786
|
"package.json"(exports2, module2) {
|
|
2787
2787
|
module2.exports = {
|
|
2788
2788
|
name: "episoda",
|
|
2789
|
-
version: "0.2.
|
|
2789
|
+
version: "0.2.92",
|
|
2790
2790
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
2791
2791
|
main: "dist/index.js",
|
|
2792
2792
|
types: "dist/index.d.ts",
|
|
@@ -8259,6 +8259,10 @@ ${message}`;
|
|
|
8259
8259
|
"--verbose"
|
|
8260
8260
|
// Required for stream-json with --print
|
|
8261
8261
|
];
|
|
8262
|
+
if (session.credentials.preferredModel) {
|
|
8263
|
+
args.push("--model", session.credentials.preferredModel);
|
|
8264
|
+
console.log(`[AgentManager] EP1152: Using user preferred model: ${session.credentials.preferredModel}`);
|
|
8265
|
+
}
|
|
8262
8266
|
if (isFirstMessage && session.systemPrompt) {
|
|
8263
8267
|
args.push("--system-prompt", session.systemPrompt);
|
|
8264
8268
|
}
|