You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename all references from codebeep/CodeBeep to beeperclaw/BeeperClaw
across source code, configs, docs, Dockerfile, and tests.
- Rename src/codebeep/ -> src/beeperclaw/
- Rename com.mihai.codebeep.plist -> com.mihai.beeperclaw.plist
- Update all imports, class names, CLI entrypoints, and documentation
- Update Docker container name and user
- Update pyproject.toml package name and URLs
**codebeep** is a self-hosted AI coding agent that lets you assign coding tasks from your phone via [Beeper](https://beeper.com) (Matrix protocol). It integrates with [OpenCode](https://opencode.ai) to provide the same powerful coding capabilities you have on desktop, but accessible from anywhere.
7
+
**beeperclaw** is a self-hosted AI coding agent that lets you assign coding tasks from your phone via [Beeper](https://beeper.com) (Matrix protocol). It integrates with [OpenCode](https://opencode.ai) to provide the same powerful coding capabilities you have on desktop, but accessible from anywhere.
8
8
9
9
Inspired by [OpenClaw](https://github.com/openclaw/openclaw) - a personal AI assistant that runs on your own devices and answers on channels you already use.
Copy file name to clipboardExpand all lines: docs/ARCHITECTURE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# codebeep Architecture
1
+
# beeperclaw Architecture
2
2
3
3
## Overview
4
4
5
-
codebeep is a Matrix bot that bridges mobile messaging (via Beeper) to the OpenCode coding agent. This allows developers to assign coding tasks from their phone and have them executed on their development machine.
5
+
beeperclaw is a Matrix bot that bridges mobile messaging (via Beeper) to the OpenCode coding agent. This allows developers to assign coding tasks from their phone and have them executed on their development machine.
6
6
7
7
## System Architecture
8
8
@@ -32,7 +32,7 @@ codebeep is a Matrix bot that bridges mobile messaging (via Beeper) to the OpenC
0 commit comments