jeanclode
The CLI runner for Jeanclode — a self-hosted autonomous coding agent. A URL (or an explicit subcommand) selects a workflow; the workflow orchestrates deterministic activities and LLM-backed agents through the Claude Agent SDK.
Run from a bare terminal it renders a Rich progress UI. As a container entrypoint it emits structured JSON on stdout for the backend to consume.
Install
pip install jeanclode
# or
uv tool install jeanclode
Requires Python 3.14+ and a working Claude Code
setup (claude on PATH, authenticated).
Usage
# Code review on a GitHub PR (default for a PR URL)
jeanclode https://github.com/org/repo/pull/123
# PR summary instead of review
jeanclode summary https://github.com/org/repo/pull/123
# GitLab MR review (gitlab.com or self-hosted)
jeanclode https://gitlab.com/group/project/-/merge_requests/42
jeanclode review https://gitlab.example.com/group/project/-/merge_requests/42
# Interactive setup (tokens, model, defaults)
jeanclode config
Flags: --repo, --related-repo (repeatable), --dry-run, --debug,
--model.
code-review, pr-summary and echo are the workflows that run from a bare
terminal invocation. The rest — sentry-fix, issue-resolve,
jeanclode-respond — run only as the container entrypoint, since their CI-gate,
labeling and review loop depend on the backend's webhook loop.
License
AGPL-3.0
Release files for jeanclode 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jeanclode-1.0.1.tar.gz | 192.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jeanclode-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 425.3 kB
Release files / jeanclode-1.0.1.tar.gz
| Download URL | jeanclode-1.0.1.tar.gz |
|---|---|
| Size | 192.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ddffb6355f554a9090ac478c8bbc29378959caa3ccc167ae670cd0809bf34d8
|
|
BLAKE2b-256 checksum How to use checksums |
3b2b661c5d1806faeb0b822e40cf5d2a6ca37f6c7fa9e2006755a445fbdc8f3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / jeanclode-1.0.1-py3-none-any.whl
| Download URL | jeanclode-1.0.1-py3-none-any.whl |
|---|---|
| Size | 232.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2a6f75c50f9423ee20f02761d1733f7aa129ee6e5e0e676a69ffdc49b35ab29b
|
|
BLAKE2b-256 checksum How to use checksums |
02474d9be1e3783216b7ebf3b1863c03c05e7fe6049d846b6f44de532968f348
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|