pewdiepie-archdaemon
f0b3c0bb83
Simplify cookbook scan use cases
2026-06-27 22:30:54 +00:00
pewdiepie-archdaemon
9aed141d96
Adjust cookbook serve control spacing
2026-06-27 22:29:56 +00:00
pewdiepie-archdaemon
2cf1e13cab
Clarify cookbook conda env support
2026-06-27 22:27:55 +00:00
pewdiepie-archdaemon
fe4aece553
Move serve memory fields left again
2026-06-27 22:25:25 +00:00
pewdiepie-archdaemon
e4fed9e85e
Adjust serve preset and memory field offsets
2026-06-27 22:15:07 +00:00
pewdiepie-archdaemon
61cf07eaf1
Align runtime note with serve presets
2026-06-27 22:13:20 +00:00
pewdiepie-archdaemon
d37abae084
Move core serve memory fields further left
2026-06-27 22:11:18 +00:00
pewdiepie-archdaemon
51aff00b13
Move core serve memory fields farther left
2026-06-27 22:10:15 +00:00
pewdiepie-archdaemon
1b0e0a118b
Move core serve memory fields left
2026-06-27 22:09:14 +00:00
pewdiepie-archdaemon
ef7e5f90ec
Add icons to cookbook engine filter
2026-06-27 22:01:23 +00:00
pewdiepie-archdaemon
36c8a0a3c3
Move vllm block size left again
2026-06-27 21:55:53 +00:00
pewdiepie-archdaemon
7246e416ac
Move vllm block size left
2026-06-27 21:54:18 +00:00
pewdiepie-archdaemon
d7193e7d0d
Move vllm attention farther right
2026-06-27 21:49:35 +00:00
pewdiepie-archdaemon
d614675da3
Lower CPU llama memory row
2026-06-27 21:48:19 +00:00
pewdiepie-archdaemon
4fa20023b4
Adjust CPU llama row and VRAM readout
2026-06-27 21:45:04 +00:00
pewdiepie-archdaemon
1a0f096b9b
Match launch command hover surface
2026-06-27 21:42:06 +00:00
pewdiepie-archdaemon
9eaf5b61b2
Darken cookbook launch command
2026-06-27 21:39:26 +00:00
pewdiepie-archdaemon
3f296e63d2
Nudge vllm attention field right
2026-06-27 21:38:34 +00:00
pewdiepie-archdaemon
721261402d
Increase llama mode toggle height
2026-06-27 21:37:11 +00:00
pewdiepie-archdaemon
0765c60790
Lower stabilized llama advanced block
2026-06-27 21:34:37 +00:00
pewdiepie-archdaemon
fc566cf31a
Stabilize llama advanced row spacing
2026-06-27 21:33:13 +00:00
pewdiepie-archdaemon
5d42e7616a
Tighten llama memory row gap again
2026-06-27 21:31:00 +00:00
pewdiepie-archdaemon
3c80d6adb4
Tighten llama memory row gap
2026-06-27 21:29:19 +00:00
pewdiepie-archdaemon
f860dffd5e
Tighten first llama advanced row gap
2026-06-27 21:28:14 +00:00
pewdiepie-archdaemon
989e083300
Fine tune llama advanced spacing
2026-06-27 21:25:37 +00:00
Solanki Sumit
df9907c09f
fix(health): report unhealthy memory vector store as degraded
...
Keep an unhealthy MemoryVectorStore instance available for health reporting instead of discarding it as disabled. This lets health checks report a degraded/down vector-store state while preserving focused regression coverage for initializer behavior.
2026-06-27 22:25:13 +01:00
pewdiepie-archdaemon
ca7be0d441
Adjust llama advanced top spacing
2026-06-27 21:23:39 +00:00
pewdiepie-archdaemon
fc6a6dc584
Lower cookbook serve top row
2026-06-27 21:20:27 +00:00
pewdiepie-archdaemon
cc784db006
Tint Ollama engine icon
2026-06-27 21:18:15 +00:00
pewdiepie-archdaemon
002eba779e
Refine llama advanced row spacing
2026-06-27 21:17:24 +00:00
pewdiepie-archdaemon
bab45142a5
Simplify llama MTP token input
2026-06-27 21:14:21 +00:00
pewdiepie-archdaemon
26adeb4d38
Nudge llama advanced rows right
2026-06-27 21:13:20 +00:00
pewdiepie-archdaemon
e0016ade5a
Tighten llama advanced vertical spacing
2026-06-27 21:12:12 +00:00
pewdiepie-archdaemon
079bac1634
Nudge vllm attention field
2026-06-27 21:11:18 +00:00
pewdiepie-archdaemon
a256747be9
Tighten llama advanced rows further
2026-06-27 21:10:38 +00:00
pewdiepie-archdaemon
70e106cdc2
Tighten llama advanced rows
2026-06-27 21:07:57 +00:00
pewdiepie-archdaemon
28974ae787
Limit cookbook spacing change to advanced tab
2026-06-27 21:05:07 +00:00
pewdiepie-archdaemon
7af3f15288
Color cookbook context fit notes
2026-06-27 21:02:10 +00:00
pewdiepie-archdaemon
da7c6a667b
Raise unified llama context estimate
2026-06-27 20:56:57 +00:00
pewdiepie-archdaemon
a40371d532
Clamp unified llama context estimate
2026-06-27 20:52:31 +00:00
Ricardo
3b4187e25d
fix(email): don't probe IMAP for send-only (SMTP-only) accounts ( #4830 )
...
An account configured with SMTP only (no imap_host) has no inbox, but the
inbox list path still called _imap_connect, which handed an empty host to
imaplib. imaplib.IMAP4("", 993) silently dials localhost:993 and fails with
"[Errno 111] Connection refused", so the email panel's poll logged a
"Failed to list emails" ERROR every ~60s and surfaced a scary error in the UI.
_imap_connect now fails fast with a typed EmailNotConfiguredError (subclass of
RuntimeError, so existing broad handlers keep working) when no imap_host is set,
and the inbox list returns an empty result for that case instead of an error.
SMTP send is unaffected.
2026-06-27 21:52:26 +01:00
pewdiepie-archdaemon
be4c4f2926
Add cookbook empty scan buttons
2026-06-27 20:48:24 +00:00
pewdiepie-archdaemon
8180e9cdb1
Rename email auto translate task
2026-06-27 20:46:45 +00:00
Alexandre Teixeira
20cf323ca4
test: split provider detection tests ( #4933 )
2026-06-27 21:46:33 +01:00
pewdiepie-archdaemon
23b844f113
Register email auto translate task
2026-06-27 20:43:56 +00:00
Alexandre Teixeira
2497160fd4
test: split llm-core temperature tests ( #4935 )
2026-06-27 22:02:41 +02:00
Afonso Coutinho
70d806019b
fix: tool results misthreaded to the wrong tool_call_id when a native call fails to convert ( #1917 )
...
* fix: tool results misthreaded when a native call fails to convert
* Unpack the third converted_calls return from _resolve_tool_blocks in the fenced-example tests
2026-06-27 19:31:17 +01:00
muhamed hamed
3e7af8634f
fix: improve uploaded document retrieval and deep research reuse ( #4784 )
...
* fix: improve uploaded document retrieval and deep research reuse
* test: add coverage for upload manifest and document pagination
* chore: rerun CI
* fix: restore _insert_before_latest_user helper
* fix(agent_loop): restore missing upload context helper
2026-06-27 19:24:17 +01:00
Solanki Sumit
7e9bfb1700
fix(chat): guard non-numeric agent tool budget setting
...
Guard the agent_max_tool_calls settings read so hand-edited or agent-written non-numeric settings.json values fall back to 0 instead of crashing agent-mode chat stream initialization. Add regression coverage for guarded coercion.
2026-06-27 19:20:48 +01:00
Arpit
e7c61a75b6
fix(search): use generated query for chat mode web search #4547 ( #4557 )
...
* fix(search): use generated query for chat mode web search #4547
* style(search): tidy query generation call
---------
Co-authored-by: Alexandre Teixeira <alexandremagteixeira@gmail.com >
2026-06-27 19:04:46 +01:00