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.2.0
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.2.0.tar.gz | 197.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jeanclode-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 436.9 kB
Release files / jeanclode-1.2.0.tar.gz
| Download URL | jeanclode-1.2.0.tar.gz |
|---|---|
| Size | 197.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2700c6c918f46535f152d0393f3ef7aab6c88d0dad26242eb7f9a4b0d7a560e
|
|
BLAKE2b-256 checksum How to use checksums |
bf6cd6362b812db68061f90439bb45df3d459f4bd5dd708ffb3324f13d1367f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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.2.0-py3-none-any.whl
| Download URL | jeanclode-1.2.0-py3-none-any.whl |
|---|---|
| Size | 238.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7eb9e6964c8f9ea8d25d44b50af2246906e9800b5894484c7ab300ebb4dbbedd
|
|
BLAKE2b-256 checksum How to use checksums |
452d85599a4c637e718be54a3ed1759766a7476b74463d7dc8d705d075fc9a6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}
|