gramps
|
193829b7ff
|
fix: resolve all critical runtime errors and bugs from audit
- Add COMPLETIONS_API_KEY to config.py (env var + auto-generated fallback)
- Fix perplexity auto-search: upstream sends logprobs=true, parse_llama_stream_chunk
extracts per-token logprobs, all_logprobs populated during streaming
- Fix all /api/models endpoints to target LLAMA_SERVER_BASE (port 8081) not OLLAMA_BASE
- Fix RAG embedding endpoint URL from port 11434 (Ollama) to 8081 (llama-server)
- Correct misleading error messages: 'inference server' not 'Ollama'
- Remove raw_results leak from SSE event stream in /api/search
- Fix weather query extractor: pattern-match instead of unconditional suffix append
- Escape FTS5 operator keywords (AND/OR/NOT/NEAR) in memory search
- Move auth.py BODY_LIMIT_DEFAULT_BYTES imports to module level
- Change RAG injection log level from warning to info
- Fix all 8 test files after modular refactor (rewire imports from correct modules)
- Update AGENTS.md and README.md to reflect v1.8.0 changes
|
2026-06-27 15:10:32 -07:00 |
|
|
|
4d1541412b
|
feat(skills): add phase-1 skill registry and toggles (v1.7.4)
|
2026-04-28 08:44:22 -07:00 |
|
|
|
250fec1f06
|
test(streaming): cover chat/search/memory paths (v1.7.3)
|
2026-04-28 08:31:01 -07:00 |
|
|
|
12188f3ad2
|
feat(errors): incident-key safe error envelopes (v1.7.2)
|
2026-04-27 16:56:17 -07:00 |
|
|
|
9589141521
|
feat(settings): allowlist /api/settings keys (v1.7.1)
|
2026-04-27 16:48:19 -07:00 |
|
|
|
76e4461b38
|
feat(security): add LAN IP allowlist and ingress guardrails
|
2026-04-27 16:43:21 -07:00 |
|
|
|
28aa40c42a
|
release: v1.6.1 link sanitization and backlog updates
|
2026-04-27 16:25:35 -07:00 |
|
|
|
81319f83d4
|
feat(auth): add guest/admin PIN security model and hardening
|
2026-04-27 10:09:53 -07:00 |
|