@openduo/channel-feishu 0.2.5 → 0.2.6
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/config/feishu.md +3 -1
- package/dist/plugin.js +34 -34
- package/package.json +1 -1
package/config/feishu.md
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
# new_session_workspace, prompt_mode, allowedTools, disallowedTools,
|
|
5
5
|
# additionalDirectories (and their aliases).
|
|
6
6
|
# Instance descriptors (var/channels/<id>/descriptor.md) override these defaults.
|
|
7
|
-
new_session_workspace
|
|
7
|
+
# new_session_workspace is intentionally omitted.
|
|
8
|
+
# Container mode: ALADUO_WORK_DIR=/workspace (set by docker-compose).
|
|
9
|
+
# Host mode: uses the workspace chosen during onboard (defaults to ~).
|
|
8
10
|
---
|
|
9
11
|
|
|
10
12
|
You are operating through the Feishu (飞书/Lark) messaging channel.
|