Skip to content

Conversation

@k29
Copy link
Contributor

@k29 k29 commented Jan 16, 2026

  • Add new banner.rs module with cute tiger ASCII art
  • Display version, provider, model, agent, workspace, and memory status
  • Side-by-side layout with tiger on left, info on right
  • Read model from agent config (e.g., claude-opus-4-5)
  • Show full workspace path with ~ shortening
  • Add --version flag to CLI via clap
  • Skip TaskUpdate events during startup to clean up output

- Add new banner.rs module with cute tiger ASCII art
- Display version, provider, model, agent, workspace, and memory status
- Side-by-side layout with tiger on left, info on right
- Read model from agent config (e.g., claude-opus-4-5)
- Show full workspace path with ~ shortening
- Add --version flag to CLI via clap
- Skip TaskUpdate events during startup to clean up output
.unwrap_or(80);

// Tiger art lines (fixed width for alignment)
let tiger = [
Copy link
Owner

Choose a reason for hiding this comment

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

😂

let settings = settings_manager.settings();

// Get model from the default agent's config, or fall back to quality tier
let model_display = settings
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe the actor should have a status message or something that can dump out everything we need

@tigy32 tigy32 merged commit 1435165 into tigy32:main Jan 17, 2026
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