improvement: add persistent memory setting to SubAgent/SubAgentFlow nodes#541
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Feb 7, 2026
improvement/540-sub-agent-persistent-memorybreaking-brake/cc-wf-studio:improvement/540-sub-agent-persistent-memoryCopy head branch name to clipboard
Merged
improvement: add persistent memory setting to SubAgent/SubAgentFlow nodes#541breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/540-sub-agent-persistent-memorybreaking-brake/cc-wf-studio:improvement/540-sub-agent-persistent-memoryCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/540-sub-agent-persistent-memorybreaking-brake/cc-wf-studio:improvement/540-sub-agent-persistent-memoryCopy head branch name to clipboard
Conversation
…ow nodes
- Add memory field ('user' | 'project' | 'local') to type definitions
- Add Memory dropdown to PropertyOverlay with documentation link
- Add memory badge to canvas nodes
- Add memory enum validation and schema definition
- Add memory to frontmatter export for .md files
- Add i18n translations for 5 languages
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Feb 7, 2026
## [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))
|
🎉 This PR is included in version 3.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Add support for Claude Code's persistent memory (
memoryfield) to SubAgent and SubAgentFlow nodes, enabling cross-conversation knowledge retention withuser,project, orlocalscopes.Closes #540
What Changed
Before
.mdfiles did not includememoryin frontmatterAfter
user/project/local) available in PropertyOverlay for both node typesmemoryfieldChanges
src/shared/types/workflow-definition.ts- Addmemoryfield toSubAgentDataandSubAgentFlowNodeDatasrc/webview/src/components/PropertyOverlay.tsx- Add Memory dropdown with doc reference link (2 sections)src/webview/src/components/nodes/SubAgentNode.tsx- Add memory badgesrc/webview/src/components/nodes/SubAgentFlowNode.tsx- Add memory badgeresources/workflow-schema.json- Add memory field definition (2 sections)src/extension/utils/validate-workflow.ts- Add memory enum validation (2 sections)src/extension/services/export-service.ts- Add memory to frontmatter export (2 functions)src/webview/src/i18n/translation-keys.ts- Add translation keyssrc/webview/src/i18n/translations/{en,ja,ko,zh-CN,zh-TW}.ts- Add translationsTesting
🤖 Generated with Claude Code