lark-coding-assistant 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,18 @@ claude --version
37
37
 
38
38
  只需安装实际使用的 coding agent。
39
39
 
40
+ ### 推荐的 coding agent 版本
41
+
42
+ 以下版本已完成 Stop hook、任务通知、审批、Question、单选/多选和手动遥控回归,建议优先使用:
43
+
44
+ | Coding agent | 推荐版本 | 版本命令 |
45
+ | --- | --- | --- |
46
+ | Codex CLI | `0.148.0` | `codex --version` |
47
+ | Trae CLI | `0.201.4` | `trae-cli --version` |
48
+ | Claude Code | `2.1.237` | `claude --version` |
49
+
50
+ 这些是已验证的推荐版本,不是强制版本锁定。其他版本通常也可以运行;如果新版调整了 TUI 文案或按键交互,结构化卡片可能暂时无法识别,此时仍可通过 `/tail` 和手动遥控模式完成操作。
51
+
40
52
  ## 一键安装与初始化
41
53
 
42
54
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lark-coding-assistant",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Control local coding-agent CLI sessions from Feishu or Lark",
5
5
  "type": "module",
6
6
  "bin": {