@polka-codes/cli 0.9.16 → 0.9.17
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39790,7 +39790,7 @@ var {
|
|
|
39790
39790
|
Help
|
|
39791
39791
|
} = import__.default;
|
|
39792
39792
|
// package.json
|
|
39793
|
-
var version = "0.9.
|
|
39793
|
+
var version = "0.9.17";
|
|
39794
39794
|
|
|
39795
39795
|
// ../../node_modules/@inquirer/core/dist/esm/lib/key.js
|
|
39796
39796
|
var isUpKey = (key) => key.name === "up" || key.name === "k" || key.ctrl && key.name === "p";
|
|
@@ -104186,7 +104186,7 @@ var getToolFormat = (model, toolFormat) => {
|
|
|
104186
104186
|
if (toolFormat) {
|
|
104187
104187
|
return toolFormat;
|
|
104188
104188
|
}
|
|
104189
|
-
if (model.includes("claude")
|
|
104189
|
+
if (model.includes("claude")) {
|
|
104190
104190
|
return "native";
|
|
104191
104191
|
}
|
|
104192
104192
|
return "polka-codes";
|