Skip to content

Version Channel setting not visible in Web UI Settings #333

@adamdiggs

Description

@adamdiggs

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

  1. Navigate to http://localhost:37777/
  2. Click on "Settings"
  3. 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-5
  • CLAUDE_MEM_WORKER_PORT: 37777
  • CLAUDE_MEM_WORKER_HOST: 127.0.0.1
  • CLAUDE_MEM_LOG_LEVEL: INFO
  • CLAUDE_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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions