fix: Honcho auth, deepseek LLM config, and container rename #68
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/honcho-vector-dim-empty"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Honcho container fixes:
Auth: Enabled JWT authentication (
AUTH_USE_AUTH=true) withAUTH_JWT_SECRETfrom env vars. All profiles now have workspace-scoped JWTs for API access.LLM: Switched from
hermes-3via Ollama (model didn't exist → silent failures) todeepseek-v4-flashviahttps://opencode.ai/zen/go/v1. Embeddings stay onnomic-embed-textvia Ollama.Container name: Changed from
honcho-ui→honchoso Docker DNS resolveshonchoproperly (honcho.json files updated to match).Removed deprecated
VECTOR_STORE_DIMENSIONSenv var.Required .env additions:
Add to the infra
.envfile:Testing:
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.