Releases: guillaumemeyer/tmon
Releases · guillaumemeyer/tmon
Release list
v0.6.4
Immutable
release. Only release title and notes can be modified.
v0.6.3
Immutable
release. Only release title and notes can be modified.
Changelog
- 8382b4c chore(release): bump version to 0.6.3
- 0a92659 feat(dashboard): gg/G preview jumps and 90% popup
- 6de11c6 feat(dashboard): message composer for selected agents
- 7ccd2f3 fix(worker): lowercase error strings to satisfy staticcheck ST1005
- b52b316 feat(dashboard): rename session line label to context window
- eddd366 fix(prime): keep draft sessions as rows with model, context, and quota
- fd47d59 feat(dashboard): share remaining account balance on the usage header
v0.6.2
Immutable
release. Only release title and notes can be modified.
Changelog
- a4fb4c4 chore: bump version to 0.6.2
- 77c13e7 feat(worker): refresh expired Claude OAuth token before probing usage
- 9220599 feat(dashboard): add By agent view grouping agents by type
- 2c7261e feat(prime): probe DeepSeek balance; needs_input now reads idle
- dfcd974 feat(quota): render dollar amounts for provider quota windows
- 93d06c6 feat(poll): exact-tier gating — Grok rows require a live session
- a20803b refactor(connector): parameterize the event-tail read bound
- d24f72a feat(hermes): probe provider balance, guard stale sessions, fix window lookup
- 16c991f feat(connector): add prime-agent support
- 89774e4 perf: parallelize independent I/O with a bounded worker pool
- 0cc1867 feat(dashboard): right-align theme selector footer hints
- 58e1e36 feat(dashboard): in-dashboard doctor report (d key)
- 00fd1d7 feat(dashboard): fit-to-width preview wrapping (f key)
- 6b7ed15 docs(hooks): document the grok hook target and codex re-trust
- a9c02c9 feat(hooks): wire hook state into connectors, support grok and windsurf
- ef890ef feat(git): harden gh PR lookup — 3s timeout, self-healing availability
- eec10d7 fix(dashboard): run data loads off the event loop
- 9429cd6 fix(worker): anchor grok auth expiry in the token test to the future
- d38ab32 test(dashboard): anchor quota reset times to the current day
- 051588b install.sh: only wire the TPM plugin line into the tmux config
v0.6.1
Immutable
release. Only release title and notes can be modified.
Changelog
- c897384 chore: bump version to 0.6.1
- bd93bbd feat(dashboard): restructure usage and session stats in the preview pane
- 7c24bdc fix(connector): read Codex rollout sessions for status and usage
- 5333c38 feat(dashboard): show usage and quota in the preview pane
- 6c570a4 Attach account quota to every session of an agent
- b7a1a04 fix(dashboard): improve usage bar and selection contrast
- 365db3a fix(connector): report hermes context window for fresh TUIs
- 862f52d feat(worker): probe Grok Build account quota
- fcbee3d Show per-window quota bars in the agents popup
- cdc46d3 fix(connector): keep context usage on idle grok sessions
- c9dd575 Show quota windows at 0% used
- 9470704 Ignore macOS Finder metadata files
- be39e86 Add model-usage monitoring: quota worker, probes, doctor checks
v0.6.0
Immutable
release. Only release title and notes can be modified.
What's new in 0.6.0
- Hide agents — glob filters drop agents you do not care about from the status bar and dashboard
- PR lookup — resolve open GitHub PR numbers for agent branches in the dashboard
- Dashboard layout views — flat list, group by project, or group by status
- Search fix — substring AND matching for the dashboard filter
- Theme state — persist theme under the durable XDG state dir
- Docs — Features section, pane highlighting notes, README polish (📡 mark)
See the full commit range from v0.5.0 for details.
v0.5.0
Changelog
- cdbd19c chore: bump version to 0.5.0
- b248b43 docs: add issue templates, code of conduct, and security policy
- 54fd1f0 fix: seed activity tracker, single status poller, safer defaults
- 9e7aaca Stop the Makefile's BIN_DIR from being clobbered by the environment
- d38d2e2 Add a footer divider and a live search input above the agent list
- 7a29877 updated README header
- c15685c Share the two-line logo header with the theme picker
- 4618818 Fix the popup logo's baseline and move the theme hint to the header
- f4ab82d Fix context-window % for Claude and Hermes
- bb2a2be Add a 3-line ascii wordmark to the popup header, recommend the one-liner install
- 7fa84e4 Fix theme persistence when session env shadows global
- 121622e Fix Claude context usage and polish the dashboard
- 38bbf24 Remove the pane-tint feature
- 688247d Add status-colored pane border strips (on by default)
- 8343e71 Rebuild the dashboard on bubbles with spinner and theme picker
- fab4158 Fix Hermes popup showing a stale session title
- d5c05ab Stop tracking generated demo media (gif/mp4)
- a978338 Add docs/demo assets: VHS tape, recorder script, GIF/MP4, and notes
- 14a1ef0 Polish the dashboard list: status icons, identity colors, cleaner header
- 8171ac3 Finish the blocked-icon swap: theme now emits 🚨 everywhere
- 8c26081 Revamp the README (hero, The Zoo, config table, FAQ) and add a demo GIF shot list
- aa6ce34 Add Hermes approval hooks, status JSON, doctor, and one-line install
- 2776bee Add pane tint, Hermes multi-home support, and fleet-manager positioning
- 064d661 Add OpenClaw gateway connector and themeable status UI
- e716063 Use the siren emoji for the blocked indicator
- c822a86 Fix macOS-only CI test failures
- c056946 Add per-agent token usage stats to the dashboard
- 3ebb446 Drop l as a focus key and add a navigate hint to the footer
- 84ca8fb Add fuzzy search, preview navigation, and agent session titles
v0.4.2
Changelog
- 3175aac Add macOS process backend and ship darwin release binaries.
v0.4.1
v0.4.0
v0.3.0
Changelog
- 4454936 Fix workflows: listen on master, not main (the repo default branch)
- a51b457 Wire the Go binary into tmux: bootstrap, loader, README; drop shell scripts
- 637b62a Implement tmon daemon --notify and the bubbletea dashboard
- 672e389 Migrate core to Go: detect, state machine, pane mapping, status bar
- 10ee0c5 dashboard: group agents by session/window, add search mode, vim-style nav
- 1393067 docs: add Updates section to README
- 10a6572 Add TPM initialization note to README
- b49f739 Add MIT LICENSE
- 194c5d1 dashboard: type-to-filter UX, remove q and / toggles, update README
- f65f22d Add status icons, animation, and auto-refresh to navigation popup
- 79a4d88 Rework navigation popup and status bar
- 64eb705 feat: clickable status bar indicator + POSIX shell compatibility
- 6f211c0 tmon v2: agent navigation, accurate status, search, ms poll interval