Skip to content

Commit 5fa894d

Browse files
chore(release): 0.12.0 [skip ci]
# [0.12.0](v0.11.0...v0.12.0) (2026-05-28) ### Features * **desktop:** auto-discover Honcho instances on localhost ([#1](#1)) ([7355884](7355884)) * **web:** add dialectic reasoning playground ([2340e65](2340e65)) * **web:** add Dream Output Viewer ([f318555](f318555)) * **web:** add live dream progress panel with adaptive polling ([17f8a5a](17f8a5a)) * **web:** add Peer Card Seed Kits ([650bfd7](650bfd7)) * **web:** show sidebar last updated status ([7cf94aa](7cf94aa))
1 parent 0d86a96 commit 5fa894d

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.12.0](https://github.com/offendingcommit/openconcho/compare/v0.11.0...v0.12.0) (2026-05-28)
2+
3+
4+
### Features
5+
6+
* **desktop:** auto-discover Honcho instances on localhost ([#1](https://github.com/offendingcommit/openconcho/issues/1)) ([7355884](https://github.com/offendingcommit/openconcho/commit/735588405106af59eb76bfd60a681253c76f9c1e))
7+
* **web:** add dialectic reasoning playground ([2340e65](https://github.com/offendingcommit/openconcho/commit/2340e65028b8e1c47ee081de16210b85408cc380))
8+
* **web:** add Dream Output Viewer ([f318555](https://github.com/offendingcommit/openconcho/commit/f318555c82b37a66fcd2c8c744f19350f06acee9))
9+
* **web:** add live dream progress panel with adaptive polling ([17f8a5a](https://github.com/offendingcommit/openconcho/commit/17f8a5a7bfa965c4643616fa9b39ce7b6b36e007))
10+
* **web:** add Peer Card Seed Kits ([650bfd7](https://github.com/offendingcommit/openconcho/commit/650bfd7b280edb8c5e85d1cccb5171fdf40ecb8e))
11+
* **web:** show sidebar last updated status ([7cf94aa](https://github.com/offendingcommit/openconcho/commit/7cf94aa03f31fc1738ba9e9a19e965f279bc4e7c))
12+
113
# [0.11.0](https://github.com/offendingcommit/openconcho/compare/v0.10.0...v0.11.0) (2026-05-28)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"packageManager": "pnpm@10.33.2",
66
"engines": {
77
"node": ">=22",

packages/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)