nesquena-hermes
c2fc390723
Merge pull request #2915
2026-05-25 17:46:56 +00:00
nesquena-hermes
f6dc7aad6f
Merge pull request #2907
2026-05-25 17:17:44 +00:00
nesquena-hermes
68afa0e44a
Merge pull request #2932
...
# Conflicts:
# CHANGELOG.md
2026-05-25 17:17:44 +00:00
Frank Song
524ed6cce3
fix(streaming): preserve profile env for checkpoints
2026-05-25 21:29:06 +08:00
Frank Song
89d8c3a94c
fix: cap live tool prompt estimate per turn
2026-05-25 16:04:40 +08:00
fxd-jason
dd09e1c2a8
Merge remote-tracking branch 'origin/master' into fix/compression-anchor-marker-based
...
# Conflicts:
# tests/test_issue2028_compression_anchor_helpers.py
2026-05-25 15:23:17 +08:00
fxd-jason
90dfbf2f2d
fix: marker-based compression anchor calculation
...
Instead of using len(visible_after)-1 (which points to the last visible
message and gets pushed behind the render window as more turns accumulate),
find the last [CONTEXT COMPACTION] marker in s.messages and compute the
anchor from visible messages before it.
This keeps the compression reference card at the correct boundary even
after 50+ subsequent turns have scrolled the render window past the old
anchor position.
Fixes a bug where the assistant's output message appeared to disappear
after automatic context compression because the reference card was placed
at the wrong position.
2026-05-25 15:16:26 +08:00
ai-ag2026
5b9484b816
fix(streaming): suppress visible progress echoes
2026-05-25 06:18:06 +02:00
Simonas Jakubonis
7aae822872
fix(compression): ignore tool output for compaction cards
2026-05-25 11:27:15 +08:00
Frank Song
535c238285
fix: preserve cached agent prefill context
2026-05-25 08:51:44 +08:00
Lumen Yang
5934c2fe8a
fix: address context replay review feedback
2026-05-25 00:10:27 +00:00
Lumen Yang
c616c8e788
fix: cap live tool prompt estimates
2026-05-25 00:10:27 +00:00
Lumen Yang
15cde132f3
fix: dedupe replayed context summaries
2026-05-25 00:10:27 +00:00
ai-ag2026
efe3d7c296
fix(chat): avoid false restart wording for interrupted responses
...
(cherry picked from commit ef8fd879682aeb729a7b7afa1e7c46478ca5ebb6)
2026-05-25 02:06:42 +02:00
AJV20
d7b98d87cd
Merge remote-tracking branch 'origin/master' into maint/pr-2547
...
# Conflicts:
# CHANGELOG.md
2026-05-24 17:48:09 -04:00
hermes-agent
fd1c4eaeaf
Stage 406: PR #2827 — fix(state-sync): pass profile explicitly so background-thread DB writes hit the right state.db ( #2762 ) by @Koraji95-coder
2026-05-24 18:57:40 +00:00
Simonas Jakubonis
35c55e1268
fix(compression): ignore tool output for compaction cards
2026-05-24 03:55:42 +00:00
AJV20
50195c229b
fix(chat): keep WebUI prefill file-only
2026-05-22 14:46:17 -04:00
AJV20
19565b6022
Merge remote-tracking branch 'origin/master' into fix/webui-context-parity
...
# Conflicts:
# CHANGELOG.md
2026-05-22 14:13:42 -04:00
Hermes Agent
3874781a57
Stage 399: PR #2704 — fix(streaming): prevent exponential empty _partial accumulation across reasoning-only cancellations
...
Co-authored-by: wirtsi <wirtsi@users.noreply.github.com >
2026-05-21 17:56:46 +00:00
Hermes Agent
7152da2756
Stage 399: PR #2705 — fix(api): dedupe replayed context_messages so the agent doesn't see duplicates (follow-up to v0.51.96 #2620 )
...
Co-authored-by: AlexeyDsov <AlexeyDsov@users.noreply.github.com >
2026-05-21 17:56:43 +00:00
nesquena-hermes
fa459aa01e
Stage 392: PR #2651
2026-05-20 21:48:04 +00:00
Lumen Yang
71fbc796b2
fix: dedupe replayed context tail after compression
2026-05-20 23:15:54 +02:00
starship-s
153e035d12
fix: forward title generation api key
2026-05-20 14:39:38 -06:00
AJV20
8109bcb7e4
fix: honor configured title generation model
2026-05-19 22:35:11 -04:00
nesquena-hermes
7c3dcce1d0
Stage 388: PR #2598
2026-05-20 00:17:47 +00:00
AJV20
35da27bc53
Merge remote-tracking branch 'origin/master' into fix/webui-context-parity
...
# Conflicts:
# CHANGELOG.md
2026-05-19 18:54:38 -04:00
AJV20
612fcd30fe
fix: avoid duplicate live tool events
2026-05-19 18:41:08 -04:00
nesquena-hermes
e63de7c15f
Stage 387: PR #2593
...
# Conflicts:
# CHANGELOG.md
2026-05-19 22:08:56 +00:00
AJV20
ebb4dffc7d
fix: stream live tool callback events
2026-05-19 14:55:19 -04:00
nesquena-hermes
6c0f864b10
Stage 386: PR #2587
...
# Conflicts:
# CHANGELOG.md
2026-05-19 18:20:47 +00:00
nesquena-hermes
86f52f67b8
Stage 386: PR #2581
...
# Conflicts:
# api/streaming.py
2026-05-19 18:20:47 +00:00
nesquena-hermes
0585881511
Stage 386: PR #2583
2026-05-19 18:20:07 +00:00
Michael Lam
0736e45485
fix: dedupe tool-only partial recovery markers
2026-05-19 11:16:21 -07:00
Lumen Yang
a8d429775c
fix(webui): preserve casual chat compaction guard
2026-05-19 14:34:58 +00:00
AJV20
f93e288214
Fix stale stream recovery writeback race
2026-05-19 10:26:45 -04:00
dobby-d-elf
2a95c1e482
Fix profile-aware assistant display names
2026-05-19 07:17:11 -06:00
starship-s
2e9ca283dc
fix: display canonical cache hit percentage
2026-05-19 02:27:12 -06:00
Lumen Yang
6ca63e5815
perf(webui): keep external refresh metadata cheap
2026-05-19 08:02:43 +00:00
Lumen Yang
467ef33a24
feat(webui): reconcile external session updates
...
When API server runs append messages directly to state.db, reconcile WebUI sidecar sessions with those canonical rows across API responses, model-facing streaming context, and active browser refresh.
Add append-only state.db merge helpers, metadata-only counts for refresh polling, and regression coverage for API visibility, context incorporation, and frontend refresh behavior.
2026-05-19 08:02:43 +00:00
Dennis Soong
ea978a1989
fix: surface auto-compression handoff
2026-05-19 10:45:43 +08:00
AJV20
ac19de9526
Merge remote-tracking branch 'origin/master' into fix/webui-context-parity
...
# Conflicts:
# CHANGELOG.md
2026-05-18 21:37:52 -04:00
nesquena-hermes
91099051c6
Stage 384: PR #2505
...
# Conflicts:
# CHANGELOG.md
2026-05-18 22:44:02 +00:00
AJV20
56a8c6d21a
fix(chat): harden WebUI prefill scripts
2026-05-18 14:56:28 -04:00
AJV20
540292a7cd
fix(chat): align WebUI context with messaging sessions
2026-05-18 14:07:06 -04:00
AJV20
5c1161f84f
feat(chat): load WebUI prefill context
2026-05-18 14:04:49 -04:00
AJV20
8e65ad3063
fix(chat): add WebUI surface context to agent turns
2026-05-18 14:04:17 -04:00
Michael Lam
e94827f460
fix: stop replaying reasoning-only history
2026-05-18 10:50:42 -07:00
Hermes Agent
42b97d15f6
fix: clear fallback streaming warnings
2026-05-18 12:21:59 -05:00
Michael Lam
f3f9f3ed40
fix: allow keyless named custom endpoints
2026-05-18 04:27:31 -07:00