Skip to content

fix: clarify signed-out auth status#8

Merged
Dhruv2mars merged 1 commit intomainfrom
fix/auth-status-output
Mar 20, 2026
Merged

fix: clarify signed-out auth status#8
Dhruv2mars merged 1 commit intomainfrom
fix/auth-status-output

Conversation

@Dhruv2mars
Copy link
Owner

Summary\n- show concrete auth status text instead of vague disconnected output\n- cover the status text mapping with a focused CLI test\n- bump release version to 0.1.8\n\n## Testing\n- bun run test\n- bun run check\n- ./target/debug/codexchat auth status in clean home

@Dhruv2mars Dhruv2mars merged commit b396632 into main Mar 20, 2026
10 of 11 checks passed
@Dhruv2mars Dhruv2mars deleted the fix/auth-status-output branch March 20, 2026 08:33
@coderabbitai
Copy link

coderabbitai bot commented Mar 20, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0f243764-d93b-4c2c-86d4-f8536ff620fc

📥 Commits

Reviewing files that changed from the base of the PR and between 71f7c63 and 2d29406.

📒 Files selected for processing (4)
  • Cargo.toml
  • crates/codexchat-cli/src/lib.rs
  • packages/cli/CHANGELOG.md
  • packages/cli/package.json

📝 Walkthrough

Walkthrough

A patch version release (0.1.8) was implemented across the CLI codebase. The workspace version in Cargo.toml and the published package version in package.json were both incremented to 0.1.8. The primary functional change introduces a helper function that renders authentication status by mapping distinct auth state variants to specific user-facing status strings, replacing the previous binary connected/disconnected distinction. The auth status command was updated to use this new renderer, and corresponding unit tests were added to verify output for various authentication states. A changelog entry documents the behavioral update.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/auth-status-output
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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