Skip to content

v2.16.0

Choose a tag to compare

@DinN0000 DinN0000 released this 07 Mar 16:52
· 56 commits to main since this release

What's New

AI Statistics Improvements

  • Show estimated token counts alongside cost with ~ prefix
  • Monthly navigation (back/forward, up to 6 months history)
  • CLI-based estimates marked with (estimated) label and info disclaimer
  • Single-pass data aggregation for better performance
  • Missing operation labels added (folder-relation, semantic-link-context)

Code Quality

  • Replace all DispatchQueue.global with Task.detached for process timeouts
  • Extract shared ShellEnvironment.scheduleTermination(of:after:) helper
  • Proper timeout task cancellation on normal process exit
  • Deduplicated Date.relativeFormatted extension