diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7af9d..7e96f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ --- +## [v0.39.1] — 2026-04-08 + +### Bug Fixes +- **_ENV_LOCK deadlock resolved.** The environment variable lock was held for + the entire duration of agent execution (including all tool calls and streaming), + blocking all concurrent requests. Now the lock is acquired only for the brief + env variable read/write operations, released before the agent runs, and + re-acquired in the finally block for restoration. + +--- + ## [v0.39.0] — 2026-04-08 ### Security (12 fixes — PR #171 by @betamod, reviewed by @nesquena-hermes) diff --git a/static/index.html b/static/index.html index 3af9c3a..67ad9f1 100644 --- a/static/index.html +++ b/static/index.html @@ -14,7 +14,7 @@