larkcc 0.12.5 → 0.12.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/index.js +7873 -7718
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.12.7] - 2026-05-10
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Upgrade `@larksuiteoapi/node-sdk` 1.61.1 → 1.63.1
|
|
15
|
+
- Restructure streaming modules into `streaming/` subdirectory
|
|
16
|
+
- Reorganize module structure and rename files for clarity
|
|
17
|
+
- Consolidate directories and rename modules for clarity
|
|
18
|
+
|
|
19
|
+
## [0.12.6] - 2026-05-09
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Fix `Claude Code native binary not found` error on Windows: cross-platform claude binary detection (`where` on Windows, `which` on POSIX)
|
|
24
|
+
- Add `claude.path` config field for manual override of Claude Code binary location
|
|
25
|
+
- Fix `ensureEnv()` and `ensureClaudeInPath()` for Windows: skip bash PATH injection, use Windows common paths (`APPDATA/npm`), correct PATH separator (`;` vs `:`)
|
|
26
|
+
|
|
10
27
|
## [0.12.5] - 2026-05-09
|
|
11
28
|
|
|
12
29
|
### Changed
|