github esengine/DeepSeek-Reasonix v0.28.0
v0.28.0 — subagent allowed-tools + max_iters + built-in types

latest releases: desktop-v1.11.1, v1.11.1, npm-v1.11.1-rc.1...
one month ago

Subagent capability sharpened on three axes (umbrella #316):

  • Skill allowed-tools frontmatter now scopes the spawned subagent's tool registry. Skill authors can finally restrict a subagent to read-only or task-specific tools without forking the registry by hand. (#317 / #320)
  • max_iters is now a public field on the spawn_subagent tool schema, clamped to 1-32 at the boundary. Verify-style tasks can run cheap (6-8 iters); broad explore tasks can ask for 24+. Defaults still 16. (#318 / #321)
  • Built-in type: "explore" | "verify" on spawn_subagent — two ready-to-use personas with tailored system prompts and iter budgets, selectable inline without authoring a skill. Caller's system / max_iters always override the type's defaults. (#319 / #322)

Full changelog: https://github.com/esengine/deepseek-reasonix/blob/main/CHANGELOG.md#0280--2026-05-06

Don't miss a new DeepSeek-Reasonix release

NewReleases is sending notifications on new releases.