feat(coding-agent): add Hugging Face llama search

This commit is contained in:
Mario Zechner
2026-07-17 17:13:39 +02:00
parent f1a466b19d
commit 3da591ab74
6 changed files with 458 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
### Added
- Added built-in llama.cpp router support with `/login` connection setup and `/llama` model downloads, explicit loading, unloading, and live progress. See [llama.cpp](docs/llama-cpp.md).
- Added built-in llama.cpp router support with `/login` connection setup and `/llama` Hugging Face model search and downloads, explicit loading, unloading, and live progress. See [llama.cpp](docs/llama-cpp.md).
- Added extension registration for complete pi-ai providers, including native authentication, model refresh, filtering, and streaming behavior.
### Fixed