Skip to content

Commit c407582

Browse files
chore(main): release 1.0.0
1 parent 00ad24f commit c407582

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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 [#2](https://github.com/sobird/claude-code/issues/2) ([00ad24f](https://github.com/sobird/claude-code/commit/00ad24f278e7c3b40185f342025ebcc524b83450))
10+
* pure TypeScript port of color-diff-napi ([a4b4291](https://github.com/sobird/claude-code/commit/a4b429130b1b096ee62945a352f9d1648543eb3d))
11+
* update all .tsx file source base //# sourceMappingURL=data:application/json ([65f41ba](https://github.com/sobird/claude-code/commit/65f41ba1e9982cd6e24ade8aca8718be988af101))
12+
* 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)