Skip to content

Commit 29e4b2e

Browse files
suj1eclaude
andcommitted
chore: release v0.12.6
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 852b86e commit 29e4b2e

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.6] - 2026-05-09
11+
12+
### Fixed
13+
14+
- Fix `Claude Code native binary not found` error on Windows: cross-platform claude binary detection (`where` on Windows, `which` on POSIX)
15+
- Add `claude.path` config field for manual override of Claude Code binary location
16+
- Fix `ensureEnv()` and `ensureClaudeInPath()` for Windows: skip bash PATH injection, use Windows common paths (`APPDATA/npm`), correct PATH separator (`;` vs `:`)
17+
1018
## [0.12.5] - 2026-05-09
1119

1220
### Changed

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.12.5",
3+
"version": "0.12.6",
44
"description": "Claude Code in Feishu/Lark - AI coding assistant bot",
55
"author": "sujie <13156660820@163.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)