Skip to content

feat(tui): add version and status subcommands, bump to v0.2.0#98

Merged
alxhall merged 1 commit intoponbac:masterfrom
alxhall:fix/cli-commands
Mar 6, 2026
Merged

feat(tui): add version and status subcommands, bump to v0.2.0#98
alxhall merged 1 commit intoponbac:masterfrom
alxhall:fix/cli-commands

Conversation

@alxhall
Copy link
Collaborator

@alxhall alxhall commented Mar 2, 2026

This pull request adds two new CLI subcommands to toki-tui: version and status, and bumps the crate version to 0.2.0. The version command prints the current crate version, while the status command displays the login and Milltime session status by reading local session data. Additionally, new recipes are added to the justfile to invoke these commands easily.

New CLI features:

  • Added Version and Status variants to the Commands enum in toki-tui/src/cli.rs, enabling the new subcommands.
  • Implemented handling for the new commands in toki-tui/src/main.rs: Version prints the version using env!("CARGO_PKG_VERSION"), and Status checks session and Milltime cookie status.

Version update:

  • Bumped the crate version from 0.1.0 to 0.2.0 in toki-tui/Cargo.toml.

Developer tooling:

  • Added tui-version and tui-status recipes to the justfile for convenient command execution.

Documentation:

  • Added a detailed implementation plan in docs/plans/2026-03-02-tui-version-status-commands.md, outlining the steps taken in this pull request.

@vercel
Copy link

vercel bot commented Mar 2, 2026

@alxhall is attempting to deploy a commit to the ponbac's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@ponbac
Copy link
Owner

ponbac commented Mar 2, 2026

@codex

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Breezy!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@alxhall alxhall merged commit 46c22f8 into ponbac:master Mar 6, 2026
5 of 6 checks passed
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.

2 participants