@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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.16";
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") || model.includes("gemini")) {
104189
+ if (model.includes("claude")) {
104190
104190
  return "native";
104191
104191
  }
104192
104192
  return "polka-codes";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",