@vibe-lark/larkpal 0.1.54 → 0.1.56

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/README.md CHANGED
@@ -42,6 +42,8 @@
42
42
  | `LARKPAL_PLUGINS` | 声明式加载的插件列表 | 空 |
43
43
  | `LARKPAL_CHAT_JWT_SECRET` | Chat API JWT 签名密钥 | fallback 到 `LARKPAL_API_SECRET` |
44
44
 
45
+ 会话工作目录默认写入 `LARKPAL_WORKSPACE` 下的隐藏目录:飞书会话为 `.chats/`,通用 Agent 会话为 `.sessions/`,Chat API 历史为 `.chat-history/`。
46
+
45
47
  ### larkpal-agent Runtime 专用(LARKPAL_RUNTIME=larkpal-agent 时必填)
46
48
 
47
49
  | 变量名 | 用途 | 示例 |
package/dist/cli.mjs CHANGED
@@ -40,7 +40,7 @@ ${BOLD}用法:${RESET}
40
40
  ${BOLD}环境变量:${RESET}
41
41
  LARK_APP_ID 飞书应用 App ID(可选,覆盖 lark-cli 配置)
42
42
  LARK_APP_SECRET 飞书应用 App Secret(可选,覆盖 lark-cli 配置)
43
- LARKPAL_WORKSPACE 工作目录根路径(默认 /workspace)
43
+ LARKPAL_WORKSPACE 工作目录根路径(默认 ~/.larkpal/workspace)
44
44
  CLAUDE_MODEL Claude 模型名称(如 ark-code-latest)
45
45
 
46
46
  ${DIM}首次使用?运行 ${CYAN}larkpal init${DIM} 开始配置。${RESET}