Skip to content

fix: correct claude CLI auth self-test flag in start-cloud.sh#124

Merged
Satelink-Protocol merged 1 commit into
mainfrom
fix-paperclip-auth-test
Jun 13, 2026
Merged

fix: correct claude CLI auth self-test flag in start-cloud.sh#124
Satelink-Protocol merged 1 commit into
mainfrom
fix-paperclip-auth-test

Conversation

@Satelink-Protocol

Copy link
Copy Markdown
Owner

Follow-up to #123. The startup auth self-test used --no-streaming, which is not a valid claude CLI flag — container logs showed error: unknown option '--no-streaming', a false negative.

This uses the correct print-mode invocation (verified locally returns SATELINK_AUTH_OK):

claude -p '...' --output-format text --dangerously-skip-permissions

--dangerously-skip-permissions because the container runs as root with IS_SANDBOX=1.

The credentials.json write from #123 already succeeded in-container (confirmed in logs); this only makes the diagnostic self-test report a true result.

--no-streaming is not a valid claude CLI flag (caused 'unknown option' error
in startup logs). Use the correct print-mode flags so the startup auth test
gives a real signal:
  claude -p '...' --output-format text --dangerously-skip-permissions

Verified locally: returns exactly SATELINK_AUTH_OK. The container runs as root
with IS_SANDBOX=1, hence --dangerously-skip-permissions.

Note: credentials.json write (PR #123) already succeeded in-container per logs;
this only fixes the diagnostic self-test that was a false negative.
@mintlify

mintlify Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Satelink 🟡 Building Jun 13, 2026, 4:30 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 13, 2026 4:30am

@Satelink-Protocol Satelink-Protocol merged commit dc04b11 into main Jun 13, 2026
8 of 9 checks passed
@Satelink-Protocol Satelink-Protocol deleted the fix-paperclip-auth-test branch June 13, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant