You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constdocsServiceHelpV2=`Document and content operations (v2).`
19
19
20
20
vardocsVersionSelectionTips= []string{
21
-
"Agent version rule: use --api-version v2 only when the installed lark-doc skill explicitly instructs docs +create, docs +fetch, or docs +update to use v2; otherwise use the default v1 flags.",
22
-
"Do not mix versions: if the skill does not mention v2, follow its legacy v1 examples and flags.",
21
+
"Docs v1 is deprecated and will be removed soon. Check the installed lark-doc skill first; if it is not the v2 skill, run `lark-cli update` to upgrade skills.",
22
+
"After confirming lark-doc is v2, follow that skill's examples and use `--api-version v2` with docs +create, docs +fetch, and docs +update.",
23
+
}
24
+
25
+
vardocsV2VersionSelectionTips= []string{
26
+
"Check the installed lark-doc skill first; if it is not the v2 skill, run `lark-cli update` to upgrade skills.",
0 commit comments