@fractary/codex-cli 0.10.7 → 0.10.8
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.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -2115,7 +2115,7 @@ Total: ${plan.totalFiles} files (${formatBytes(plan.totalBytes)})`));
|
|
|
2115
2115
|
console.log(chalk7__default.default.blue("Committing and pushing to codex..."));
|
|
2116
2116
|
}
|
|
2117
2117
|
const { RepoManager } = await import('@fractary/core/repo');
|
|
2118
|
-
const repoManager = new RepoManager({}, codexRepoPath);
|
|
2118
|
+
const repoManager = new RepoManager({ platform: "github" }, codexRepoPath);
|
|
2119
2119
|
await repoManager.stageAll();
|
|
2120
2120
|
await repoManager.commit({
|
|
2121
2121
|
message: `Sync ${result.synced} files from ${projectName}`
|