Commit Graph
7 Commits
Author SHA1 Message Date
RaresKeY f372a27619 fix: normalize Gemma 4 thought-channel output (#2224) 2026-06-04 19:26:58 +02:00
Denis Kutuzov (Rybak27)andCalculator Dev d1ae4c1a93 fix: auto-naming for 24h time format (#1374)
* fix: auto-naming for 24h time format

needs_auto_name() required AM/PM suffix for default
frontend-generated names like 'deepseek-v4-flash 17:46:02'.
Frontend uses toLocaleTimeString() which outputs 24h
format in most locales — so the regex never matched and
auto-naming silently skipped.

Made AM/PM optional and added re.IGNORECASE for 'am'/'pm'.

* test: add regression tests for needs_auto_name (24h + 12h + custom)

---------

Co-authored-by: Calculator Dev <dev@calculator.local>
2026-06-03 14:14:34 +09:00
Vykos 94d54b5872 Harden session endpoint owner scope (#1308) 2026-06-03 02:40:22 +09:00
red person b5d7a011a6 Chat: use cached endpoint model ids before probing 2026-06-02 21:00:58 +09:00
Tushar-Projects 043d33b6ab Background tasks: respect active session model fallback 2026-06-02 20:57:42 +09:00
Alexander KenleyandAlex Kenley 28e352d97d feat(ai): add OpenRouter and Ollama Cloud providers (#231)
Co-authored-by: Alex Kenley <Alex.Kenley@threatvectorsecurity.com>
2026-06-01 14:26:10 +09:00
pewdiepie-archdaemon e5c99a5eee Odysseus v1.0 2026-05-31 23:58:26 +09:00