Skip to content

fix(status): report actual recall and capture configuration - #32

Open
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:status
Open

fix(status): report actual recall and capture configuration#32
abhinavkr26104 wants to merge 1 commit into
supermemoryai:mainfrom
abhinavkr26104:status

Conversation

@abhinavkr26104

@abhinavkr26104 abhinavkr26104 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes incorrect configuration reporting in /supermemory-status.

Changes

  • Read recall status from CONFIG.autoRecallEveryPrompt
  • Read capture frequency from CONFIG.captureEveryNTurns
  • Remove usage of deprecated autoSaveEveryTurns from status output
  • Add tests for enabled/disabled recall and capture reporting

Problem

Fresh installs incorrectly reported:

  • Recall on every prompt
  • Capture every three turns

even when the default configuration disables both.

Expected Behavior

The status command now accurately reflects the active runtime configuration, including disabled states and configured capture intervals.

Testing

  • Added/updated unit tests
  • Verified fresh-install configuration
  • Verified non-default configurations
  • Ran the full test suite successfully

Issue fixed: #31

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.

/supermemory-status reports incorrect recall and capture settings

1 participant