Skip to content

Releases: eddiman/adjutant

Adjutant v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 22:39

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 setup

Or 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 setup

What'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

See README for full documentation.

Adjutant v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 22:01

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 setup

Or 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 setup

What'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

Choose a tag to compare

@github-actions github-actions released this 02 Mar 16:09

Install

curl -fsSL https://raw.githubusercontent.com/eddiman/adjutant/main/scripts/setup/install.sh | bash

What'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

See README for full documentation.

Adjutant v0.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 14:21

Install

curl -fsSL https://raw.githubusercontent.com/eddiman/adjutant/main/scripts/setup/install.sh | bash

What'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

See README for full documentation.