Skip to content

Releases: Singebob/agentic-code-metrics

Release list

v0.3.0

Choose a tag to compare

@Singebob Singebob released this 06 Jul 09:48
8344265

agentic-code-metrics 0.3.0

Changed

  • Attach git worktrees (and other clones) to their parent repository's project — a repository is now the unit of analysis, not the working directory path (#16)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@Singebob Singebob released this 06 Jul 06:02
4d5d80f

✨ Features

  • Token consumption chart — total, input, output (#10)
  • Notify the user when a new CLI version is available (#13)

♻️ Improvements

  • Total tokens = input + output (#11)
  • Normalize Friction metrics per session (#12)

🐛 Fixes

  • Sort the prompt lead time chart chronologically (#9)