feat: add remote worker architecture (#69) #70
No reviewers
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem!70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/remote-worker-69"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
src/types/remote/New Settings
CLAUDE_MEM_REMOTE_MODEfalseCLAUDE_MEM_REMOTE_URL""https://claude-mem.example.com)CLAUDE_MEM_REMOTE_TOKEN""CLAUDE_MEM_REMOTE_VERIFY_SSLtrueCLAUDE_MEM_REMOTE_TIMEOUT_MS"30000"Files Changed
New files:
src/types/remote/- Type definitions (config, auth, responses)src/shared/remote-config.ts- Remote config loading with cachingsrc/shared/remote-endpoint.ts- Endpoint configurationsrc/shared/fetch-with-auth.ts- Authenticated fetch wrappersrc/services/server/middleware/- Auth and rate limit middlewareModified files:
src/shared/SettingsDefaultsManager.ts- Added remote settingssrc/cli/handlers/*.ts- Remote/local mode supportsrc/services/server/Server.ts- Middleware integrationBug Fix
Also fixes pre-existing "Database not initialized" error on worker startup by changing
TagRoutesto use lazygetSessionStore()viaDatabaseManager.Test plan
Closes #69
🤖 Generated with Claude Code