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
## Summary
- Update `LEMONADE_VERSION` from 9.3.0 to 10.0.0 in
`src/gaia/version.py`
- Fix `.deb` package naming change: `lemonade_` → `lemonade-server_`
(v10.0.0 renamed the asset)
- Update all download URLs and version references in docs
(`cpp/setup.mdx`, `cpp/README.md`, `docs.json`)
- Update installer code, tests, and doc version checker to match new
naming
## Verified
- All 4 download URLs return HTTP 302 (valid): `.msi` (full + minimal),
`.deb`, release page
- Old `.deb` naming (`lemonade_10.0.0_amd64.deb`) returns 404 —
confirmed breaking change
- 42/42 unit tests pass (`tests/unit/test_init_command.py`)
## Test plan
- [ ] Verify `gaia init` downloads and installs Lemonade 10.0.0 on
Windows
- [ ] Verify `gaia init` downloads and installs Lemonade 10.0.0 on Linux
- [ ] CI workflows pick up new version via `LEMONADE_VERSION`
- [ ] Run `python util/check_doc_versions.py` to confirm all doc
references are consistent
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Copy file name to clipboardExpand all lines: cpp/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,23 @@ Included demos:
28
28
29
29
The agent connects to an OpenAI-compatible LLM server at `http://localhost:8000/api/v1` by default. The reference backend is [Lemonade Server](https://github.com/amd/lemonade), which runs models locally on AMD hardware.
30
30
31
-
Download and install Lemonade Server v9.3.0, then start it:
31
+
Download and install Lemonade Server v10.0.0, then start it:
0 commit comments