Skip to content

feat!: Add authsome onboard, remove init and scan#438

Merged
manojbajaj95 merged 1 commit into
mainfrom
feature/authsome-onboard
Jun 16, 2026
Merged

feat!: Add authsome onboard, remove init and scan#438
manojbajaj95 merged 1 commit into
mainfrom
feature/authsome-onboard

Conversation

@manojbajaj95

Copy link
Copy Markdown
Collaborator

Summary

  • Replace authsome init and authsome scan with a single idempotent authsome onboard command that registers identity, completes claim, and imports API keys from .env/process env
  • Add --base-url to persist the daemon URL in client config (daemon_base_url) for subsequent commands without re-passing the flag
  • Add --scan-only escape hatch for drift reporting without import

Test plan

  • uv run pytest tests/cli/test_onboard.py
  • uv run pytest (426 passed)
  • uv run ruff check src/ tests/
  • uv run ty check src/

Closes #434

Made with Cursor

Unifies first-run setup into a single idempotent command that registers
identity, completes claim, and imports API keys from env. Persists
--base-url in client config for remote daemon connections.

Closes #434

Co-authored-by: Cursor <cursoragent@cursor.com>
@mintlify

mintlify Bot commented Jun 16, 2026

Copy link
Copy Markdown

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

Project Status Preview Updated (UTC)
agentr 🟢 Ready View Preview Jun 16, 2026, 9:25 AM

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

@manojbajaj95 manojbajaj95 requested a review from beubax June 16, 2026 09:25
@manojbajaj95 manojbajaj95 merged commit e341d4e into main Jun 16, 2026
7 checks passed
@manojbajaj95 manojbajaj95 deleted the feature/authsome-onboard branch June 16, 2026 16:03
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.

feat: Add authsome onboard command combining init and credential scan/import

1 participant