Skip to content

Releases: namyoungkim/visor

v0.11.6

07 Feb 15:42
5f57b79

Choose a tag to compare

Changelog

  • 5f57b79 Merge pull request #57 from namyoungkim/feature/cwd-auto-truncate
  • f8a273c feat(widgets): auto-truncate cwd path based on terminal width
  • 82e5dc2 test(widgets): add auto-truncation tests for cwd widget

v0.11.5

07 Feb 03:16
8dc8935

Choose a tag to compare

Changelog

  • 9a373ca fix(history): persist block_limit state globally across sessions (#54)

v0.11.4

07 Feb 02:50
370418a

Choose a tag to compare

Changelog

  • 0524329 feat(widgets): add cwd widget for working directory display (#52)

v0.11.3

07 Feb 02:21
e52504a

Choose a tag to compare

Changelog

  • e52504a docs: add v0.11.3 changelog entry (#51)
  • 89b1dce refactor(config): remove redundant widgets from full preset (#50)

v0.11.2

07 Feb 00:03
47dcbeb

Choose a tag to compare

Changelog

  • 47dcbeb Merge pull request #46 from namyoungkim/fix/message-count-overestimation
  • 2ace360 fix(cost): count user turns instead of assistant messages for rate limits
  • 73dd7a3 fix(cost): detect OAuth credentials from macOS Keychain in DetectProvider (#45)
  • 268e619 refactor(cost): separate user turn and cost entry paths in aggregator
  • c1d3869 test(cost): add user turn counting tests

v0.11.1

06 Feb 14:52
c66a03b

Choose a tag to compare

Changelog

  • c66a03b feat(widgets): improve agents widget readability (#44)

v0.11.0

05 Feb 16:37
8166974

Choose a tag to compare

Changelog

  • 8166974 Merge pull request #41 from namyoungkim/feat/local-usage-limits
  • aefab9c feat(auth): improve credential parsing and keychain discovery
  • 4255f0d feat(usage): local estimation for block_limit/week_limit widgets
  • 58e169c feat(widgets): improve session parsing and widget accuracy
  • c46f1e9 fix: address code review issues for local usage estimation

v0.10.1

04 Feb 16:38
66a2250

Choose a tag to compare

Changelog

  • 66a2250 fix(git): use session cwd for git status detection (#40)

v0.10.0

04 Feb 16:25
1fb417b

Choose a tag to compare

Changelog

  • c650293 Merge pull request #38 from namyoungkim/docs/update-widgets-documentation
  • 50b775b feat(config): add debug option and improve presets (#32)
  • 96026b9 feat(widgets): add 5 new widgets (duration, token_speed, plan, todos, config_counts) (#36)
  • 39be8b3 feat(widgets): add session_id widget (#37)
  • f1685c3 feat(widgets): improve tools, agents, and git widgets (#34)
  • 3fba70d feat: add Claude Code plugin structure (#28)
  • 1fb417b feat: improve session_id default and reorganize full preset (#39)
  • 0844fa7 fix(cost): correct cost aggregation across sessions (#33)
  • 9b853a3 fix(transcript): handle mixed content and improve performance (#31)

v0.9.0

04 Feb 13:33
a6e2ced

Choose a tag to compare

Changelog

  • a6e2ced feat: v0.9.0 configuration presets (#25)