Skip to content

Commit 320c98a

Browse files
chore(main): release 1.0.0
1 parent 7f84ccd commit 320c98a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-05)
4+
5+
6+
### Bug Fixes
7+
8+
* -d2e & add bufig.toml define MACRO ([1b756de](https://github.com/sobird/claude-code/commit/1b756de059a6b86161f2d1fc800f3e5345dd1375))
9+
* [BUG] /agents 命令无法获取项目级 agents fixes [#2](https://github.com/sobird/claude-code/issues/2) ([fb19857](https://github.com/sobird/claude-code/commit/fb19857f2a5aa9f2861bfd7a0519b80833ea8f92))
10+
* /config ERROR Gates is not defined when process.env.USER_TYPE === 'ant' ([1e38cd0](https://github.com/sobird/claude-code/commit/1e38cd07884d1eb717f78e81cd2989c37136d039))
11+
* pure TypeScript port of color-diff-napi ([a4b4291](https://github.com/sobird/claude-code/commit/a4b429130b1b096ee62945a352f9d1648543eb3d))
12+
* update all .tsx file source base //# sourceMappingURL=data:application/json ([65f41ba](https://github.com/sobird/claude-code/commit/65f41ba1e9982cd6e24ade8aca8718be988af101))
13+
* update process.env.NODE_ENV in the tsx file ([156cd98](https://github.com/sobird/claude-code/commit/156cd98fc7aba46fe2e45fca636285e291a0fd6a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sobird/claude-code",
33
"type": "module",
4-
"version": "2.1.88",
4+
"version": "1.0.0",
55
"description": "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
66
"author": "sobird",
77
"license": "MIT",

0 commit comments

Comments
 (0)