Skip to content

feat: add whoami, --help/--version, rename binary to tigris-agent-shell#16

Merged
designcode merged 1 commit intomainfrom
feat/polish
Apr 22, 2026
Merged

feat: add whoami, --help/--version, rename binary to tigris-agent-shell#16
designcode merged 1 commit intomainfrom
feat/polish

Conversation

@designcode
Copy link
Copy Markdown
Collaborator

@designcode designcode commented Apr 22, 2026

Summary

  • whoami command: shows auth method (OAuth/access key), email, and mounted buckets
  • --help / --version CLI flags: standard CLI behavior
  • Binary renamed: tigris-shelltigris-agent-shell
  • Playground welcome: added login option, updated tagline

Test plan

  • 122 tests passing
  • tigris-agent-shell --help shows usage
  • tigris-agent-shell --version reads from package.json
  • whoami shows session info after configure

🤖 Generated with Claude Code


Note

Medium Risk
Moderate risk because renaming the published binary (tigris-shelltigris-agent-shell) is a breaking change for existing users/scripts; other changes are additive UX improvements in the CLI/REPL.

Overview
CLI UX improvements and a breaking rename. The npm bin entry is renamed from tigris-shell to tigris-agent-shell, and the playground welcome text is updated to the new tagline and to advertise login alongside manual configure.

New introspection and flags. The CLI now supports --help/-h (usage text) and --version/-v (reads version from package.json), and the REPL adds a whoami command to display current auth mode (OAuth vs access key), email/partial key, and current mounts; help output is updated accordingly.

Reviewed by Cursor Bugbot for commit 9c799b3. Bugbot is set up for automated code reviews on this repo. Configure here.

- whoami: shows auth method, email/key, and mounted buckets
- --help / --version CLI flags
- Binary renamed from tigris-shell to tigris-agent-shell
- Playground welcome: added login option, updated tagline

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 9c799b3. Configure here.

Comment thread src/repl/session.ts
@designcode designcode merged commit beb3078 into main Apr 22, 2026
3 checks passed
@designcode designcode deleted the feat/polish branch April 22, 2026 12:37
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 0.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants