@rallycry/conveyor-agent 8.9.0 → 8.11.0
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.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -691,7 +691,7 @@ declare function flushPendingChanges(cwd: string, opts?: {
|
|
|
691
691
|
}>;
|
|
692
692
|
/** Push current branch to origin. Proactively refreshes the GitHub token before
|
|
693
693
|
* attempting the push. On auth failure, refreshes again and retries. */
|
|
694
|
-
declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined
|
|
694
|
+
declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined>, skipVerify?: boolean): Promise<boolean>;
|
|
695
695
|
|
|
696
696
|
declare function ensureWorktree(projectDir: string, taskId: string, branch?: string): string;
|
|
697
697
|
/**
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rallycry/conveyor-agent",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.11.0",
|
|
4
4
|
"description": "Conveyor Agent Runner v8 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|