release: v0.1.5

Since v0.1.4:
- fix(fs): Windows-safe atomic replace everywhere (util::fs::replace_file)
  — model+effort switches now persist on Windows; models cache and session
  state writes no longer fail silently under AV/indexer file locks
- fix(tui): a default-model persist failure keeps the live session's model
  instead of reverting the pick
- docs: AGENTS.md records the replace_file contract
This commit is contained in:
2026-07-22 19:55:30 -04:00
parent f403c38a94
commit b9b7e6c989
3 changed files with 71 additions and 63 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ members = [
]
[workspace.package]
version = "0.1.4"
version = "0.1.5"
edition = "2024"
license = "Apache-2.0"