Skip to content

Commit 41c7e06

Browse files
committed
chore(release): v0.8.1
1 parent 362ead0 commit 41c7e06

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.8.1
2+
3+
[v0.8.0...v0.8.1](https://github.com/codetime-dev/codetime-cli/compare/v0.8.0...v0.8.1)
4+
5+
### :adhesive_bandage: Fixes
6+
7+
- **cli**: stop the installed Pi extension from killing pi on startup — on Windows `codetime` is a `.cmd` shim and `spawn()` does no PATHEXT resolution, so the first report (`session_start`) raised an unhandled `ENOENT` error event and took pi down with it; the hook now runs through the shell on win32, swallows spawn/stdin errors, and unrefs the child so a long local sync no longer pins pi's event loop - By [Jianqi Pan](mailto:jannchie@gmail.com) in [362ead0](https://github.com/codetime-dev/codetime-cli/commit/362ead0)
8+
19
## v0.8.0
210

311
[v0.7.7...v0.8.0](https://github.com/codetime-dev/codetime-cli/compare/v0.7.7...v0.8.0)

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.8.0",
4+
"version": "0.8.1",
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.8.0",
4+
"version": "0.8.1",
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)