Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:26

Highlights

  • Setup wizard and diagnostics: Added an interactive setup wizard that guides initial configuration, integrated dashboard setup steps, and introduced probe doctor for troubleshooting. The wizard now leaves behind a functional probe command for ongoing use.
  • Memory management: Increased MCP memory limits from 512Mi to 1Gi to prevent out-of-memory errors during operation.
  • Ephemeral sandbox tooling: Added probe.sandbox-state/1 for temporary sandbox state capture without persistent recording.
  • Client asset retirement: Removed the client asset surface following research-os cutover, updated artifact versioning to match client parity, and corrected documentation accordingly.

What's Changed

Other changes

  • feat(sandbox-state): probe.sandbox-state/1 ephemeral sandbox capture tool by @mahitoburrito in #54
  • feat(cli): reach the artifact version chain (#134 client parity) by @richardwei6 in #55
  • fix: regenerate uv.lock for 0.9.2 by @richardwei6 in #56
  • feat: retire the client asset surface (research-os #143 cutover) by @richardwei6 in #57
  • docs: correct the capabilities comment after the asset retirement by @richardwei6 in #58
  • feat: probe setup wizard, probe doctor, verified capture-off by @richardwei6 in #59
  • feat(setup): fold the dashboard's collapsed sections into the wizard, add npx entry by @richardwei6 in #60
  • fix(mcp): raise the memory limit to 512Mi after an OOMKill by @richardwei6 in #61
  • fix(wizard): leave a real probe behind, and call it the wizard by @richardwei6 in #62
  • fix(mcp): raise the memory limit to 1Gi, the quota ceiling by @richardwei6 in #63

Full Changelog: v0.9.0...v0.10.0