What's New in v3.3.10
New Features
GitHub Star Prompt in omc-setup (#82)
After completing /omc-setup, users are now optionally prompted to star the repository:
- Uses AskUserQuestion for a clickable, non-intrusive UI
- Options: "Yes, star it!", "No thanks", "Maybe later"
- Falls back to displaying the repo URL if
ghCLI is unavailable - Graceful error handling - never blocks setup
Visual Progress Bars in HUD (#81)
New optional visual progress bars for context window and rate limit displays:
- New
useBarsconfig option in HudElementConfig - Format:
ctx:[████░░░░░░]67%and5h:[████░░░░░░]45%(3h42m) - Enabled by default in
focused,full, anddensepresets - Disabled in
minimalandopencodefor backwards compatibility