Skip to content

Commit 02e19d4

Browse files
suj1eclaude
andcommitted
chore: release v0.12.0
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 085974c commit 02e19d4

3 files changed

Lines changed: 28 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0] - 2026-05-09
11+
12+
### Changed
13+
14+
- **Build system: migrate from `tsc` to `tsup`** — output a single self-contained `dist/index.js` (all dependencies bundled)
15+
- Convert `default-prompts.yml``default-prompts.ts` (typed object export, no runtime file reading)
16+
- Convert `format-guide.md``default-guide.ts` (string export, eliminates `__dirname` resource resolution)
17+
- Simplify `tsconfig.json` to typecheck-only (`noEmit`), build responsibility fully on tsup
18+
- Move all `dependencies` to `devDependencies` (bundled by tsup at build time)
19+
- Update CI: add `typecheck` step, remove `chmod +x bin/larkcc` from release workflow
20+
21+
### Removed
22+
23+
- `bin/larkcc` entry wrapper (tsup output has shebang, `bin` points directly at `dist/index.js`)
24+
- `install.sh` and `release.sh` (use `npm i -g larkcc` / `npm version` + CI auto-publish)
25+
- `resources/format-guide.md` and `src/commands/default-prompts.yml` (inlined into source)
26+
1027
## [0.11.1] - 2026-04-29
1128

1229
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "larkcc",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "Claude Code in Feishu/Lark - AI coding assistant bot",
55
"author": "sujie <13156660820@163.com>",
66
"license": "MIT",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)