Skip to content

Commit e1af731

Browse files
committed
chore(release): v0.7.3
1 parent a95cbad commit e1af731

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.7.3
2+
3+
[v0.7.2...v0.7.3](https://github.com/codetime-dev/codetime-cli/compare/v0.7.2...v0.7.3)
4+
5+
### :adhesive_bandage: Fixes
6+
7+
- **cli**: stop double-counting OpenCode step-finish token usage - By [Jianqi Pan](mailto:jannchie@gmail.com) in [e2ddc15](https://github.com/codetime-dev/codetime-cli/commit/e2ddc15)
8+
- **cli**: recover Amp usage from tokens.total and ledger-less threads - By [Jianqi Pan](mailto:jannchie@gmail.com) in [67c72ef](https://github.com/codetime-dev/codetime-cli/commit/67c72ef)
9+
- **cli**: count Codex cumulative-only token_count events and clamp cached input - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d39e9f1](https://github.com/codetime-dev/codetime-cli/commit/d39e9f1)
10+
- **cli**: align pi/gemini/claude-code token edge cases with ccusage - By [Jianqi Pan](mailto:jannchie@gmail.com) in [a95cbad](https://github.com/codetime-dev/codetime-cli/commit/a95cbad)
11+
112
## v0.7.2
213

314
[v0.7.1...v0.7.2](https://github.com/codetime-dev/codetime-cli/compare/v0.7.1...v0.7.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codetime-cli-workspace",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"private": true,
66
"packageManager": "pnpm@11.1.2",
77
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codetime-cli",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "codetime CLI — install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to codetime.dev.",
66
"license": "MIT",
77
"publishConfig": {

0 commit comments

Comments
 (0)