poe-code 3.0.48 → 3.0.49
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
CHANGED
|
@@ -17602,9 +17602,9 @@ var openCodeService = createProvider({
|
|
|
17602
17602
|
};
|
|
17603
17603
|
}
|
|
17604
17604
|
}),
|
|
17605
|
-
fileMutation.ensureDirectory({ path: "~/.opencode
|
|
17605
|
+
fileMutation.ensureDirectory({ path: "~/.local/share/opencode" }),
|
|
17606
17606
|
configMutation.merge({
|
|
17607
|
-
target: "~/.opencode
|
|
17607
|
+
target: "~/.local/share/opencode/auth.json",
|
|
17608
17608
|
value: (ctx) => {
|
|
17609
17609
|
const { apiKey } = ctx ?? {};
|
|
17610
17610
|
return {
|
|
@@ -17622,7 +17622,7 @@ var openCodeService = createProvider({
|
|
|
17622
17622
|
shape: { enabled_providers: true }
|
|
17623
17623
|
}),
|
|
17624
17624
|
configMutation.prune({
|
|
17625
|
-
target: "~/.opencode
|
|
17625
|
+
target: "~/.local/share/opencode/auth.json",
|
|
17626
17626
|
shape: { [PROVIDER_NAME]: true }
|
|
17627
17627
|
})
|
|
17628
17628
|
]
|
|
@@ -36289,7 +36289,7 @@ function registerModelsCommand(program, container) {
|
|
|
36289
36289
|
// package.json
|
|
36290
36290
|
var package_default = {
|
|
36291
36291
|
name: "poe-code",
|
|
36292
|
-
version: "3.0.
|
|
36292
|
+
version: "3.0.49",
|
|
36293
36293
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
36294
36294
|
type: "module",
|
|
36295
36295
|
workspaces: [
|