Skip to content

Commit 86c48ef

Browse files
authored
Merge pull request #231 from shelltime/release-please--branches--main
chore(main): release 0.1.69
2 parents 48a7f80 + 1f99a5e commit 86c48ef

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.68"
2+
".": "0.1.69"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [0.1.69](https://github.com/shelltime/cli/compare/v0.1.68...v0.1.69) (2026-02-15)
4+
5+
6+
### Features
7+
8+
* **commands:** replace PromptPal with SSE streaming from server API ([acc0341](https://github.com/shelltime/cli/commit/acc03413622b6ef5d5ad00771158236a6d893806))
9+
* **commands:** replace PromptPal with SSE streaming from server API ([fe09d63](https://github.com/shelltime/cli/commit/fe09d6329811f6fd62e330caec3cfc394edf608f))
10+
11+
12+
### Bug Fixes
13+
14+
* **ai:** handle SSE data prefix without space and add query logging ([48a7f80](https://github.com/shelltime/cli/commit/48a7f8002eb9e02520d376e0d14e453419392c8d))
15+
* **daemon:** correct retry limit and error logging in message handler ([dcea8f3](https://github.com/shelltime/cli/commit/dcea8f34a1f848b1f5be34609f57bb8fdb0b0321))
16+
* **daemon:** resolve CPU spin and memory bloat in daemon process ([2cfda03](https://github.com/shelltime/cli/commit/2cfda03924bdf073f559a52ee1ee58179d290559))
17+
18+
19+
### Code Refactoring
20+
21+
* **commands:** replace 12 positional params with statuslineParams struct ([c06172c](https://github.com/shelltime/cli/commit/c06172c0d4198e6b58b8eeb2379c95d79a6b4ce8))
22+
* **commands:** replace positional params with statuslineParams struct ([566d5fd](https://github.com/shelltime/cli/commit/566d5fdd4b296288045eec672892a46116ab724d))
23+
24+
25+
### Documentation
26+
27+
* **cc-statusline:** update docs for clickable links and new fields ([71a3574](https://github.com/shelltime/cli/commit/71a3574acc8cf9cf782bbae4599fd37d18bd7420))
28+
* **cc-statusline:** update docs for clickable links, session tracking, and new fields ([adb54df](https://github.com/shelltime/cli/commit/adb54df1773df95afec46a4ea02d5ea7e78d6b09))
29+
* **claude:** expand CLAUDE.md with Go version, testing patterns, daemon services, and dependencies ([214ffbc](https://github.com/shelltime/cli/commit/214ffbc270d174c0642340a6fb8b519d3b3f4c27))
30+
* **repo:** add AGENTS contributor guide ([6655bd9](https://github.com/shelltime/cli/commit/6655bd9d53985b6f9c2cd0464810d16d02d2403a))
31+
32+
33+
### Miscellaneous Chores
34+
35+
* **ci:** upgrade Go 1.25 to 1.26 ([53761d1](https://github.com/shelltime/cli/commit/53761d1d2f233cd36a7f145b131015402143b272))
36+
* **ci:** upgrade Go 1.25 to 1.26 ([c92e68e](https://github.com/shelltime/cli/commit/c92e68ed5752e5481b1be6fb2fbc36ddaf5910e5))
37+
338
## [0.1.68](https://github.com/shelltime/cli/compare/v0.1.67...v0.1.68) (2026-02-13)
439

540

0 commit comments

Comments
 (0)