-
4979d77a4a
fix: complete browser_tool profile isolation — replace remaining 3 hardcoded HERMES_HOME instances
Teknium
2026-04-03 12:32:10 -07:00
-
a09fa690f0
fix: resolve critical stability issues in core, web, and browser tools
Dusk1e
2026-04-03 21:50:59 +03:00
-
6d357bb185
fix: regenerate uv.lock to sync with pyproject.toml v0.7.0 (#4842)
Teknium
2026-04-03 12:53:45 -07:00
-
1218994992
chore: uptick
Brooklyn Nicholson
2026-04-03 14:44:50 -05:00
-
b3319b1252
fix(memory): Fix ByteRover plugin - run brv query synchronously before LLM call
Dat Pham
2026-04-04 00:38:42 +07:00
-
abf1e98f62
chore: release v0.7.0 (2026.4.3) (#4812)
Teknium
2026-04-03 11:14:55 -07:00
-
e492420df4
fix: route memory provider tools in sequential execution path (#4803)
Teknium
2026-04-03 10:31:53 -07:00
-
67e3620c5c
fix: persist API server sessions to shared SessionDB (state.db) (#4802)
Teknium
2026-04-03 10:31:11 -07:00
-
aecbf7fa4a
fix(discord): register /approve and /deny slash commands, wire up button-based approval UI (#4800)
Teknium
2026-04-03 10:24:07 -07:00
-
5db630aae4
fix: respect per-platform disabled skills in Telegram menu and gateway dispatch (#4799)
Teknium
2026-04-03 10:10:53 -07:00
-
b6f9b70afd
fix(gateway): route /approve and /deny through running-agent guard (#4798)
Teknium
2026-04-03 09:59:52 -07:00
-
93334b2b92
docs: add community FAQ entries — multi-model workflows, WhatsApp binding, verbose control, skills config, thread sessions, migration, install troubleshooting (#4797)
Teknium
2026-04-03 09:58:22 -07:00
-
d50e5be500
fix: handle None mcp_servers in _get_platform_tools()
Teknium
2026-04-03 09:07:50 -07:00
-
cc54818d26
fix(mcp): stability fix pack — reload timeout, shutdown cleanup, event loop handler, OAuth non-blocking (#4757)
Teknium
2026-04-03 02:29:20 -07:00
-
f374ae4c61
fix: prevent compression death spiral from API disconnects (#2153) (#4750)
Teknium
2026-04-03 02:16:46 -07:00
-
8fd9fafc84
fix: handle Anthropic Sonnet long-context tier 429 by reducing to 200k (#4747)
Teknium
2026-04-03 02:05:02 -07:00
-
26d6083624
fix: correct qwen3.6-plus model slug
Teknium
2026-04-03 01:56:11 -07:00
-
470c3ea51a
fix: handle Anthropic long-context tier 429 by reducing to 200k
Teknium
2026-04-03 01:49:38 -07:00
-
388241f798
docs(acp): fix zed config
NexVeridian
2026-03-20 14:15:23 -07:00
-
67ae7a79df
fix: use get_hermes_home(), consolidate git_cmd, update tests
Teknium
2026-04-03 01:37:44 -07:00
-
6b0022bb7b
Add fork detection and upstream sync to hermes update
Franci Penov
2026-04-01 09:13:01 -07:00
-
0109547fa2
fix(update): handle conflicted git index during hermes update (#4735)
Teknium
2026-04-03 01:17:12 -07:00
-
c66c688727
fix: remove redundant restart message from update launchd path
Teknium
2026-04-03 01:03:46 -07:00
-
988ecc7420
fix(update): avoid launchd restart race on macOS
Dave Tist
2026-03-30 04:05:43 +02:00
-
7165eff901
fix(whatsapp): add free_response_chats, mention stripping, and interactive message unwrapping
kshitijk4poor
2026-04-03 08:13:07 +05:30
-
714e4941b8
fix(whatsapp): enforce require_mention in group chats
kshitijk4poor
2026-04-03 07:34:18 +05:30
-
23addf48d3
fix: allow running gateway service as root for LXC/container environments (#4732)
Teknium
2026-04-03 01:14:21 -07:00
-
4d99305345
fix(cli): surface recent sessions inside /history and /resume
kshitijk4poor
2026-04-03 00:47:48 -07:00
-
a933079564
fix: move class-level attribute after docstring, clarify throttle comment
Teknium
2026-04-03 00:45:31 -07:00
-
0ed28ab80c
refactor: simplify and harden PR fixes after review
kshitijk4poor
2026-04-02 23:41:38 +05:30
-
28380e7aed
fix(gateway): STT config resolution, stream consumer flood control fallback
kshitijk4poor
2026-04-02 23:33:08 +05:30
-
970042deab
fix(gateway): prevent stuck sessions with agent timeout and staleness eviction
kshitijk4poor
2026-04-02 22:52:52 +05:30
-
9bb83d1298
fix(gateway): downgrade empty/None response log from WARNING to DEBUG
kshitijk4poor
2026-04-02 16:34:39 +05:30
-
69f85a4dce
fix(gateway): race condition, photo media loss, and flood control in Telegram
kshitijk4poor
2026-04-02 16:32:21 +05:30
-
f4bf57ff7a
chore: uptick
Brooklyn Nicholson
2026-04-02 23:00:38 -05:00
-
3659e1f0c2
test(acp): add E2E tests for MCP registration and tool-result reporting
Teknium
2026-04-02 20:42:58 -07:00
-
21c2d32471
fix(gateway): normalize step_callback prev_tools for backward compat
Teknium
2026-04-02 16:59:13 -07:00
-
f66b3fe76b
fix(acp): include tool results in step_callback for ACP tool_call_update events
Jack
2026-04-01 17:09:44 -04:00
-
9aa82d4807
fix(acp): use raw server name as registry key, only sanitize for tool name prefixes
Jack
2026-04-01 17:00:30 -04:00
-
9b2fb1cc2e
feat(acp): register client-provided MCP servers as agent tools
Jack
2026-04-01 16:35:34 -04:00
-
29c98e8f83
feat(honcho): add configurable observation mode (unified/directional)
Erosika
2026-04-02 18:01:48 -04:00
-
9e0fc62650
feat(honcho): restore full integration parity in memory provider plugin
Erosika
2026-03-31 17:32:40 -04:00
-
bbba9ed4f2
feat: split apart main.tsx
Brooklyn Nicholson
2026-04-02 20:39:52 -05:00
-
2818dd8611
feat: add prettier etc for ui-tui
Brooklyn Nicholson
2026-04-02 19:34:30 -05:00
-
2ea5345a7b
feat: new tui based on ink
Brooklyn Nicholson
2026-04-02 19:06:42 -05:00
-
924bc67eee
feat(memory): pluggable memory provider interface with profile isolation, review fixes, and honcho CLI restoration (#4623)
Teknium
2026-04-02 15:33:51 -07:00
-
e0b2bdb089
fix: webhook platform support — skip home channel prompt, disable tool progress (salvage #4363) (#4660)
Teknium
2026-04-02 14:00:22 -07:00
-
6d68fbf756
Merge pull request #4654 from SHL0MS/skill/research-paper-writing
SHL0MS
2026-04-02 13:24:12 -07:00
-
-
b86647c295
Replace ml-paper-writing with research-paper-writing: full research pipeline skill
SHL0MS
2026-04-02 16:10:50 -04:00
-
-
798a7b99e4
docs: add Configuration Options section to Slack docs (#4644)
Teknium
2026-04-02 12:38:13 -07:00
-
d2b08406a4
fix(agent): classify think-only empty responses before retrying
kshitijk4poor
2026-04-02 13:06:43 +05:30
-
241cbeeccd
docs: add reply_in_thread config to Slack docs
Teknium
2026-04-02 12:15:10 -07:00
-
b9a968c1de
feat(slack): add reply_in_thread config option
Animesh Mishra
2026-03-24 07:31:45 +00:00
-
d89cc7fec1
feat(prompt): add Google model operational guidance for Gemini and Gemma (#4641)
Teknium
2026-04-02 11:52:34 -07:00
-
3186668799
feat: per-turn primary runtime restoration and transport recovery (#4624)
Teknium
2026-04-02 10:52:01 -07:00
-
918d593544
chore: gitignore generated skills.json
Teknium
2026-04-02 10:48:15 -07:00
-
b8dd059c40
feat(website): add skills browse and search page to docs (#4500)
Nacho Avecilla
2026-04-02 14:47:38 -03:00
-
20441cf2c8
fix(insights): persist token usage for non-CLI sessions
kshitijk4poor
2026-04-02 11:15:16 +05:30
-
585855d2ca
fix: preserve Anthropic thinking block signatures across tool-use turns
Teknium
2026-04-02 10:14:20 -07:00
-
28a073edc6
fix: repair OpenCode model routing and selection (#4508)
Teknium
2026-04-02 09:36:24 -07:00
-
f4f64c413f
fix(cli): ensure zero exit code on successful quiet mode queries (#4601)
Devorun
2026-04-02 18:59:57 +03:00
-
8dc5b11e95
fix(honcho): remove redundant local HOST import in _all_profile_host_configs
Teknium
2026-04-02 09:23:19 -07:00
-
37d73d94bb
fix: patch _local_config_path in tests for write isolation
Erosika
2026-03-30 17:35:47 -04:00
-
a0eae33248
fix(honcho): address PR review findings
Erosika
2026-03-30 17:21:38 -04:00
-
c146631e3b
feat(honcho): sync command + auto-sync on hermes update
Erosika
2026-03-30 17:11:46 -04:00
-
89eab74c67
feat(honcho): --target-profile flag + peer card display in status
Erosika
2026-03-30 16:52:45 -04:00
-
5f6bf2a473
fix(honcho): share workspace across profiles by default
Erosika
2026-03-30 16:38:36 -04:00
-
f27da5fe8e
fix(honcho): remove linkedHosts from peers table
Erosika
2026-03-30 14:35:07 -04:00
-
0e90df1216
feat(honcho): eager peer creation + enable/disable per profile
Erosika
2026-03-30 14:32:51 -04:00
-
37458e72a2
feat(honcho): auto-clone config to new profiles on creation
Erosika
2026-03-30 14:26:26 -04:00
-
d1189f2be9
feat(honcho): add cross-profile observability for Honcho integration
Erosika
2026-03-30 14:10:01 -04:00
-
18c156af8e
feat(honcho): scope host and peer resolution to active Hermes profile
Erosika
2026-03-30 13:03:34 -04:00
-
661a1b0ba2
fix: exclude matrix from [all] extras — python-olm is upstream-broken (#4615)
Teknium
2026-04-02 09:21:37 -07:00
-
acea9ee20b
fix(tests): fix 11 real test failures + major cascade poisoner (#4570)
Teknium
2026-04-02 08:43:06 -07:00
-
-
624ad582a5
fix: make gateway approval block agent thread like CLI does (#4557)
Teknium
2026-04-02 01:47:19 -07:00
-
64584a931f
cleanup: use _generate_session_key for parent key, fix trailing whitespace
Teknium
2026-04-02 01:29:04 -07:00
-
8cb3596939
fix(gateway): seed DM thread sessions with parent transcript to preserve context
Gary Chiu
2026-04-01 22:33:52 -04:00
-
e94b4b2b40
fix: preserve allowed_users during setup reconfigure and quiet unconfigured provider warnings
kshitijk4poor
2026-04-02 12:58:08 +05:30
-
835defe074
fix: invalidate update cache for all profiles, not just current
Teknium
2026-04-02 00:48:56 -07:00
-
e4db72ef39
fix: merge dotted+hyphenated FTS5 quoting into single pass
Teknium
2026-04-02 00:16:09 -07:00
-
9825cd7b1e
fix(state): quote dotted terms in FTS5 queries
Lume
2026-03-31 14:52:41 +01:00
-
c4e626b1fa
refactor: extract _detect_file_drop() + add 28 tests
Roland Parnaso
2026-04-01 20:49:52 -07:00
-
1841886898
fix(cli): detect dragged file paths instead of treating them as slash commands
Roland Parnaso
2026-04-01 20:44:11 -07:00
-
f4bc6aa856
fix: scope extras retry to [all] group only
Teknium
2026-04-02 00:17:44 -07:00
-
c91f4ef4ed
fix(update): preserve optional extras during fallback install
kshitijk4poor
2026-04-02 11:01:10 +05:30
-
5101f853ba
Merge pull request #3287 from NousResearch/rewbs/tool-use-charge-to-subscription
Ben Barclay
2026-04-01 18:42:47 -07:00
-
-
a0f5fc2570
fix(tools): add debug logging for token refresh and tighten domain check
Hermes Agent
2026-04-02 12:40:03 +11:00
-
647f99d4dd
fix: resolve post-merge issues in auxiliary_client and model flow
Ben
2026-04-02 00:50:40 +00:00
-
a2e56d044b
Merge branch 'main' into rewbs/tool-use-charge-to-subscription
Ben Barclay
2026-04-02 11:00:35 +11:00
-
-
-
-
bd9e0b605f
test(e2e): remove section separator comments
pefontana
2026-04-01 19:13:06 -03:00
-
99e6f44204
test(e2e): remove unused imports and duplicate fixtures
pefontana
2026-04-01 18:07:22 -03:00
-
1f1297f56c
ci: merge e2e into tests workflow as separate job
pefontana
2026-04-01 18:00:57 -03:00
-
04e60cfacd
test(e2e): add authorization, session lifecycle, and resilience tests
pefontana
2026-04-01 17:47:34 -03:00
-
ecd9bf2ca0
test(e2e): revert intentional failure after CI verification
pefontana
2026-04-01 17:31:36 -03:00
-
b209dc0f43
test(e2e): add intentional failure to verify CI detection
pefontana
2026-04-01 17:30:27 -03:00
-
67e1170b01
ci: add e2e test workflow
pefontana
2026-04-01 17:26:13 -03:00
-
bff34b1df9
test(e2e): add telegram slash command e2e tests
pefontana
2026-04-01 17:26:08 -03:00
-
ba48cfe84a
test(e2e): add telegram gateway e2e test infrastructure
pefontana
2026-04-01 17:26:04 -03:00
-
de9bba8d7c
fix: remove hardcoded OpenRouter/opus defaults
Teknium
2026-04-01 15:22:05 -07:00
-
3628ccc8c4
feat: use 'developer' role for GPT-5 and Codex models (#4498)
Teknium
2026-04-01 14:49:32 -07:00