* Rename cmuxterm to cmux across entire codebase - Rename GitHub repos: manaflow-ai/cmuxterm -> manaflow-ai/cmux, manaflow-ai/homebrew-cmuxterm -> manaflow-ai/homebrew-cmux - Rename bundle IDs: com.cmuxterm.app -> com.cmux.app - Rename CLI: CLI/cmuxterm.swift -> CLI/cmux.swift - Rename homebrew submodule: homebrew-cmuxterm -> homebrew-cmux - Update all socket paths: /tmp/cmuxterm*.sock -> /tmp/cmux*.sock - Update all GitHub URLs, DMG names, Sparkle URLs - Update all source files, scripts, tests, docs, CI workflows * Bump version to 1.23.0
23 lines
769 B
Markdown
23 lines
769 B
Markdown
# TODO
|
|
|
|
## Command Palette
|
|
- [ ] Add cmd+shift+p palette with all commands
|
|
|
|
## Claude Code Integration
|
|
- [ ] Add "Install Claude Code integration" menu item in menubar
|
|
- Opens a new terminal
|
|
- Shows user the diff to their config file (claude.json, opencode config, codex config, etc.)
|
|
- Prompts user to type 'y' to confirm
|
|
- Implement as part of `cmux` CLI, menubar just triggers the CLI command
|
|
|
|
## Additional Integrations
|
|
- [ ] Codex integration
|
|
- [ ] OpenCode integration
|
|
|
|
## UI/UX Improvements
|
|
- [ ] Add question mark icon to learn shortcuts
|
|
- [ ] Notification popover: each button item should show outline outside when focused/hovered
|
|
- [ ] Notification popover: add right-click context menu to mark as read/unread
|
|
|
|
## Analytics
|
|
- [ ] Add PostHog tracking
|