Skip to content

Pull requests: NousResearch/hermes-agent

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix: improve session resume search
#20885 opened May 6, 2026 by kensei0086 Loading…
feat(dashboard): add --allowed-host flag for reverse proxy support comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/feature New feature or request
#20884 opened May 6, 2026 by tobalsan Loading…
fix(tts): rename .ogg->mp3 before opus conversion for mp3-only providers (edge-tts, minimax, xai) comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists platform/telegram Telegram bot adapter tool/tts Text-to-speech and transcription type/bug Something isn't working
#20882 opened May 6, 2026 by Warrenpoobear Loading…
fix: auto-block repeated kanban retries comp/cron Cron scheduler and job management comp/gateway Gateway runner, session dispatch, delivery P3 Low — cosmetic, nice to have type/bug Something isn't working
#20881 opened May 6, 2026 by mwnickerson Loading…
fix(tts): use .ogg extension for Telegram auto-TTS voice replies comp/gateway Gateway runner, session dispatch, delivery duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists platform/telegram Telegram bot adapter tool/tts Text-to-speech and transcription type/bug Something isn't working
#20878 opened May 6, 2026 by tarekskr Loading…
1 of 3 tasks
feat(context-files): add @<path> include expansion (CAAMP-style transitive includes) area/docker Docker image, Compose, packaging comp/agent Core agent loop, run_agent.py, prompt builder P2 Medium — degraded but workaround exists type/feature New feature or request
#20876 opened May 6, 2026 by kryptobaseddev Loading…
fix(mattermost): keep thread-mode replies in the Mattermost thread comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists type/bug Something isn't working
#20874 opened May 6, 2026 by potatosalad Loading…
10 of 19 tasks
fix: display structured agent result failures comp/agent Core agent loop, run_agent.py, prompt builder comp/cli CLI entry point, hermes_cli/, setup wizard comp/tui Terminal UI (ui-tui/ + tui_gateway/) P2 Medium — degraded but workaround exists type/bug Something isn't working
#20873 opened May 6, 2026 by counterposition Contributor Loading…
[codex] Fix dashboard chat over Tailscale comp/cli CLI entry point, hermes_cli/, setup wizard P2 Medium — degraded but workaround exists type/bug Something isn't working
#20871 opened May 6, 2026 by Julientalbot Contributor Draft
fix(tts): update MiniMax TTS default model to speech-02 and correct API endpoint comp/tools Tool registry, model_tools, toolsets P3 Low — cosmetic, nice to have provider/minimax MiniMax (Anthropic transport) tool/tts Text-to-speech and transcription type/bug Something isn't working
#20870 opened May 6, 2026 by pty819 Loading…
3 tasks done
assorted fixes from typecheck failures comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/refactor Code restructuring, no behavior change
#20868 opened May 6, 2026 by ethernet8023 Collaborator Draft
1 of 7 tasks
feat(oauth): HERMES_OAUTH_* env flags to bypass Claude.ai content-filter triggers area/auth Authentication, OAuth, credential pools comp/agent Core agent loop, run_agent.py, prompt builder P2 Medium — degraded but workaround exists provider/anthropic Anthropic native Messages API type/feature New feature or request
#20865 opened May 6, 2026 by masserfx Loading…
5 tasks done
fix(state): keep /branch sessions visible after parent reopen comp/cli CLI entry point, hermes_cli/, setup wizard comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists platform/whatsapp WhatsApp Business adapter tool/file File tools (read, write, patch, search) type/bug Something isn't working
#20864 opened May 6, 2026 by liuhao1024 Contributor Loading…
fix(delegate): detect ACP abort and unrelated summaries as failed comp/acp Agent Communication Protocol adapter P2 Medium — degraded but workaround exists tool/delegate Subagent delegation type/bug Something isn't working
#20861 opened May 6, 2026 by ygd58 Contributor Loading…
fix(memory): improve limit-exceeded error with actionable suggestions P3 Low — cosmetic, nice to have tool/memory Memory tool and memory providers type/bug Something isn't working
#20860 opened May 6, 2026 by ygd58 Contributor Loading…
fix(file-tools): abort write/patch when AI truncation placeholders detected P2 Medium — degraded but workaround exists tool/file File tools (read, write, patch, search) type/feature New feature or request
#20857 opened May 6, 2026 by ygd58 Contributor Loading…
fix(gateway): guard queued follow-up send result comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists type/bug Something isn't working
#20854 opened May 6, 2026 by duclamvan Loading…
feat(plugins): add localmem — local-first memory provider (Ollama + ChromaDB) comp/plugins Plugin system and bundled plugins P3 Low — cosmetic, nice to have tool/memory Memory tool and memory providers type/feature New feature or request
#20853 opened May 6, 2026 by BenSheridanEdwards Loading…
feat(tts): support instructions parameter for OpenAI gpt-4o-mini-tts steering duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have provider/openai OpenAI / Codex Responses API tool/tts Text-to-speech and transcription type/feature New feature or request
#20852 opened May 6, 2026 by e-shizz Loading…
fix(error_classifier): recognize "out of extra usage" as 1M-beta rejection variant comp/agent Core agent loop, run_agent.py, prompt builder P1 High — major feature broken, no workaround provider/anthropic Anthropic native Messages API type/bug Something isn't working
#20850 opened May 6, 2026 by masserfx Loading…
4 tasks done
feat: read context_length from providers.<name>.context_length (Step 0c) area/config Config system, migrations, profiles comp/agent Core agent loop, run_agent.py, prompt builder P2 Medium — degraded but workaround exists type/feature New feature or request
#20847 opened May 6, 2026 by qwjzl Loading…
4 tasks done
feat: expose subagent lifecycle tools (list_agents, kill_agent) + asy… comp/tools Tool registry, model_tools, toolsets P2 Medium — degraded but workaround exists tool/delegate Subagent delegation type/feature New feature or request
#20846 opened May 6, 2026 by RoamingQuack Loading…
12 of 13 tasks
fix(gateway): stop bare local paths from being uploaded in post-stream media delivery comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists platform/whatsapp WhatsApp Business adapter type/bug Something isn't working
#20843 opened May 6, 2026 by liuhao1024 Contributor Loading…
fix(web): auto-reload dashboard on 401 stale session token comp/tui Terminal UI (ui-tui/ + tui_gateway/) P3 Low — cosmetic, nice to have type/bug Something isn't working
#20839 opened May 6, 2026 by ViewWay Loading…
feat(cli): run dashboard in background and focus existing browser tab comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/feature New feature or request
#20838 opened May 6, 2026 by ViewWay Loading…
ProTip! Filter pull requests by the default branch with base:main.