You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keep status/state outputs concise and obvious for small models; favor explicit fields over implicit behavior.
101
109
- Before adding new custom infrastructure, confirm an existing crate/tool already solves it acceptably.
102
110
- Distill durable session lessons back into this file when they affect future agent quality.
111
+
- Keep concerns separated within every `AGENTS.md`: product direction, capability usage, and workflow rules should each live in their own short subsection.
112
+
- Avoid mixing build commands into policy sections; route those details to `Justfile` so one file remains the executable build contract.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3
3
4
+
- - -
5
+
## v1.5.0 - 2026-04-19
6
+
#### Features
7
+
- ship the Windows desktop host further toward an operator control plane with richer tray state, persisted tray settings, and a basic Slint chat window backed by `rig-core`
8
+
- expose more host operational state and notification settings directly through the tray menu and persisted settings surface
9
+
#### Refactoring
10
+
- remove the mistaken `mistralrs` dependency from the host path and standardize the tray chat client on `rig-core` for OpenAI-compatible and local API backends
11
+
#### Tooling
12
+
- harden `Justfile` Cocogitto recipes with an `ensure-cog` guard so `just v`, `just validate`, `just changelog`, and `just release` self-check the binary before use
13
+
4
14
- - -
5
15
## v1.4.0 - 2026-04-17
6
16
#### Features
@@ -1601,4 +1611,4 @@ All notable changes to this project will be documented in this file. See [conven
1601
1611
1602
1612
- - -
1603
1613
1604
-
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
1614
+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
0 commit comments