synartesis 0.8.6 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
What changed, and why it mattered. Dates are release dates.
|
|
4
4
|
|
|
5
|
+
## 0.8.7 — 2026-09-22
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Two presets for people with no GPU.** The window has run free models since
|
|
10
|
+
it had a model picker -- Ollama, LM Studio and vLLM all need no key and
|
|
11
|
+
nothing leaves the machine -- but every one of those is free only if you own
|
|
12
|
+
the hardware to run it. **Groq** and **GitHub Models** are hosted, both have
|
|
13
|
+
a free tier, and neither wants a card: a GitHub token you already have is
|
|
14
|
+
enough for the second. Both speak `/v1/chat/completions`, so they are
|
|
15
|
+
presets rather than code, which is what the note at the head of that list
|
|
16
|
+
has always said any endpoint can be.
|
|
17
|
+
|
|
18
|
+
The note beside each says what it actually costs -- rate limited, and meant
|
|
19
|
+
for trying things rather than for a day's work -- because the failure worth
|
|
20
|
+
preventing here is somebody picking a free option and reading its quota
|
|
21
|
+
refusal as this window being broken. The same reason the local entries say
|
|
22
|
+
to pick a model that can call tools: the window is an MCP client, and a
|
|
23
|
+
model that cannot emit a tool call cannot drive it at all.
|
|
24
|
+
|
|
5
25
|
## 0.8.6 — 2026-09-22
|
|
6
26
|
|
|
7
27
|
A test I added in 0.8.5 failed the release build. The published package was
|