Skip to content

Conversation

@hannesrudolph
Copy link
Collaborator

@hannesrudolph hannesrudolph commented Oct 28, 2025

This PR adds the Roo Code v3.29.2 release notes and navigation updates.\n\nIncluded:\n- v3.29.2 notes (provider update, QOL improvement, 2 bug fixes)\n- Index + sidebar updates\n- Chutes AI provider docs: add LongCat-Flash-Thinking-FP8 (128K) and GLM-4.6-FP8 (200K) with selection guidance\n\nImage fallback applied due to corrupt hero asset.\n\nChangelog alignment: includes PRs #8426, #8437, #8860, #8864; excludes meta #8865, #8866.


Important

Adds v3.29.2 release notes, updates navigation, and applies image fallback for missing asset.

  • Release Notes:
    • Adds v3.29.2.mdx with provider updates, QOL improvements, and bug fixes.
    • Includes Chutes AI models LongCat-Flash-Thinking-FP8 and GLM-4.6-FP8.
    • Fixes provider caching and free-model pricing display.
  • Navigation:
    • Updates index.md to include v3.29.2.
    • Updates sidebars.ts to include v3.29.2 in the sidebar.
  • Misc:
    • Applies image fallback due to corrupt hero asset.
    • Aligns changelog with PRs #8426, #8437, #8860, #8864.

This description was created by Ellipsis for 33d8c4a. You can customize this summary. It will automatically update as commits are pushed.

Copilot AI review requested due to automatic review settings October 28, 2025 20:24
@hannesrudolph hannesrudolph requested a review from cte as a code owner October 28, 2025 20:24
@vercel
Copy link

vercel bot commented Oct 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
roo-code-docs Ready Ready Preview Comment Oct 28, 2025 8:25pm

@roomote
Copy link
Contributor

roomote bot commented Oct 28, 2025

Review Complete

No issues found. The PR correctly:

  • Adds v3.29.2 release notes with proper frontmatter and content structure
  • Updates the index with the new version entry
  • Adds sidebar navigation for v3.29.2
  • Enhances release-notes-writer workflow heuristics for better changelog matching

All changes follow established patterns and conventions.

Follow Along on Roo Code Cloud

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for Roo Code version 3.29.2, a patch release that includes provider updates (Chutes AI models), QOL improvements to settings text, and bug fixes for provider caching and free-model pricing display. The PR also enhances the release notes generation workflow with a detailed fuzzy-matching algorithm for linking changelog bullets to PRs.

  • Added release notes documentation file for v3.29.2
  • Updated navigation sidebars and index to include the new version
  • Enhanced PR-matching heuristics in the release notes writer workflow with detailed algorithm specifications

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
docs/update-notes/v3.29.2.mdx New release notes document for version 3.29.2 detailing provider updates, QOL improvements, and bug fixes
docs/update-notes/index.md Added v3.29.2 entry to the version history index
sidebars.ts Added v3.29.2 navigation entry to the 3.29 category in the sidebar configuration
.roo/rules-release-notes-writer/1_main_workflow.xml Expanded heuristics for fuzzy-matching changelog bullets to PRs with detailed algorithm, thresholds, and tie-breakers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +16 to +21
This patch adds higher-context Chutes AI models, cleans up settings text, and fixes provider caching and free‑model pricing display.


## Provider Updates

* Chutes AI: Add LongCat‑Flash‑Thinking‑FP8 models (200K, 128K) for longer coding sessions with faster, cost‑effective performance (thanks leakless21!) ([#8426](https://github.com/RooCodeInc/Roo-Code/pull/8426))
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent use of non-breaking hyphens (‑) in 'LongCat‑Flash‑Thinking‑FP8' and 'cost‑effective'. These should use standard hyphens (-) for consistency with standard markdown formatting.

Suggested change
This patch adds higher-context Chutes AI models, cleans up settings text, and fixes provider caching and freemodel pricing display.
## Provider Updates
* Chutes AI: Add LongCatFlashThinkingFP8 models (200K, 128K) for longer coding sessions with faster, costeffective performance (thanks leakless21!) ([#8426](https://github.com/RooCodeInc/Roo-Code/pull/8426))
This patch adds higher-context Chutes AI models, cleans up settings text, and fixes provider caching and free-model pricing display.
## Provider Updates
* Chutes AI: Add LongCat-Flash-Thinking-FP8 models (200K, 128K) for longer coding sessions with faster, cost-effective performance (thanks leakless21!) ([#8426](https://github.com/RooCodeInc/Roo-Code/pull/8426))

Copilot uses AI. Check for mistakes.
- Keyword boost: +0.05 when provider/model/domain keywords (e.g., OpenAI, Claude, Grok, Chutes, Qwen, LongCat, etc.) appear in both
Confidence thresholds:
- score ≥ 0.65 (after boosts) → linked (confident). Treat as changelog-referenced.
- 0.45 ≤ score < 0.65 OR multiple candidates within 0.05 → ambiguous (needs review)
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition 'multiple candidates within 0.05' is ambiguous. Clarify whether this means 'multiple candidates with scores within 0.05 of each other' or 'within 0.05 of the threshold'.

Suggested change
- 0.45 ≤ score < 0.65 OR multiple candidates within 0.05 → ambiguous (needs review)
- 0.45 ≤ score < 0.65 OR multiple candidates with scores within 0.05 of each other → ambiguous (needs review)

Copilot uses AI. Check for mistakes.
@hannesrudolph hannesrudolph merged commit 9aa43f4 into main Oct 28, 2025
9 checks passed
@hannesrudolph hannesrudolph deleted the docs/release-notes/v3.29.2 branch October 28, 2025 21:09
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants