Building a Unified Model of software Systems

08 / Changelog

New updates and improvements

Track every improvement, feature release, and bug fix across WEB, IDE, agents, and integrations.

Release timeline

v1.12

/ Feature improvement

Agent configuration support

Configure custom agent behaviors using repository configuration files.

Configuration:

  • Use assistant.md and agent.md to define how agents plan tasks, interact with tools, and generate output across your workflow.
  • Run the platform with your own frontend interface while keeping the core engine intact
  • Build custom UI layers and still use the agent orchestration system, tools, and model integrations

Improvements:

  • Improved project indexing for faster agent analysis
  • Faster response generation when working with large repositories
  • Improved model switching performance across providers

Bug fixes:

  • Fixed session restore issues in IDE mode
  • Fixed agent routing inconsistencies in complex workflows
  • Improved sandbox isolation stability
v1.11

/ New release

Preview workspace

Preview environments now include an interactive workspace where generated code and changes can be inspected before applying them to the main project.

Improvements

  • Faster preview build generation
  • Improved diff visualization for generated code
  • Better error messages during agent execution

Bug fixes:

  • Fixed preview environment timeout issues
  • Fixed inconsistent file rendering in WEB mode
v1.10

/ New release

Session timeline

Sessions now keep a timeline of agent activity so users can track planning steps, generated code, and applied changes.

Improvements

  • Faster session restore
  • Improved context tracking between agent runs
  • Better history navigation inside the IDE

Bug fixes:

  • Fixed session export issues
  • Fixed missing context in long workflows