Skip to content

Commit afeaab5

Browse files
chore(main): release 0.15.6 (#288)
* chore(main): release 0.15.6 * chore: sync Cargo.lock to version bump --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf75c42 commit afeaab5

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.5"
2+
".": "0.15.6"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- **BREAKING**: Renamed the `[model]` section in `config.toml` to `[inference]` and reshaped it from a single `ollama_url` string into the providers schema described above. There is no backward-compatibility shim for the section name: if you had a custom `[model]` section, rename it to `[inference]` after upgrading; a flat `ollama_url` inside `[inference]` is migrated automatically.
2121
- Active model selection is now strictly Option-typed end to end: when nothing is installed and nothing is persisted, Thuki refuses to dispatch requests and surfaces a "Pick a model" prompt instead of falling back to a hardcoded slug. The previous `DEFAULT_MODEL_NAME` constant has been removed.
2222

23+
## [0.15.6](https://github.com/quiet-node/thuki/compare/v0.15.5...v0.15.6) (2026-07-01)
24+
25+
26+
### Bug Fixes
27+
28+
* show cold-start loading label during engine warmup ([#287](https://github.com/quiet-node/thuki/issues/287)) ([bf75c42](https://github.com/quiet-node/thuki/commit/bf75c4275476009599e7f63162270ec9db10ea46))
29+
2330
## [0.15.5](https://github.com/quiet-node/thuki/compare/v0.15.4...v0.15.5) (2026-07-01)
2431

2532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thuki",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"description": "A floating AI secretary for macOS with its own local AI engine",
55
"license": "Apache-2.0",
66
"repository": {

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.

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 = "thuki"
3-
version = "0.15.5"
3+
version = "0.15.6"
44
description = "Thuki: The context-aware floating secretary"
55
authors = ["Logan Nguyen"]
66
license = "Apache-2.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Thuki",
4-
"version": "0.15.5",
4+
"version": "0.15.6",
55
"identifier": "com.quietnode.thuki",
66
"build": {
77
"beforeDevCommand": "bun run frontend:dev",

0 commit comments

Comments
 (0)