feat: support raw content fetch responses - #85
Merged
Merged
Conversation
Turanic
marked this pull request as ready for review
July 29, 2026 11:55
Turanic
reviewed
Jul 29, 2026
| datetime.date, YYYY-MM-DD, or full ISO datetime string. If None, sources will | ||
| not be filtered by an end date. | ||
| datetime.date, YYYY-MM-DD, or full ISO datetime string. If None, defaults to the | ||
| current date. |
There was a problem hiding this comment.
Remark: Verified from the code in base-search.dto.ts, the correction looks legit.
Turanic
approved these changes
Jul 29, 2026
Co-authored-by: william <william@linkup.so>
Turanic
force-pushed
the
cursor/platform-sdk-sync-20260729-fetch-content
branch
from
July 29, 2026 11:59
78061a0 to
abc14e2
Compare
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.
Description
The public fetch API replaced deprecated raw-HTML-only handling with
includeRawContent,rawContent, andcontentType. This adds the Pythonicinclude_raw_content,raw_content, andcontent_typesurface to sync and async fetch calls and fetch tasks, while retaining deprecated compatibility fields. It also updates fetch examples and correctsto_datedefault documentation.Checklist
prekon this project (for instance with themake install-devcommand) before creating any commit, or I have run successfully themake lintcommand on my changes.make typecheck testcommand on my changes.README.mdif my changes affected it.Validation:
make lint typecheck test(106 tests passed).