Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.0](https://github.com/mkappworks-dev/code-bench-app/compare/v0.12.0...v0.13.0) (2026-05-10)


### Features

* **chat:** chat experience overhaul — badges, status dots, Ayu code, phase pills, apply-diff card, agent question card ([#94](https://github.com/mkappworks-dev/code-bench-app/issues/94)) ([072664c](https://github.com/mkappworks-dev/code-bench-app/commit/072664cbeb4bf8efb23284c64a1ef85995ae003d))

## [0.12.0](https://github.com/mkappworks-dev/code-bench-app/compare/v0.11.0...v0.12.0) (2026-05-09)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: code_bench_app
description: "Desktop AI coding assistant — chat, run tools, and edit files on your local repo"
publish_to: "none"

version: 0.12.0
version: 0.13.0

environment:
sdk: ^3.8.0
Expand Down
Loading