-
-
Notifications
You must be signed in to change notification settings - Fork 397
Description
Version Channel setting not visible in Web UI Settings
Problem Statement
The Version Channel setting for enabling Beta Features (Endless Mode) is not appearing in the Web UI settings page as documented. Users attempting to enable Endless Mode cannot find the required configuration option.
Environment
- Claude-mem Version: 7.2.3
- Claude Code Version: 2.0.69
- Node.js: v20.19.1
- Bun: 1.3.4
- OS: macOS 26.1 (x64)
- Platform: darwin
- Worker Status: Running (PID: 35922, Port: 37777)
- Database: Exists at
~/.claude-mem/claude-mem.db(4.00 KB)
Steps to Reproduce
- Navigate to http://localhost:37777/
- Click on "Settings"
- Look for "Version Channel" setting
Expected Behavior
The Settings page should display a "Version Channel" option that allows switching to "Try Beta (Endless Mode)" as described in the documentation.
Actual Behavior
The Settings page displays the following sections instead:
- Preview of recent context
- Observations
- Settings
- Filters
- Token Economics
- Display
- Advanced Settings for:
- Model Selection
- Worker Port
- MCP Search Server
- Include Last Message
The "Version Channel" setting is completely absent from the UI.
Relevant Configuration
Current settings from ~/.claude-mem/settings.json:
CLAUDE_MEM_MODEL: claude-sonnet-4-5CLAUDE_MEM_WORKER_PORT: 37777CLAUDE_MEM_WORKER_HOST: 127.0.0.1CLAUDE_MEM_LOG_LEVEL: INFOCLAUDE_MEM_CONTEXT_OBSERVATIONS: 50
Additional Context
The worker is running normally with 2 active sessions and 10 SSE clients. Database initialization completed successfully with all migrations applied (up to migration004). There is a non-fatal Chroma backfill error due to missing uvx executable, but this appears unrelated to the missing UI setting.
