Alex Newman
Alex Newman
[BUG] Unnecessary approval prompts for chained bash commands with curl interrupts development flow
## Environment - Platform (select one): - [ ] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [x] Other: Claude Code (CLI tool) -...
## Environment - Platform (select one): - [X] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: -...
**Describe the bug** No way to access admin. Link to /web is 404 checked app routes /admin goes to a login /workspace redirects to that login can't log in, no...
## Summary Major cleanup and refactoring of the claude-mem hooks codebase, reducing complexity while improving type safety and maintainability. This work eliminates dead code, extracts shared utilities, and moves business...
## Summary - Export memories to portable JSON format with search filtering and project-based filtering - Import memories with automatic duplicate prevention - Comprehensive documentation in docs/public/usage/export-import.mdx ## Changes ###...
## Summary - **SQLite Migration**: Replaced better-sqlite3 with bun:sqlite for zero native dependencies - **Process Management**: Created native ProcessManager and worker-cli replacing PM2 - **Build System**: Updated shebangs to use...
## Summary - Add translation script (`scripts/translate-readme/`) using Claude Agent SDK for automated README translation - Translate README to 22 languages organized in tiers: - **Tier 1**: Chinese, Japanese, Brazilian...
## Summary - **Migrates from PM2 to Bun** for worker process management, simplifying the runtime architecture - **Replaces better-sqlite3 with bun:sqlite** - eliminates native compilation issues across platforms - **Adds...