Document workspace auto-refresh in GitNexus skills.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-04 12:28:09 +02:00
parent 287c08ebfc
commit 284c73c77c
2 changed files with 25 additions and 0 deletions
+15
View File
@@ -102,6 +102,21 @@ Bez zabezpieczenia publicznie udostępniasz metadane repo, strukturę kodu i wyn
| Lokalny 4747 zajęty | `docker ps` — użyj kontenera, nie drugiego `serve` |
| Hermes bez MCP | REST: `gitnexus-search/scripts/gitnexus-search.py` |
## LocalAI (HTTP embeddings + chat LLM)
Opcjonalna integracja z LocalAI OpenAI-compatible API (np. `http://192.168.100.5:8070`):
| Zmienna | Opis |
|---------|------|
| `GITNEXUS_EMBEDDING_URL` | `http://<host>:8070/v1` — semantic search |
| `GITNEXUS_EMBEDDING_MODEL` | model z `/v1/models` (embeddings) |
| `GITNEXUS_EMBEDDING_DIMS` | wymiar wektora (musi zgadzać się z modelem) |
| `GITNEXUS_EMBEDDING_API_KEY` | Bearer token LocalAI |
| `GITNEXUS_LLM_BASE_URL` | `http://127.0.0.1:18070/v1` przez lokalny proxy (SSRF) |
| `GITNEXUS_API_KEY` / `GITNEXUS_MODEL` | chat / wiki LLM |
Setup: `one-gateway/coding-agent/37-gitnexus-localai-integration.md`
## Extended documentation (one-gateway)
- `coding-agent/31-gitnexus-deployment-report.md`