Releases: sidpalas/deputies
Releases · sidpalas/deputies
v0.10.0
12 Jun 18:19
Compare
Sorry, something went wrong.
No results found
0.10.0 (2026-06-12)
Continuous Integration
add deployment smoke workflow (668f333 )
make compose smoke script executable (92f9e36 )
match release please commit scope (c5b386d )
skip tests on release commits (2c7273e )
Features
control-plane: compact finalized text deltas (#61 ) (1de90fb )
control-plane: configure daytona sandbox resources (b89d2a7 )
control-plane: support Deputies previews inside sandboxes (#63 ) (f53050b )
Bug Fixes
control-plane: clear high dependency audit advisories (86ad0d5 )
control-plane: finalize stale runs with no recoverable messages (b1a8b00 )
control-plane: use timing-safe generic webhook auth (ad21838 )
docker: remove stale patches copy (9c08b79 )
sandbox-bridge: harden preview proxy failures (a3e8fd6 )
web: preserve early events for new sessions (#65 ) (ae1dbd1 )
Chores
add eslint baseline (fd46fe0 )
align repo housekeeping docs and vitest (9ce53b5 )
control-plane: upgrade flue runtime to 0.11.1 (8c379cf )
fix eslint baseline violations (28573f6 )
Documentation
clarify flue session fresh-start impact (ddf29e4 )
harden inner app preview runbook (42ca671 )
update implementation plan statuses (01d7dea )
Performance Improvements
control-plane: page global event listing (4454a5f )
control-plane: page session event replay (f036c76 )
Code Refactoring
control-plane: segregate store interfaces (70be981 )
web: extract access groups admin hook (6a8695d )
Tests
control-plane: add cross-group access matrix (2883cf4 )
web: make responsive e2e api mocks origin agnostic (7f46408 )
v0.9.0
11 Jun 14:54
Compare
Sorry, something went wrong.
No results found
0.9.0 (2026-06-11)
Continuous Integration
Features
Bug Fixes
control-plane: expose instrumented store methods (1decd61 )
include browser milestones package in docker builds (d1cde8f )
Performance Improvements
control-plane: cut hot-path database query load (#59 ) (0a3fa65 )
web: decouple session detail from outputs (37d721e )
web: optimize heavy session rendering (1b5f964 )
v0.8.0
09 Jun 23:09
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-06-09)
Features
add scheduled automations (#55 ) (d64296e )
web: align access group creation flow (00a40f0 )
Bug Fixes
web: prevent mobile sidebar trigger overlap (c8f7fa7 )
v0.7.0
08 Jun 14:35
Compare
Sorry, something went wrong.
No results found
0.7.0 (2026-06-08)
Features
control-plane: add web search tool (a4553ef )
www: add blog image generator (664c6d6 )
Chores
v0.6.4
05 Jun 17:31
Compare
Sorry, something went wrong.
No results found
0.6.4 (2026-06-05)
Bug Fixes
container: update vulnerable image dependencies (7ba776e )
web: simplify chat scroll behavior (da1cae8 )
v0.6.3
03 Jun 22:22
Compare
Sorry, something went wrong.
No results found
0.6.3 (2026-06-03)
Bug Fixes
control-plane: install GitHub CLI for Pi gh tool (#49 ) (e359eae )
v0.6.2
03 Jun 20:11
Compare
Sorry, something went wrong.
No results found
0.6.2 (2026-06-03)
Bug Fixes
sandbox: isolate agent command environments (8c46eb1 )
web: batch deputy progress updates (e7982ab )
v0.6.1
03 Jun 15:09
Compare
Sorry, something went wrong.
No results found
0.6.1 (2026-06-03)
Bug Fixes
v0.6.0
03 Jun 03:20
Compare
Sorry, something went wrong.
No results found
0.6.0 (2026-06-03)
Features
docker-compose: add 1password env injection (3c49a64 )
Bug Fixes
preview auth proxying through sandbox bridge (#45 ) (f17072f )
web: disable static demo service links (482256b )
Chores
docker-compose: add stack teardown tasks (902f883 )
v0.5.0
01 Jun 04:06
Compare
Sorry, something went wrong.
No results found
0.5.0 (2026-06-01)
⚠ BREAKING CHANGES
GitHub product login env vars changed. Removed AUTH_GITHUB_ADMIN_ORGANIZATIONS, AUTH_GITHUB_VIEWER_USERS, AUTH_GITHUB_VIEWER_ORGANIZATIONS, and UNSAFE_AUTH_GITHUB_ALLOW_ALL_VIEWERS. Use AUTH_GITHUB_ALLOWED_USERS, AUTH_GITHUB_ALLOWED_ORGANIZATIONS, AUTH_GITHUB_DEFAULT_GROUP_ROLE, and UNSAFE_AUTH_GITHUB_ALLOW_ALL instead.
RUNNER_MODEL is removed; use RUNNER_MODEL_DEFAULT to configure the default runner model.
Features