fix(feishu): card content type, text parsing, reply truncation, parent_id fallback - #17709
Closed
resurgence wants to merge 1 commit into
Closed
fix(feishu): card content type, text parsing, reply truncation, parent_id fallback#17709resurgence wants to merge 1 commit into
resurgence wants to merge 1 commit into
Conversation
…arent_id REST fallback
Cherry-pick from origin/fix/feishu-card-content-and-text-parsing onto upstream/main:
- card_msg_content_type='user_card_content' for interactive message detail API
- Add 'text' tag to _collect_text_segments for card text extraction
- Increase action lines limit from 12 to 100
- Raise reply_to_text limit from 500 to 3000 chars with Chinese truncation marker
- session_id injection via event._session_id
- _fetch_message_detail REST fallback for missing parent_id
- History-aware reply marker
Also applied async build_channel_directory from stash@{0}:
- startup: await build_channel_directory
- reconnect: await build_channel_directory
- cron ticker: run_coroutine_threadsafe with 10s timeout
Collaborator
|
Likely duplicate of #10336 — same Feishu card/text/truncation fixes with identical title and scope. |
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