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

improvement: add persistent memory setting to SubAgent/SubAgentFlow nodes#541

Merged
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
Feb 7, 2026
Merged

improvement: add persistent memory setting to SubAgent/SubAgentFlow nodes#541
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

@breaking-brake
Copy link
Copy Markdown
Owner

@breaking-brake breaking-brake commented Feb 7, 2026

Summary

Add support for Claude Code's persistent memory (memory field) to SubAgent and SubAgentFlow nodes, enabling cross-conversation knowledge retention with user, project, or local scopes.

Closes #540

What Changed

Before

  • SubAgent and SubAgentFlow nodes had no way to configure persistent memory
  • Exported .md files did not include memory in frontmatter

After

  • Memory dropdown (user / project / local) available in PropertyOverlay for both node types
  • Memory badge displayed on canvas nodes when set
  • Exported frontmatter includes memory field
  • Link to official Persistent Memory documentation (per-language)

Changes

  • src/shared/types/workflow-definition.ts - Add memory field to SubAgentData and SubAgentFlowNodeData
  • src/webview/src/components/PropertyOverlay.tsx - Add Memory dropdown with doc reference link (2 sections)
  • src/webview/src/components/nodes/SubAgentNode.tsx - Add memory badge
  • src/webview/src/components/nodes/SubAgentFlowNode.tsx - Add memory badge
  • resources/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 keys
  • src/webview/src/i18n/translations/{en,ja,ko,zh-CN,zh-TW}.ts - Add translations

Testing

  • Manual E2E testing completed

🤖 Generated with Claude Code

…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>
@breaking-brake breaking-brake merged commit b48acd7 into main Feb 7, 2026
3 checks passed
@breaking-brake breaking-brake deleted the improvement/540-sub-agent-persistent-memory branch February 7, 2026 11:04
@breaking-brake breaking-brake mentioned this pull request Feb 7, 2026
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))
@braking-brake-semantic-release
Copy link
Copy Markdown

🎉 This PR is included in version 3.20.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Persistent Memory configuration to Sub Agent / Sub Agent Flow nodes

1 participant

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