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
Copy file name to clipboardExpand all lines: ChangeLog.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable user-facing changes to Swival.
4
4
5
+
## 1.0.31
6
+
7
+
- Streaming now shows the model's thinking as it arrives.
8
+
- Significant improvements to context management and compaction have been implemented.
9
+
- When a model isn't found on the server, the error is now actually helpful: it lists the models the server reports, suggests the closest match to what you typed, and, if the server happens to serve exactly one model, quietly switches to it and retries instead of failing.
10
+
-`/audit` and documentation improvements have been made.
11
+
5
12
## 1.0.30
6
13
7
14
- Swival now supports Apple Foundation Models as an LLM backend via `--provider applefm`. Point it at an `fm serve` instance (defaults to `http://127.0.0.1:1976/v1`) and choose `--model system` for the on-device model or `--model pcc` for Private Cloud Compute.
0 commit comments