🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
⚠️ Malware / Trojaner / VirenWindows 11 just dropped the tool ransomware abused, Microsoft says don’t restore WMIC(10.09.2026 um 20:11 Uhr)
⚠️ Malware / Trojaner / VirenVorsicht: Android-Malware verschlüsselt Ihre Handys und nimmt heimlich Fotos auf(11.09.2026 um 09:35 Uhr)
🕵️ SicherheitslückenMicrosoft geht endlich eines der nervigsten Probleme von Windows 11 an(11.09.2026 um 11:58 Uhr)
💾 IT Security ToolsSysinternals Suite(11.09.2026 um 12:00 Uhr)
🕵️ SicherheitslückenDefender 0-Day ShieldBreak (CVE-2026-69414) nicht sauber gepatcht - BornCity(11.09.2026 um 12:52 Uhr)
🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
⚠️ Malware / Trojaner / VirenWindows 11 just dropped the tool ransomware abused, Microsoft says don’t restore WMIC(10.09.2026 um 20:11 Uhr)
⚠️ Malware / Trojaner / VirenVorsicht: Android-Malware verschlüsselt Ihre Handys und nimmt heimlich Fotos auf(11.09.2026 um 09:35 Uhr)
🕵️ SicherheitslückenMicrosoft geht endlich eines der nervigsten Probleme von Windows 11 an(11.09.2026 um 11:58 Uhr)
💾 IT Security ToolsSysinternals Suite(11.09.2026 um 12:00 Uhr)
🕵️ SicherheitslückenDefender 0-Day ShieldBreak (CVE-2026-69414) nicht sauber gepatcht - BornCity(11.09.2026 um 12:52 Uhr)

🪟 Windows Tipps 🕛 vor 6 Std. 9 Min Lesezeit
0

GitHub Release: NousResearch/hermes-agent v2026.9.11 (11.09.2026)

↗ Quelle (GitHub · NousResearch/hermes-agent)
🗣️ Stimme:
GitHub Release: NousResearch/hermes-agent v2026.9.11 (11.09.2026)
📑 Inhaltsübersicht
Avatar
$ git clone https://github.com/NousResearch/hermes-agent.git

Hermes Agent v0.21.2 (v2026.9.11) — The state.db Patch Release


Release Date: September 11, 2026



Patch release. v0.21.0 shipped a large rewrite of the session store's connection handling, and for some installs it made state.db fragile: second writers cancelling each other's locks, healthy databases reported as corrupt, one bad row killing sessions list. This release closes that class and rolls up everything else that landed on main in the four days since v0.21.1.



About this release


Measured at commit 04dd80a977f40b05e5b2054111747af07a61886a, the window since v0.21.1 contains 947 non-merge commits across 1,869 changed files (+182,504 / −15,564) and 312 merged PRs. 140 contributors appear in commits, co-author trailers, or salvage credits.


✨ Highlights


state.db reliability campaign (six PRs, 44 issues closed)


If your state.db broke after 0.21.0, this is the release for you. Six PRs fix the root causes rather than the symptoms:



  • No more second writers. Profile gateways wrote hosted-room state into the root state.db every 5 seconds; the dashboard opened a writable handle on startup; cron's lifecycle guard did a raw open() on a live database (which cancels the gateway's POSIX locks — the classic "how to corrupt SQLite" recipe); doctor --fix would checkpoint under a live holder. All four are gone: hosted rooms live in shared-state.db, the dashboard opens read-only first, the guard goes through the tracked connection registry, and doctor --fix refuses a checkpoint it can't prove is safe. ( — salvage , , , ; co-authored , — salvage + , , , , , )

  • One corrupt row no longer kills sessions list, export, or insights. A TEXT timestamp or a 1e30 epoch used to crash the whole listing; malformed marker JSON crashed json_extract; more than 999 ids crashed bulk delete/prune. One coerce_epoch() helper on every reader (bad rows render ? with a WARNING naming the session), a json_valid guard, IN-list chunking, and batched export hydration. ( — salvage , )

  • Opening state.db no longer takes the write lock when nothing needs writing. A one-shot hermes process opening the store behind a busy gateway stalled 4–20 s and then failed with "database is locked". Now 0.01 s. ( ), a handle that lost its WAL generation no longer checkpoints stale frames at shutdown (), a clobbered first page is quarantined with its WAL instead of opened destructively (), and quarantined handles refuse VACUUM/FTS optimize (). Most of these salvaged community diagnoses by ), adapters no longer send credentials to the default profile's host (), MEDIA: delivery can no longer attach another profile's .env / auth.json / state.db (, ).


    Desktop backend spawn storms are over


    Bot Mode used to spawn or dial one backend per profile on launch and on every roster tick, hovering the Bots roster spawned a backend per row, and profile switches could spawn a duplicate primary. (, , — salvage , and others by , ).


    Plugin catalog and one Plugins page


    A curated, SHA-pinned plugin index with CLI, admission CI, docs and dashboard (, ); Radio ships as an opt-in SDK plugin (, ), connector tools (Gmail, Linear, Notion, ...) searchable through tool_search (, , ); a queued-lane final refused by the platform is recorded and redelivered (); the first turn no longer waits on the Python toolchain probe (); Matrix renders LaTeX (); WhatsApp replies to view-once messages keep their quote ().



Providers & routing



  • /model and auxiliary auto never bill a provider you didn't select (); Bedrock Claude/Converse/Mantle models survive /model, fallback and restore (); Bedrock Guardrails enforced (); unentitled primary + fallback no longer oscillate ( ). Anthropic clients send exactly one credential (); GPT Image 2.5 via OpenAI and FAL ( ); a mid-turn /steer is persisted as its own user row (); local-inference memory-ceiling rejections back off instead of compressing history (); length continuation stops when the prompt filled the window (); model_thresholds keys can be provider-scoped (); CLI keeps the api_content sidecar so the cache survives an early persist (); Shift+letter and Cmd+Shift+Z work on extended-key terminals (, ); update checks poll the GitHub API once a day instead of git-fetching every 30 min ().

  • Desktop: UI language survives the update relaunch (), HUD mode shows the transcript again and always gives the window back (), the backend exits when its Desktop parent dies (, ), Telegram quick setup with QR ported from the dashboard ( and ); a killed manual run no longer blocks the next one for 5 minutes (); unpinned jobs run on their creation-snapshot model (); kanban promote refuses undone parents ().


Tools & memory



  • A stdio MCP server dying mid-call no longer replays the tool call (); mem0 memory no longer drops long turns (); remote NOPASSWD sudo no longer prompts ().


Housekeeping



  • config.yaml backups live in one bounded backups/config/ dir (); hermes setup --reset backs up the real config ().


👥 Contributors


Thank you to the 140 contributors whose commits, co-author trailers, and salvaged PRs landed in this window.


state.db campaign — salvaged PR authors: , , , , , , , , , , , , .


state.db campaign — issue reporters (the forensics in these threads were often better than the fixes): , , , , , , , , , , , , , and @Hitman117890 whose Discord report kicked the campaign off.


Everyone in the window (alphabetical): , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf github.com.
↗ Original-Artikel auf github.com lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
2 Quellen
Anthropic Says Russian Hackers Used Claude AI to Automate Malware Evasion
1 Quelle
Check Point Patches Critical VPN Vulnerabilities
1 Quelle
Ukrainian Conti Ransomware Developer Sentenced to 4 Years in US Prison