@legna-lnc/legnacode 2.1.8 → 2.1.9
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 +6 -0
- package/README.md +2 -1
- package/README.zh-CN.md +2 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
All notable changes to LegnaCode CLI will be documented in this file.
|
|
6
6
|
|
|
7
|
+
## [2.1.9] - 2026-05-25
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- **Computer Use "Finder not installed"** — `installed_apps()` only scanned 4 directories, missing Finder.app in `/System/Library/CoreServices/`. Added that path to search roots AND merged currently running apps into the installed list as a fallback — any app in a non-standard location is now discoverable as long as it's running.
|
|
12
|
+
|
|
7
13
|
## [2.1.8] - 2026-05-25
|
|
8
14
|
|
|
9
15
|
### Fixes
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**An AI-powered terminal programming assistant, supercharged.**
|
|
6
6
|
|
|
7
|
-
[](./CHANGELOG.md)
|
|
8
8
|
[](#platform-support)
|
|
9
9
|
[](./LICENSE)
|
|
10
10
|
[](https://github.com/anthropics/claude-code)
|
|
@@ -37,6 +37,7 @@ LegnaCode is built on top of [Claude Code CLI](https://github.com/anthropics/cla
|
|
|
37
37
|
|
|
38
38
|
| Version | Summary |
|
|
39
39
|
|---------|---------|
|
|
40
|
+
| **2.1.9** | Fix Computer Use "Finder not installed" — add CoreServices to search paths + merge running apps into installed list |
|
|
40
41
|
| **2.1.8** | Fix Computer Use screenshot permission loop (Swift→Python bridge); fix agent stalling after file reads (read-then-act directive) |
|
|
41
42
|
| **2.1.7** | Wire all 6 custom features; config federation discovery startup integration; fix all MiniMax/REPL/WebBrowser tool types; WebUI preset switching clears stale fields; declare all feature flags |
|
|
42
43
|
| **2.1.6** | Hashline Edit integration (hash-anchored Read output); fix HashlineEditTool type errors; fix missing import in prompts.ts; system prompt guidance for tool routing |
|
package/README.zh-CN.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**AI 驱动的终端编程助手,全面增强。**
|
|
6
6
|
|
|
7
|
-
[](./CHANGELOG.zh-CN.md)
|
|
8
8
|
[](#平台支持)
|
|
9
9
|
[](./LICENSE)
|
|
10
10
|
[](https://github.com/anthropics/claude-code)
|
|
@@ -37,6 +37,7 @@ LegnaCode 基于 [Claude Code CLI](https://github.com/anthropics/claude-code)
|
|
|
37
37
|
|
|
38
38
|
| 版本 | 摘要 |
|
|
39
39
|
|------|------|
|
|
40
|
+
| **2.1.9** | 修复 Computer Use "Finder 未安装"——搜索路径加 CoreServices + 运行中 app 合并到已安装列表 |
|
|
40
41
|
| **2.1.8** | 修复 Computer Use 截屏权限死循环(Swift→Python bridge);修复 Agent 读完文件后停滞(read-then-act 指令) |
|
|
41
42
|
| **2.1.7** | 六大特性全面接线;配置联邦发现接入启动流程;修复全部 MiniMax/REPL/WebBrowser 工具类型;WebUI 预设切换清除旧字段;声明所有 feature flags |
|
|
42
43
|
| **2.1.6** | Hashline Edit 集成(Read 输出加 hash 锚点);修复 HashlineEditTool 类型错误;修复 prompts.ts 缺失 import;系统提示词工具路由引导 |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@legna-lnc/legnacode",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "LegnaCode — legna.lnc's official CLI for coding assistance",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
"bun": ">=1.2.0"
|
|
144
144
|
},
|
|
145
145
|
"optionalDependencies": {
|
|
146
|
-
"@legna-lnc/legnacode-darwin-arm64": "2.1.
|
|
147
|
-
"@legna-lnc/legnacode-darwin-x64": "2.1.
|
|
148
|
-
"@legna-lnc/legnacode-darwin-x64-baseline": "2.1.
|
|
149
|
-
"@legna-lnc/legnacode-linux-x64": "2.1.
|
|
150
|
-
"@legna-lnc/legnacode-linux-x64-baseline": "2.1.
|
|
151
|
-
"@legna-lnc/legnacode-linux-arm64": "2.1.
|
|
152
|
-
"@legna-lnc/legnacode-win32-x64": "2.1.
|
|
153
|
-
"@legna-lnc/legnacode-win32-ia32": "2.1.
|
|
146
|
+
"@legna-lnc/legnacode-darwin-arm64": "2.1.9",
|
|
147
|
+
"@legna-lnc/legnacode-darwin-x64": "2.1.9",
|
|
148
|
+
"@legna-lnc/legnacode-darwin-x64-baseline": "2.1.9",
|
|
149
|
+
"@legna-lnc/legnacode-linux-x64": "2.1.9",
|
|
150
|
+
"@legna-lnc/legnacode-linux-x64-baseline": "2.1.9",
|
|
151
|
+
"@legna-lnc/legnacode-linux-arm64": "2.1.9",
|
|
152
|
+
"@legna-lnc/legnacode-win32-x64": "2.1.9",
|
|
153
|
+
"@legna-lnc/legnacode-win32-ia32": "2.1.9"
|
|
154
154
|
}
|
|
155
155
|
}
|