Skip to content

Releases: ThisaST/Frontier-Proxy

v0.6.2

Choose a tag to compare

@ThisaST ThisaST released this 02 Aug 14:05
f68d267

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@ThisaST ThisaST released this 01 Aug 07:43
d158504

What's Changed

  • feat: v0.6.1 — project file tree from Git, collapsible folders by @ThisaST in #5

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

Choose a tag to compare

@ThisaST ThisaST released this 01 Aug 07:01
b8e789e

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

Choose a tag to compare

@ThisaST ThisaST released this 31 Jul 09:56

Full Changelog: v0.5.2...v0.5.3

Release v0.5.2

Choose a tag to compare

@ThisaST ThisaST released this 31 Jul 08:35

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

Choose a tag to compare

@ThisaST ThisaST released this 29 Jul 05:59

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

Choose a tag to compare

@ThisaST ThisaST released this 27 Jul 15:50
feat: update version to 0.5.0 in package.json and index.html

Release v0.4.2

Choose a tag to compare

@ThisaST ThisaST released this 26 Jul 19:58
feat: enhance MCP server context handling and improve task retry func…

Release v0.4.1

Choose a tag to compare

@ThisaST ThisaST released this 26 Jul 16:53
feat: update version to 0.4.1 and enhance task detail view with inspe…

Release v0.4.0

Choose a tag to compare

@ThisaST ThisaST released this 26 Jul 15:36
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.