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
Branch
Commit message
Author
Age
feature/external-providers
fix: web search on DeepSeek and other reasoning models
Danilo M.
3 weeks
master
Added comment to remind how to upgrade in case of system qt bump
Danilo M.
34 hours
Tag
Download
Author
Age
v0.3.0
llamachat-0.3.0.tar.gz
llamachat-0.3.0.zip
Danilo M.
6 weeks
v0.2.1
llamachat-0.2.1.tar.gz
llamachat-0.2.1.zip
Danilo M.
6 weeks
v0.2.0
llamachat-0.2.0.tar.gz
llamachat-0.2.0.zip
Danilo M.
6 weeks
v0.1.0
llamachat-0.1.0.tar.gz
llamachat-0.1.0.zip
Danilo M.
6 weeks
Age
Commit message
Author
Files
Lines
34 hours
Added comment to remind how to upgrade in case of system qt bump
HEAD
master
Danilo M.
1
-0
/
+15
2026-08-25
fix: keep one-shot skills loaded until New
Danilo M.
5
-14
/
+78
2026-08-25
fix: honor skills_enabled on restore, and final-review polish
Danilo M.
6
-4
/
+80
2026-08-25
docs: document skills support
Danilo M.
2
-0
/
+38
2026-08-25
feat: stream skill_loaded events and show loaded-skill chips
Danilo M.
2
-4
/
+33
2026-08-25
feat: inject loaded skills into the system prompt and load from text
Danilo M.
2
-1
/
+143
2026-08-25
docs: generic skill names in plan test fixtures
Danilo M.
1
-47
/
+47
2026-08-25
test: use generic skill names in fixtures
Danilo M.
1
-41
/
+41
2026-08-25
feat: dispatch the tool loop over web_search and load_skill
Danilo M.
2
-18
/
+259
2026-08-25
feat: persist loaded skills per session
Danilo M.
2
-0
/
+53
[...]