Skip to content

v2.0.39 - Agent sub-element activation fix

Choose a tag to compare

@mickdarling mickdarling released this 31 Jul 16:07
· 86 commits to main since this release
10c66c6

What's fixed

  • Agent sub-element activation (#2432): activates: references (canonical filename slugs like security-analyst) never resolved elements whose metadata carries display names (Security Analyst), so agents silently ran without their declared personas and skills — while their tool sandbox still fully applied. The lookup now matches exact names first, then falls back to the same filename normalization used when elements are saved; degenerate references (empty or separator-only) warn instead of resolving. (#2433)

⚠️ Behavior change

Agents that previously ran bare will start loading their full declared context (personas and skills) after upgrading — expect richer agent behavior from shipped defaults such as code-reviewer. This is the intended design finally working; no action needed, but agent outputs may noticeably improve.

Full Changelog: v2.0.38...v2.0.39