index
:
llamachat
feature/external-providers
master
Native PySide6 chat client for a local llama.cpp router
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test_llamachat.py
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-09
feat: resolve model metadata in layers and compute cost
Danilo M.
1
-0
/
+183
2026-08-09
fix: reject non-finite prices and escape a model named DEFAULT
Danilo M.
1
-24
/
+42
2026-08-09
feat: store per-model metadata in models.ini
Danilo M.
1
-0
/
+98
2026-08-09
fix: warn when [[providers.local]] discards its fields
Danilo M.
1
-0
/
+42
2026-08-09
fix: survive malformed provider config at startup
Danilo M.
1
-0
/
+92
2026-08-09
feat: expose the provider table from config
Danilo M.
1
-0
/
+42
2026-08-09
docs: stop crediting from None with secret hygiene
Danilo M.
1
-2
/
+3
2026-08-09
fix: sharpen key resolution errors, rename KeyResolutionError
Danilo M.
1
-4
/
+44
2026-08-09
feat: resolve provider API keys from pass, env or literal
Danilo M.
1
-0
/
+103
2026-08-09
fix: skip unusable provider names, name the split ceiling
Danilo M.
1
-1
/
+18
2026-08-09
feat: namespace model ids by provider and filter model lists
Danilo M.
1
-0
/
+67
2026-08-09
fix: stop a partial [providers.local] from deleting the local provider
Danilo M.
1
-0
/
+20
2026-08-09
feat: parse provider definitions from config
Danilo M.
1
-0
/
+57
2026-08-01
feat: model-written titles, fix empty replies after search
Danilo M.
1
-5
/
+156
2026-07-31
fix: cap searches at one per turn
Danilo M.
1
-0
/
+6
2026-07-31
feat: web search via SearXNG
Danilo M.
1
-6
/
+583
2026-07-31
fix: keep reasoning out of the reply body
Danilo M.
1
-0
/
+51
2026-07-31
feat: add Ctrl+N and Ctrl+F shortcuts
Danilo M.
1
-0
/
+108
2026-07-31
feat: add a history panel toggle
Danilo M.
1
-0
/
+76
2026-07-31
feat: add context meter and file-based system prompts
Danilo M.
1
-0
/
+175
2026-07-31
feat: initial release of llamachat 0.1.0
v0.1.0
Danilo M.
1
-0
/
+514