Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2cd9d5f

Browse filesBrowse files
chore(release): 3.20.0 [skip ci]
## [3.20.0](v3.19.2...v3.20.0) (2026-02-07) ### Features * add Roo Code skills integration (export & run) ([#543](#543)) ([913eba0](913eba0)) ### Improvements * add persistent memory setting to SubAgent and SubAgentFlow nodes ([#541](#541)) ([b48acd7](b48acd7)) * add Roo Code skills detection and documentation ([#545](#545)) ([5db6252](5db6252)) * simplify Skill node description in exported MD files ([#547](#547)) ([3fc1f6c](3fc1f6c))
1 parent 0b36353 commit 2cd9d5f
Copy full SHA for 2cd9d5f

5 files changed

+18-6Lines changed: 18 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.20.0](https://github.com/breaking-brake/cc-wf-studio/compare/v3.19.2...v3.20.0) (2026-02-07)
2+
3+
### Features
4+
5+
* add Roo Code skills integration (export & run) ([#543](https://github.com/breaking-brake/cc-wf-studio/issues/543)) ([913eba0](https://github.com/breaking-brake/cc-wf-studio/commit/913eba0746d55daaa34f07f9ef338736a09bc94a))
6+
7+
### Improvements
8+
9+
* add persistent memory setting to SubAgent and SubAgentFlow nodes ([#541](https://github.com/breaking-brake/cc-wf-studio/issues/541)) ([b48acd7](https://github.com/breaking-brake/cc-wf-studio/commit/b48acd7eef701da7d843a48fe97d8bcda0b83919))
10+
* add Roo Code skills detection and documentation ([#545](https://github.com/breaking-brake/cc-wf-studio/issues/545)) ([5db6252](https://github.com/breaking-brake/cc-wf-studio/commit/5db6252666653ed5c4b688c7ea9aedfb035363d9))
11+
* simplify Skill node description in exported MD files ([#547](https://github.com/breaking-brake/cc-wf-studio/issues/547)) ([3fc1f6c](https://github.com/breaking-brake/cc-wf-studio/commit/3fc1f6cad9da0dbf74fa9d2cde63c120899e91a1))
12+
113
## [3.19.2](https://github.com/breaking-brake/cc-wf-studio/compare/v3.19.1...v3.19.2) (2026-02-06)
214

315
### Bug Fixes
Collapse file

‎package-lock.json‎

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cc-wf-studio",
33
"displayName": "CC Workflow Studio - for Claude Code, Copilot, Codex, Roo Code",
44
"description": "Accelerate Claude Code, GitHub Copilot, Codex CLI, Roo Code automation with a visual workflow editor",
5-
"version": "3.19.2",
5+
"version": "3.20.0",
66
"publisher": "breaking-brake",
77
"icon": "resources/icon.png",
88
"repository": {
Collapse file

‎src/webview/package-lock.json‎

Copy file name to clipboardExpand all lines: src/webview/package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎src/webview/package.json‎

Copy file name to clipboardExpand all lines: src/webview/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-wf-studio-webview",
3-
"version": "3.19.2",
3+
"version": "3.20.0",
44
"private": true,
55
"license": "AGPL-3.0-or-later",
66
"type": "module",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.