fix: feishu_doc create 支持同时写入内容,避免创建空文档 - #125
Merged
Merged
Conversation
create action 只创建空文档返回 token,agent 需分两步调用才能写入内容。 实际使用中 agent 经常只调 create 就返回结果,用户打开文档看到空内容。 现在 create 接受可选 content 参数,创建后自动写入 Markdown 内容。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Claude finished @lishuceo's task in 59s —— View job PR Review: fix: feishu_doc create 支持同时写入内容
✅ Approved — Clean, well-scoped change. What this PR does: Adds an optional Review findings: No issues found (confidence ≥ 75). Specifically verified:
|
lishuceo
added a commit
that referenced
this pull request
Apr 8, 2026
create action 只创建空文档返回 token,agent 需分两步调用才能写入内容。 实际使用中 agent 经常只调 create 就返回结果,用户打开文档看到空内容。 现在 create 接受可选 content 参数,创建后自动写入 Markdown 内容。 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feishu_doc的createaction 此前只创建空文档,agent 需要分两步(create → write)才能写入内容create就返回结果,用户打开文档看到空内容create接受可选content参数,创建后自动调用markdownToBlocks写入 Markdown 富文本内容Test plan
🤖 Generated with Claude Code