Skip to content

Commit 8e9cc75

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 06f1e64 commit 8e9cc75

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.28
2121

2222
* [3.28](/update-notes/v3.28) (Combined)
23+
* [3.28.14](/update-notes/v3.28.14) (2025-09-30)
2324
* [3.28.13](/update-notes/v3.28.13) (2025-09-29)
2425
* [3.28.12](/update-notes/v3.28.12) (2025-09-29)
2526
* [3.28.11](/update-notes/v3.28.11) (2025-09-29)

docs/update-notes/v3.28.14.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
description: Adds GLM-4.6 support for the z.ai provider with a 200k context window and availability across international and mainland APIs.
3+
keywords:
4+
- roo code 3.28.14
5+
- new features
6+
- bug fixes
7+
image: /img/v3.28.14/v3.28.14.png
8+
---
9+
10+
# Roo Code 3.28.14 Release Notes (2025-09-30)
11+
12+
This patch adds GLM-4.6 support for the z.ai provider, enabling a 200k context window and availability across both international and mainland APIs.
13+
14+
<img src="/img/v3.28.14/v3.28.14.png" alt="Roo Code v3.28.14 Release" width="600" />
15+
16+
## Provider Updates
17+
18+
### GLM‑4.6 on Z.ai
19+
20+
We’ve added the GLM‑4.6 model to the Z.ai provider (thanks dmarkey!) ([#8408](https://github.com/RooCodeInc/Roo-Code/pull/8408)). What you get:
21+
22+
- 200k (204,800) token context window for longer files and multi‑turn conversations
23+
- Better real‑world coding performance, including cleaner front‑end output
24+
- Improved reasoning with tool‑use support for steadier multi‑step tasks
25+
- Stronger agent behavior for search/tool workflows
26+
27+
To use it, select GLM‑4.6 under the Z.ai provider in Settings.

docs/update-notes/v3.28.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ This gives teams a higher-capacity OpenAI option without extra configuration.[#8
151151
* **SambaNova models**: Added DeepSeek-V3.1 and GPT-OSS 120B to the SambaNova provider (thanks snova-jorgep!) ([#8186](https://github.com/RooCodeInc/Roo-Code/pull/8186))
152152

153153
* **Supernova 1M context**: Upgrades the default Supernova to roo/code-supernova-1-million (1,000,000‑token context). Existing settings auto‑migrate; expect fewer truncations on long tasks. ([#8330](https://github.com/RooCodeInc/Roo-Code/pull/8330))
154+
* **Z.ai GLM‑4.6**: Adds GLM‑4.6 model support with a 200k (204,800) context window and availability across both international and mainland API lines (thanks dmarkey!) ([#8408](https://github.com/RooCodeInc/Roo-Code/pull/8408))
154155

155156
## Misc Improvements
156157

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.28',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.28', label: '3.28 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.28.14', label: '3.28.14' },
226227
{ type: 'doc', id: 'update-notes/v3.28.13', label: '3.28.13' },
227228
{ type: 'doc', id: 'update-notes/v3.28.12', label: '3.28.12' },
228229
{ type: 'doc', id: 'update-notes/v3.28.11', label: '3.28.11' },

static/img/v3.28.14/v3.28.14.png

1.19 MB
Loading

0 commit comments

Comments
 (0)