Telegram bridge for Codex, Claude Code, and other agent CLIs.
Project description
yee88
telegram bridge for codex, claude code, opencode, pi.
quickstart
# install
uv tool install -U yee88
# first run - follow the setup wizard
yee88
# in any git repo - create a topic and start
cd ~/your-project
yee88 topic init
yee88
features
- projects and worktrees: work on multiple repos/branches simultaneously, branches are git worktrees
- stateless resume: continue in chat or copy the resume line to pick up in terminal
- progress streaming: commands, tools, file changes, elapsed time
- parallel runs across agent sessions, per-agent-session queue
- works with telegram features like voice notes and scheduled messages
- file transfer: send files to the repo or fetch files/dirs back
- group chats and topics: map group topics to repo/branch contexts
- works with existing anthropic and openai subscriptions
requirements
uv for installation (curl -LsSf https://astral.sh/uv/install.sh | sh)
python 3.14+ (uv python install 3.14)
at least one engine on PATH: codex, claude, opencode, or pi
usage
cd ~/dev/happy-gadgets
yee88
send a message to your bot. prefix with /codex, /claude, /opencode, or /pi to pick an engine. reply to continue a thread.
register a project with yee88 init happy-gadgets, then target it from anywhere with /happy-gadgets hard reset the timeline.
mention a branch to run an agent in a dedicated worktree /happy-gadgets @feat/memory-box freeze artifacts forever.
inspect or update settings with yee88 config list, yee88 config get, and yee88 config set.
plugins
takopi supports entrypoint-based plugins for engines, transports, and commands.
see docs/how-to/write-a-plugin.md and docs/reference/plugin-api.md.
development
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yee88-0.1.0.tar.gz.
File metadata
- Download URL: yee88-0.1.0.tar.gz
- Upload date:
- Size: 836.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3ac93d261a0509987bebd7a977ea98acabe2d4ca67f8ea8666136b1d4051d4e
|
|
| MD5 |
41aa7f99ced7b122ee1741b1132f98cb
|
|
| BLAKE2b-256 |
6711c6a49b088b14104346ee15b46cff9c6af64d8bc952c4d8fc841c7e3b5998
|
File details
Details for the file yee88-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yee88-0.1.0-py3-none-any.whl
- Upload date:
- Size: 170.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
315b6124aa4b605e6791b220f479e04b107e04e1d1a6d69e7be79f988d2710ea
|
|
| MD5 |
a76ecf773066ec258622e94ce6efaf71
|
|
| BLAKE2b-256 |
b1cb41b017683e5dd4cce1427f56e9abbc84815bf22cb21e3feaa7e3f651de01
|