@rallycry/conveyor-agent 10.13.64 → 10.13.65
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.
|
@@ -7061,7 +7061,7 @@ var PtyHarness = class _PtyHarness {
|
|
|
7061
7061
|
}
|
|
7062
7062
|
/** Actionable message posted to the card when a spawn will park at the Claude
|
|
7063
7063
|
* sign-in screen. Kept as a constant so the harness stays free of i18n deps. */
|
|
7064
|
-
static AUTH_NOT_READY_MESSAGE = "\u26A0\uFE0F This pod started the Claude Code TUI with no Claude credential, so it is parked on the sign-in screen and can't make progress.
|
|
7064
|
+
static AUTH_NOT_READY_MESSAGE = "\u26A0\uFE0F This pod started the Claude Code TUI with no Claude credential, so it is parked on the sign-in screen and can't make progress. Coding-agent keys are per-user: open your own user settings \u2192 Coding Agent Keys and check that you have a key, that it is activated for this project, and that it is not rate-limited. Then restart the session. (Projects that authenticate with a shared API key instead configure it in project settings.)";
|
|
7065
7065
|
/**
|
|
7066
7066
|
* Best-effort: if the TUI is about to spawn with no usable credential, post a
|
|
7067
7067
|
* one-time diagnostic through the relay bridge. Never throws — a readiness
|
|
@@ -16769,4 +16769,4 @@ export {
|
|
|
16769
16769
|
loadConveyorConfig,
|
|
16770
16770
|
unshallowRepo
|
|
16771
16771
|
};
|
|
16772
|
-
//# sourceMappingURL=chunk-
|
|
16772
|
+
//# sourceMappingURL=chunk-BAQ2OAKB.js.map
|