Skip to content

Conversation

@zerob13
Copy link
Collaborator

@zerob13 zerob13 commented Sep 26, 2025

Release Note / 发布说明

Version 0.3.7

English:

  • Added support for Qwen3-VL and Qwen3-Max (0924), including new model configuration options and thinking budget logic.
  • Upgraded vue-renderer-markdown to 0.0.54-beta.6, enhancing markdown rendering and custom component support.
  • Removed DOMPurify dependency and refactored MessageBlockThink/HTMLArtifact security handling.
  • Improved code organization: artifact processing logic, attribute configuration, and related refactors.
  • Fixed various style issues for KaTeX and code blocks, optimizing UI consistency.
  • Updated dependencies: added Katex, updated vue-use-monaco and other libraries for better compatibility.

中文:

  • 新增 Qwen3-VL、Qwen3-Max (0924) 支持,包含模型配置项和思考预算相关逻辑。
  • vue-renderer-markdown 升级至 0.0.54-beta.6,改进 Markdown 渲染和自定义组件支持。
  • 移除 DOMPurify 依赖,重构 MessageBlockThink/HTMLArtifact 安全处理方案。
  • 优化代码结构:重组 artifact 处理逻辑及属性配置相关重构。
  • 修复 KaTeX 和代码块等样式问题,提升界面一致性体验。
  • 依赖更新:新增 Katex,升级 vue-use-monaco 及其它相关库,增强兼容性。

(本版本为 Beta,欢迎试用并反馈问题。)

zerob13 and others added 7 commits September 23, 2025 18:42
…v-html` with vue-markdown-renderer (#931)

* refactor: remove DOMPurify dependency and replace MessageBlockThink `v-html` with vue-markdown-renderer

* chore: update
#934)

* refactor: update vue-renderer-markdown to 0.0.54-beta.6 and remove ReferenceNode component

* chore: format
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 26, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zerob13 zerob13 merged commit 23dd75d into main Sep 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants