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
fix(cli): align termite model directory between setup and index
hasModel/pullModel used ~/.termite/models but the running Antfly server
looked in ~/.antfly/models, causing "model not found" during indexing
despite setup reporting the model as ready. Both now use a shared
--models-dir pointing at the server's data directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix `dev setup` reporting model ready while `dev index` fails with "model not found". The CLI's `hasModel`/`pullModel` used `~/.termite/models` but the running server looked in `~/.antfly/models`. Both now use a shared `--models-dir` pointing at the server's data directory.
Copy file name to clipboardExpand all lines: website/content/updates/index.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ What's new in dev-agent. We ship improvements regularly to help AI assistants un
9
9
10
10
---
11
11
12
+
## v0.10.3 — Fix Setup/Index Model Directory Mismatch
13
+
14
+
*March 30, 2026*
15
+
16
+
**Fixed `dev setup` reporting model ready while `dev index` fails with "model not found".**
17
+
18
+
-`hasModel`/`pullModel` used `~/.termite/models` but the running Antfly server looked in `~/.antfly/models` — both now use a shared `--models-dir` pointing at the server's data directory
19
+
- Improved model name matching to avoid false positives from substring collisions
0 commit comments