Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

## 2.1.88 (2026-04-17)


### Features

* add macOS modifier key detection module ([5e9233c](https://github.com/sobird/claude-code/commit/5e9233c7b9cfdb069de8bbf26dcfbe75fa93dd0c))
* add TungstenPill component and internal tooling support ([bb9823e](https://github.com/sobird/claude-code/commit/bb9823e7ed55c8d6a6b104e76dcb77cebf2f5e56))
* add TypeScript type definitions and utility modules ([f2cc2fb](https://github.com/sobird/claude-code/commit/f2cc2fbe41680905895d07aa3871fd968d9c76c9))
* add ultraplan multi-agent exploration framework fixes [#5](https://github.com/sobird/claude-code/issues/5) ([3d24d3a](https://github.com/sobird/claude-code/commit/3d24d3ac8f355a1b6e7c0eada06178bf49f2c722))
* add undercover mode auto notice and TTFT metrics display fixes [#3](https://github.com/sobird/claude-code/issues/3) ([32d0ac0](https://github.com/sobird/claude-code/commit/32d0ac0d93283bb553075d28e93535e9a511814e))
* add undercover mode support with ANT build target ([0faa0ca](https://github.com/sobird/claude-code/commit/0faa0ca9476b449dec8c7ef42778ef9416598c85))
* add verification system ([b1d4757](https://github.com/sobird/claude-code/commit/b1d4757598ce5f991e2a7ef1f1eb36331bb704a1))
* **modifiers-napi:** test release please ([62ac437](https://github.com/sobird/claude-code/commit/62ac437c96457028272caffc5923444a47418c63))


### Bug Fixes

* -d2e & add bufig.toml define MACRO ([1b756de](https://github.com/sobird/claude-code/commit/1b756de059a6b86161f2d1fc800f3e5345dd1375))
* [BUG] /agents 命令无法获取项目级 agents fixes [#2](https://github.com/sobird/claude-code/issues/2) ([fb19857](https://github.com/sobird/claude-code/commit/fb19857f2a5aa9f2861bfd7a0519b80833ea8f92))
* /config ERROR Gates is not defined when process.env.USER_TYPE === 'ant' ([1e38cd0](https://github.com/sobird/claude-code/commit/1e38cd07884d1eb717f78e81cd2989c37136d039))
* initial release version: 2.1.88 ([7bcbcb0](https://github.com/sobird/claude-code/commit/7bcbcb0b3409c672da5451c052c41dbcaa768191))
* pure TypeScript port of color-diff-napi ([a4b4291](https://github.com/sobird/claude-code/commit/a4b429130b1b096ee62945a352f9d1648543eb3d))
* tools interface stub impl ([2a5bb50](https://github.com/sobird/claude-code/commit/2a5bb50b9ea28912a5127b01dec2f40a8f74134f))
* update all .tsx file source base //# sourceMappingURL=data:application/json ([65f41ba](https://github.com/sobird/claude-code/commit/65f41ba1e9982cd6e24ade8aca8718be988af101))
* update process.env.NODE_ENV in the tsx file ([156cd98](https://github.com/sobird/claude-code/commit/156cd98fc7aba46fe2e45fca636285e291a0fd6a))
* 移除bun build 的 define 中的'process.env.NODE_ENV': '"production"' ([e831dc8](https://github.com/sobird/claude-code/commit/e831dc8f75adbff78955d9b61268d0c176bf76c2))


### Build System

* update build workflow ([0c8735a](https://github.com/sobird/claude-code/commit/0c8735afea47c4f9d76fd572bd1c66a7d001462f))