An agentic coding harness for the terminal. Bring your own API keys — hot-swap models mid-session with /providers use. No subscriptions.
pip install -e .
z --install # one-time setup wizard
z
Config lives in ~/.z.json:
{ "api_url": "https://api.z.ai/api/paas/v4/", "api_key": "sk-...", "model": "glm-4.7" }
z --telegram <token> and drive the agent from your phone.| Command | What |
|---|---|
/providers use <name> | Switch models mid-session |
/compact | Force context compaction |
/cost | Token usage and spend |
/todo | Todo panel |
!cmd | Run shell command |
Ctrl+T | Toggle reasoning effort |
Plugins: drop a .py in ~/.z/plugins/.
MIT
210 commits
Python
98.1%
Go
1.9%
An agentic coding harness for the terminal. Bring your own API keys — hot-swap models mid-session with /providers use. No subscriptions.
pip install -e .
z --install # one-time setup wizard
z
Config lives in ~/.z.json:
{ "api_url": "https://api.z.ai/api/paas/v4/", "api_key": "sk-...", "model": "glm-4.7" }
z --telegram <token> and drive the agent from your phone.| Command | What |
|---|---|
/providers use <name> | Switch models mid-session |
/compact | Force context compaction |
/cost | Token usage and spend |
/todo | Todo panel |
!cmd | Run shell command |
Ctrl+T | Toggle reasoning effort |
Plugins: drop a .py in ~/.z/plugins/.
MIT
210 commits
Python
98.1%
Go
1.9%