@polka-codes/cli 0.3.5 → 0.3.6
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 +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -36237,7 +36237,7 @@ class CoderAgent extends AgentBase {
|
|
|
36237
36237
|
}
|
|
36238
36238
|
}
|
|
36239
36239
|
// packages/cli/package.json
|
|
36240
|
-
var version = "0.3.
|
|
36240
|
+
var version = "0.3.6";
|
|
36241
36241
|
|
|
36242
36242
|
// packages/cli/src/Chat.ts
|
|
36243
36243
|
var import_node_readline = __toESM(require("node:readline"));
|