Releases: eddiman/adjutant
Release list
Adjutant v0.2.0
Install
git clone https://github.com/eddiman/adjutant.git /path/to/adjutant
cd /path/to/adjutant
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/adjutant setupOr download the tarball:
curl -fsSL https://github.com/eddiman/adjutant/releases/download/v0.2.0/adjutant-v0.2.0.tar.gz -o adjutant.tar.gz
tar xzf adjutant.tar.gz
cd adjutant-v0.2.0
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/adjutant setupWhat's included
This release contains the Adjutant framework — Python source, setup wizard, templates, prompts, docs, and tests.
It does not include the web dashboard, docs site, personal identity files, journals, or configuration.
The setup wizard will create those for you.
Requirements
- Python 3.11+
- OpenCode or Claude Code CLI
- Telegram bot token
See README for full documentation.
Adjutant v0.1.0
Install
git clone https://github.com/eddiman/adjutant.git /path/to/adjutant
cd /path/to/adjutant
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/adjutant setupOr download the tarball:
curl -fsSL https://github.com/eddiman/adjutant/releases/download/v0.1.0/adjutant-v0.1.0.tar.gz -o adjutant.tar.gz
tar xzf adjutant.tar.gz
cd adjutant-v0.1.0
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/adjutant setupWhat's included
This release contains the Adjutant framework — Python source, setup wizard, templates, and tests.
It does not include any personal identity files, journals, or configuration.
The setup wizard will create those for you.
Requirements
- Python 3.11+
- opencode
- Telegram bot token (optional — CLI-only mode supported)
See README for full documentation.
Adjutant v0.0.2
Install
curl -fsSL https://raw.githubusercontent.com/eddiman/adjutant/main/scripts/setup/install.sh | bashWhat's included
This release contains the Adjutant framework — scripts, wizard, templates, and tests.
It does not include any personal identity files, journals, or configuration.
The setup wizard will create those for you.
Requirements
- bash 4+
- curl
- jq
- opencode
See README for full documentation.
Adjutant v0.0.1
Install
curl -fsSL https://raw.githubusercontent.com/eddiman/adjutant/main/scripts/setup/install.sh | bashWhat's included
This release contains the Adjutant framework — scripts, wizard, templates, and tests.
It does not include any personal identity files, journals, or configuration.
The setup wizard will create those for you.
Requirements
- bash 4+
- curl
- jq
- opencode
See README for full documentation.