poe-code 3.0.51 → 3.0.53-beta.1
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 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16187,6 +16187,7 @@ var claudeCodeSpawnConfig = {
|
|
|
16187
16187
|
promptFlag: "-p",
|
|
16188
16188
|
modelFlag: "--model",
|
|
16189
16189
|
modelStripProviderPrefix: true,
|
|
16190
|
+
modelTransform: (model) => model.replaceAll(".", "-"),
|
|
16190
16191
|
defaultArgs: [
|
|
16191
16192
|
"--output-format",
|
|
16192
16193
|
"stream-json",
|
|
@@ -36336,7 +36337,7 @@ function registerModelsCommand(program, container) {
|
|
|
36336
36337
|
// package.json
|
|
36337
36338
|
var package_default = {
|
|
36338
36339
|
name: "poe-code",
|
|
36339
|
-
version: "3.0.
|
|
36340
|
+
version: "3.0.53-beta.1",
|
|
36340
36341
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
36341
36342
|
type: "module",
|
|
36342
36343
|
workspaces: [
|