Skip to content

feat(config): vf config memory accepts builtin|claude-mem|off#505

Merged
magicpro97 merged 1 commit into
mainfrom
feat/memory-config-mode
Jul 2, 2026
Merged

feat(config): vf config memory accepts builtin|claude-mem|off#505
magicpro97 merged 1 commit into
mainfrom
feat/memory-config-mode

Conversation

@magicpro97

Copy link
Copy Markdown
Owner

Closes #490

Closes #490

Signed-off-by: magicpro97 <magicpro97@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 2, 2026 11:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the vf config memory subcommand to support explicit memory backend modes (builtin, claude-mem, off) while preserving backward compatibility for on → builtin, aligning CLI UX with the builtin memory recall plan (Issue #490).

Changes:

  • Extend vf config memory to accept builtin|claude-mem|off (plus on as an alias for builtin) and print the active mode name in status/output.
  • Update CLI help text to document the new modes and semantics.
  • Expand tests to cover the new modes and updated output expectations.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
test/config.test.ts Updates/extends tests for new memory mode values and status output behavior.
src/commands/help.ts Updates help/usage strings to reflect `builtin
src/commands/config-decision.ts Implements new mode parsing/validation and updates status/output formatting to print mode names.

Comment thread test/config.test.ts
@magicpro97 magicpro97 merged commit 41aad5e into main Jul 2, 2026
3 checks passed
@magicpro97 magicpro97 deleted the feat/memory-config-mode branch July 2, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(config): vf config memory accepts builtin|claude-mem|off

2 participants