Skip to content

Commit 3f2c4bc

Browse files
authored
Merge pull request #121 from nrslib/release/v0.7.1
Release v0.7.1
2 parents 6fee713 + d234c0d commit 3f2c4bc

8 files changed

Lines changed: 524 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.7.1] - 2026-02-06
8+
9+
### Fixed
10+
11+
- Ctrl+C がピース実行中に効かない問題を修正: SIGINT ハンドラで `interruptAllQueries()` を呼び出してアクティブな SDK クエリを停止するように修正
12+
- Ctrl+C 後に EPIPE クラッシュが発生する問題を修正: SDK が停止済みの子プロセスの stdin に書き込む際の EPIPE エラーを二重防御で抑制(`uncaughtException` ハンドラ + `Promise.resolve().catch()`
13+
- セレクトメニューの `onKeypress` ハンドラで例外が発生した際にターミナルの raw mode がリークする問題を修正
14+
15+
### Internal
16+
17+
- SIGINT ハンドラと EPIPE 抑制の統合テストを追加(`it-sigint-interrupt.test.ts`
18+
- セレクトメニューのキー入力安全性テストを追加(`select-rawmode-safety.test.ts`
19+
720
## [0.7.0] - 2026-02-06
821

922
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "takt",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "TAKT: Task Agent Koordination Tool - AI Agent Piece Orchestration",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)