v1.5.3

usestrix/strixv1.5.3Aug 10, 2026by github-actions[bot]

AI Summary

This release focuses on stability improvements for the LLM integration and container/browser session management. It resolves issues with tool calls, session reclaiming, environment persistence, and browser profile handling.

Key Highlights

  • Fixed LLM tool calls by omitting parallel_tool_calls on tool-less requests
  • Improved container management by reclaiming abandoned browser sessions and keeping environment variables alive
  • Corrected browser profile writing permissions by writing as root
  • Enhanced OpenRouter attribution by sending app attribution directly on the request

Full Release Notes

## What's Changed
* fix(llm): omit parallel_tool_calls on tool-less requests by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1029
* fix(container): reclaim abandoned browser sessions by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1034
* fix(container): keep the browser env alive where image ENV is dropped by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1035
* fix(container): write the browser profile as root by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1039
* fix(llm): send OpenRouter app attribution on the request itself by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1045
* chore: release v1.5.3 by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/1046


**Full Changelog**: https://github.com/usestrix/strix/compare/v1.5.2...v1.5.3