Skip to content

Commit 96dfaca

Browse files
committed
Classify Claude TTY screen states
1 parent 1821aec commit 96dfaca

7 files changed

Lines changed: 405 additions & 140 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cctty"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
55
description = "Claude Agent SDK compatibility through the interactive Claude Code TTY"
66
license = "MIT"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Download a release archive:
7777

7878
```sh
7979
curl -L -o cctty.tar.gz \
80-
https://github.com/Pyiner/cctty/releases/download/v0.2.3/cctty-0.2.3-aarch64-apple-darwin.tar.gz
80+
https://github.com/Pyiner/cctty/releases/download/v0.2.4/cctty-0.2.4-aarch64-apple-darwin.tar.gz
8181
tar -xzf cctty.tar.gz
8282
sudo install -m 0755 cctty /usr/local/bin/cctty
8383
```
@@ -442,8 +442,8 @@ CCTTY_LIVE_SDK_GAME=1 cargo test --test sdk_integration live_typescript_sdk_buil
442442
The repository includes GitHub Actions for CI and tagged releases.
443443

444444
```sh
445-
git tag v0.2.3
446-
git push origin v0.2.3
445+
git tag v0.2.4
446+
git push origin v0.2.4
447447
```
448448

449449
The release workflow builds macOS and Linux archives and publishes SHA-256

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ brew install cctty
8585

8686
```sh
8787
curl -L -o cctty.tar.gz \
88-
https://github.com/Pyiner/cctty/releases/download/v0.2.3/cctty-0.2.3-aarch64-apple-darwin.tar.gz
88+
https://github.com/Pyiner/cctty/releases/download/v0.2.4/cctty-0.2.4-aarch64-apple-darwin.tar.gz
8989
tar -xzf cctty.tar.gz
9090
sudo install -m 0755 cctty /usr/local/bin/cctty
9191
```
@@ -294,8 +294,8 @@ CCTTY_LIVE_SDK_GAME=1 cargo test --test sdk_integration live_typescript_sdk_buil
294294
仓库包含 GitHub Actions CI 和 tag release。发布新版本:
295295

296296
```sh
297-
git tag v0.2.3
298-
git push origin v0.2.3
297+
git tag v0.2.4
298+
git push origin v0.2.4
299299
```
300300

301301
Release workflow 会构建 macOS / Linux archive、生成 SHA-256,并在配置了

0 commit comments

Comments
 (0)