v4 of cc-thingz is out.
Portable AI coding for Claude Code, Codex CLI, Gemini CLI, and Pi.
One source of truth. Native exports per tool. Shared skills use canonical `SKILL.md` plus target overlays.
Pi also gets the hooks.
https://t.co/mliyAPlH7g
๐ ccgram v3 is out.
Manage AI coding agents from Telegram via tmux. One Forum topic = one tmux window = one agent. Claude, Codex, Gemini, Pi, or plain shell โ your pick, per topic.
What's new ๐งต
โ Gemini CLI v0.40+ caught up (PR #66 by @Canx)
Gemini switched to append-only JSONL transcripts. ccgram now reads them incrementally via byte offsets, dedups repeated message ids and tool_use ids.
/status snapshots work for Gemini windows now.
๐จ Configurable topic emoji color scheme (PR #68)
CCGRAM_STATUS_MODE=system (default): ๐ข = working
CCGRAM_STATUS_MODE=user: ๐ข = idle, ready
Pick what green means based on how you scan your topic list. Two valid mental models.
๐ Tool-call hiding (PR #65 by @byheaven)
Tired of agents flooding your topic with tool_use / tool_result during heavy file/grep work?
CCGRAM_HIDE_TOOL_CALLS=true โ globally suppressed
/toolcalls โ cycle per-topic: default โ shown โ hidden
Hook events still come through.
๐ ccgram v3 โ manage Claude, Codex, Gemini, Pi & shell from Telegram via tmux.
New: hide tool-call noise per topic, configurable status color scheme, Gemini CLI v0.40+ JSONL support, experimental Mini App dashboard.
uv tool install ccgram
https://t.co/mdAQJUDVQW
Podman advertises a Docker-compatible socket.
Point the Docker SDK at it and 90% of calls just work.
I spent this month finding the 10%.
Pumba v1.1.0 ships native Podman support today. Thread on the landmines. ๐งต
Landmine #1: ContainerExecStart.
Docker: accepts ExecStartOptions{} โ no attach, no detach. Works.
Podman: rejects it. "must provide at least one stream to attach to."
One API. Four callsites. ~60 mock tests. Same SDK, different answer.
๐ ccgram v2.11.0 โ Pi joins Claude Code, Codex, and Gemini as a first-class provider.
Manage AI coding agents from Telegram via tmux. One topic = one tmux window = one agent. Run all four side-by-side.
uv tool install ccgram
https://t.co/NQIZygFJxV
Your terminal, from your phone. Not an emulator โ a gateway ๐
CCGram v2.3: type "check disk usage" in Telegram โ LLM turns it into du -sh * | sort -rh โ tap Run โ see the output
๐๏ธ Voice too. ๐ BYOK any LLM.
https://t.co/Kuiw12CcMj #claude#codex#gemini#tmux
๐ CCGram v2.3: control your terminal from Telegram via tmux
๐ฌ Natural language โ ๐ค LLM generates shell command โ ๐ approve โ ๐ฒ output streams back
๐๏ธ Voice commands too
๐ Switch between shell, Claude Code, Codex, Gemini
https://t.co/pU3KPl4bqS #claude#codex#gemini
CCGram v2.1.0
๐ค Voice messages โ speak to Claude/Codex/Gemini from Telegram
๐ก Remote Control โ start Claude Code remote-control sessions from your phone
๐ Universal discovery โ control any tmux session running AI agents
+3 new contributors
https://t.co/fbbqmCxLpe