pullfrog 0.1.54 → 0.1.55
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/cli.mjs +2 -4
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -107289,7 +107289,7 @@ var import_semver = __toESM(require_semver2(), 1);
|
|
|
107289
107289
|
// package.json
|
|
107290
107290
|
var package_default = {
|
|
107291
107291
|
name: "pullfrog",
|
|
107292
|
-
version: "0.1.
|
|
107292
|
+
version: "0.1.55",
|
|
107293
107293
|
type: "module",
|
|
107294
107294
|
bin: {
|
|
107295
107295
|
pullfrog: "dist/cli.mjs",
|
|
@@ -197260,7 +197260,6 @@ async function main() {
|
|
|
197260
197260
|
}
|
|
197261
197261
|
}
|
|
197262
197262
|
const tmpdir4 = createTempDirectory();
|
|
197263
|
-
const preIntrospectionDirty = await dirtyTrackedPaths();
|
|
197264
197263
|
const opencodeCliPath = await agents.opencode.install();
|
|
197265
197264
|
captureBaselineModels(opencodeCliPath);
|
|
197266
197265
|
if (runContext.dbSecrets) {
|
|
@@ -197275,7 +197274,6 @@ async function main() {
|
|
|
197275
197274
|
}
|
|
197276
197275
|
installCodexAuth();
|
|
197277
197276
|
captureAuthorizedModels(opencodeCliPath);
|
|
197278
|
-
await restoreDirtiedSince({ before: preIntrospectionDirty, actor: "model introspection" });
|
|
197279
197277
|
if (runContext.repoSettings.envAllowlist) {
|
|
197280
197278
|
setEnvAllowlist(runContext.repoSettings.envAllowlist);
|
|
197281
197279
|
}
|
|
@@ -198734,7 +198732,7 @@ async function runCli4(input) {
|
|
|
198734
198732
|
}
|
|
198735
198733
|
|
|
198736
198734
|
// cli.ts
|
|
198737
|
-
var VERSION10 = "0.1.
|
|
198735
|
+
var VERSION10 = "0.1.55";
|
|
198738
198736
|
var bin = basename2(process.argv[1] || "");
|
|
198739
198737
|
var PROG = bin === "pf" || bin === "pullfrog" ? bin : "pullfrog";
|
|
198740
198738
|
var rawArgs = process.argv.slice(2);
|
package/dist/index.js
CHANGED
|
@@ -105122,7 +105122,7 @@ var import_semver = __toESM(require_semver2(), 1);
|
|
|
105122
105122
|
// package.json
|
|
105123
105123
|
var package_default = {
|
|
105124
105124
|
name: "pullfrog",
|
|
105125
|
-
version: "0.1.
|
|
105125
|
+
version: "0.1.55",
|
|
105126
105126
|
type: "module",
|
|
105127
105127
|
bin: {
|
|
105128
105128
|
pullfrog: "dist/cli.mjs",
|
|
@@ -195136,7 +195136,6 @@ async function main() {
|
|
|
195136
195136
|
}
|
|
195137
195137
|
}
|
|
195138
195138
|
const tmpdir3 = createTempDirectory();
|
|
195139
|
-
const preIntrospectionDirty = await dirtyTrackedPaths();
|
|
195140
195139
|
const opencodeCliPath = await agents.opencode.install();
|
|
195141
195140
|
captureBaselineModels(opencodeCliPath);
|
|
195142
195141
|
if (runContext.dbSecrets) {
|
|
@@ -195151,7 +195150,6 @@ async function main() {
|
|
|
195151
195150
|
}
|
|
195152
195151
|
installCodexAuth();
|
|
195153
195152
|
captureAuthorizedModels(opencodeCliPath);
|
|
195154
|
-
await restoreDirtiedSince({ before: preIntrospectionDirty, actor: "model introspection" });
|
|
195155
195153
|
if (runContext.repoSettings.envAllowlist) {
|
|
195156
195154
|
setEnvAllowlist(runContext.repoSettings.envAllowlist);
|
|
195157
195155
|
}
|