V1.0.0#16
Open
m-brtn wants to merge 6 commits into
Open
Conversation
- post_comment/edit_comment accept markdown (mutually exclusive with content), Comment.content_version - get_space_members filters bot members; Tree icon added - deprecate non-markdown document write methods and Task.update_task_description - adapt tests to Lexical document format; docs updated Co-authored-by: Cursor <cursoragent@cursor.com>
BREAKING CHANGE: removes the TipTap/JSON document API and DSL from the SDK: - get_json_document/replace_json_document/append_json_document/replace_document/append_document and their models - vaiz.helpers.document_structure (all node builders, node types, EmbedType) - Task.get_task_description now returns Markdown; Task.update_task_description accepts Markdown Markdown methods (replace/append/get_markdown_document) are the only content interface. Tests and examples migrated to markdown; docs cleaned up; CHANGELOG includes a migration guide. Server-side JSON endpoints are untouched, so older SDK versions keep working. Co-authored-by: Cursor <cursoragent@cursor.com>
Mentions in markdown documents and comments are now converted to live mention nodes by the backend transformer and survive round-trips. Co-authored-by: Cursor <cursoragent@cursor.com>
The `get_comments()` method now returns comment content as Markdown, including mentions formatted as `@[label](kind:id)`. Legacy comments with a `content_version` other than `2` are returned as raw HTML. Documentation and tests have been updated to reflect these changes.
Introduced a field validator in the Task model to convert null values for the 'types' field into an empty list, ensuring consistent data handling from the API. This change improves robustness when dealing with tasks that may not have associated types.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Changed the homepage URL in the pyproject.toml file from the GitHub repository link to the new documentation site link, ensuring users are directed to the appropriate resource for SDK information.
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.
No description provided.