Release history
sidpalas/deputies releases
All releases
10 shown
Config change
v0.5.0
Breaking risk
Auth
RBAC
Breaking upgrade
GitHub env var changes + RUNNER_MODEL removal
v0.4.0
Breaking risk
Breaking changes
- Replaced Flue-specific config names RUNNER_MODEL, RUNNER_MODEL_CHOICES, RUNNER_STATE_STORE, OPENAI_CODEX_AUTH_FILE, OPENAI_CODEX_AUTH_BASE64 and /models modelChoices response field with runner-oriented equivalents.
Security fixes
- Harden GitHub CLI tool file access
Notable features
- **control-plane:** added Pi runner
- **www:** added Astro MDX blog
- **www:** added Deputies launch blog post and Twitter embed component
Full changelog
0.4.0 (2026-06-01)
⚠ BREAKING CHANGES
- Replace Flue-specific runtime config names with runner-oriented names: RUNNER_MODEL, RUNNER_MODEL_CHOICES, RUNNER_STATE_STORE, OPENAI_CODEX_AUTH_FILE, OPENAI_CODEX_AUTH_BASE64, and the /models modelChoices response field.
Features
- add Deputies favicon (690a0c8)
- control-plane: add Pi runner (#40) (25b25f4)
- generalize runner model configuration (3dfd869)
- www: add Astro MDX blog (aa99716)
- www: add Deputies launch blog post (e7ec362)
- www: add Twitter embed component (0eb6e83)
Bug Fixes
- harden github cli tool file access (d74e0a5)
- remove raw Codex auth JSON env (e3f7769)
- web: handle fast new-session responses (84fc025)
- web: render new session stream events before detail refresh (#39) (1ac9031)
- www: stabilize scrollbar gutter (6e61574)
Chores
- www: remove subdir for template post (7e57ec1)