fix: auto-clean orphan entities on purge; fix graph camera zoom; optimize system prompt

This commit is contained in:
root
2026-04-28 16:27:49 +08:00
parent aefaea7b90
commit ad382602f2
32 changed files with 1033 additions and 1299 deletions

View File

@ -42,7 +42,7 @@ class ConfigSection(Vertical):
yield Input(
value=self._config.model,
placeholder="deepseek-chat",
placeholder="deepseek-v4-flash",
id="model-input"
)