feat: feishu_task 新增 add_members/remove_members + 创建返回 applink - #128
Conversation
- 新增 add_members 和 remove_members action,支持创建后修改任务成员(执行者/关注者) - task create 返回值中包含正确的 applink URL,避免 agent 自行编造链接 - 更新 system prompt 中 feishu_task 工具描述,标注新 action 和链接使用规则 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @lishuceo's task in 1m 2s —— View job PR Review: feishu_task add_members/remove_members + applink
Verdict: ✅ ApprovedClean, well-structured PR. The new Minor suggestions (non-blocking)
Neither of these affect functionality — just documentation accuracy. |
- 新增 list_tasklists action,动态查询可用的任务清单(返回 guid + name) - create 时支持 tasklists 参数,将任务归入指定清单 - 新增 validateTasklists 校验函数 - 更新 system prompt 说明 list_tasklists 和 tasklists 用法 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Claude finished @lishuceo's task in 52s —— View job PR Review: feishu_task add_members/remove_members + applink
Verdict: ✅ ApprovedNo issues with confidence ≥ 75 found. This is a clean, well-structured PR. What's good:
Previous review notes (from first review comment): The two stale-comment suggestions (lines 11 and 139 in task.ts) from the prior review appear to still be present but are genuinely non-blocking documentation nits — line 11 comment says |
* feat: feishu_task 新增 add_members/remove_members + 创建返回 applink - 新增 add_members 和 remove_members action,支持创建后修改任务成员(执行者/关注者) - task create 返回值中包含正确的 applink URL,避免 agent 自行编造链接 - 更新 system prompt 中 feishu_task 工具描述,标注新 action 和链接使用规则 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat: feishu_task 新增 list_tasklists + create 支持 tasklists 归属清单 - 新增 list_tasklists action,动态查询可用的任务清单(返回 guid + name) - create 时支持 tasklists 参数,将任务归入指定清单 - 新增 validateTasklists 校验函数 - 更新 system prompt 说明 list_tasklists 和 tasklists 用法 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
add_members和remove_membersaction,支持创建任务后修改成员(执行者/关注者),解决之前只能在 create 时设置 members 的限制create返回值中包含正确的applinkURL (https://applink.feishu.cn/client/todo/detail?guid=xxx),避免 agent 自行编造错误链接feishu_task工具描述,标注新 action 和链接使用规则Test plan
🤖 Generated with Claude Code