Releases: ThisaST/Frontier-Proxy
Releases · ThisaST/Frontier-Proxy
Release list
v0.6.2
v0.6.1
Release v0.6.0
What's Changed
- feat: v0.6.0 — routing receipts, branch review, agent comparison, uni… by @ThisaST in #1
- fix(branches): merge without a configured git identity by @ThisaST in #2
- fix(ui): stop a saved queue width from collapsing the Tasks view by @ThisaST in #3
- feat: add new agents for engine orchestration, invariant review, prov… by @ThisaST in #4
New Contributors
Full Changelog: v0.5.3...v0.6.0
Release v0.5.3
Release v0.5.2
Release v0.5.1
Release v0.5.0
feat: update version to 0.5.0 in package.json and index.html
Release v0.4.2
feat: enhance MCP server context handling and improve task retry func…
Release v0.4.1
feat: update version to 0.4.1 and enhance task detail view with inspe…
Release v0.4.0
feat: enhance task detail view and file handling - Added styles for the task detail view, including header, summary, and context cards. - Introduced syntax highlighting support for various programming languages using highlight.js. - Removed unused ContextWindowInfo interface from shared types. - Added TaskFileContent interface to manage task file details. - Implemented tests for conversation provider selection, ensuring proper handling of task continuation and provider switching. - Created tests for task file inspection, validating file loading and syntax mapping. - Enhanced provider process adapter tests to handle intentional aborts correctly.