@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.js
CHANGED
|
@@ -2082,7 +2082,7 @@ Total: ${plan.totalFiles} files (${formatBytes(plan.totalBytes)})`));
|
|
|
2082
2082
|
console.log(chalk7.blue("Committing and pushing to codex..."));
|
|
2083
2083
|
}
|
|
2084
2084
|
const { RepoManager } = await import('@fractary/core/repo');
|
|
2085
|
-
const repoManager = new RepoManager({}, codexRepoPath);
|
|
2085
|
+
const repoManager = new RepoManager({ platform: "github" }, codexRepoPath);
|
|
2086
2086
|
await repoManager.stageAll();
|
|
2087
2087
|
await repoManager.commit({
|
|
2088
2088
|
message: `Sync ${result.synced} files from ${projectName}`
|