Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NousResearch
/
hermes-agent
Public
Notifications
You must be signed in to change notification settings
Fork
52.8k
Star
249k
Code
Issues
5k+
Pull requests
5k+
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: prevent silent message loss when state.db persistence fails
- #32805
#32805
Closed
mlinquan
wants to merge 12 commits into
NousResearch:main
NousResearch/hermes-agent:main
from
mlinquan:fix/session-db-fallthrough
mlinquan/hermes-agent:fix/session-db-fallthrough
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
fix: prevent silent message loss when state.db persistence fails
#32805
mlinquan
wants to merge 12 commits into
NousResearch:main
NousResearch/hermes-agent:main
from
mlinquan:fix/session-db-fallthrough
mlinquan/hermes-agent:fix/session-db-fallthrough
Copy head branch name to clipboard
Commits
Commits on Jun 16, 2026
fix: prevent silent message loss when state.db persistence fails
Show description for ceef5c7
mlinquan
committed
ceef5c7
View commit details
Copy full SHA for ceef5c7
Browse repository at this point
fix: add recovery logging and fail counter to _ensure_db_session
mlinquan
committed
f207ff4
View commit details
Copy full SHA for f207ff4
Browse repository at this point
fix: trigger JSONL fallback when _session_db is None, exclude default profile from path isolation
mlinquan
committed
b172a93
View commit details
Copy full SHA for b172a93
Browse repository at this point
feat: recover pending JSONL messages on gateway startup
Show description for a88deb0
mlinquan
committed
a88deb0
View commit details
Copy full SHA for a88deb0
Browse repository at this point
feat: add deduplication to pending message recovery
Show description for ef93668
mlinquan
committed
ef93668
View commit details
Copy full SHA for ef93668
Browse repository at this point
refactor: delete pending files after recovery instead of renaming
mlinquan
committed
8bc497a
View commit details
Copy full SHA for 8bc497a
Browse repository at this point
feat: use shared flush timestamp as dedup anchor for pending recovery
Show description for 35ed6a1
mlinquan
committed
35ed6a1
View commit details
Copy full SHA for 35ed6a1
Browse repository at this point
fix: clear _session_db_failed when flush completes without errors
Show description for 5e2f4c9
mlinquan
committed
5e2f4c9
View commit details
Copy full SHA for 5e2f4c9
Browse repository at this point
refactor: write pending fallback directly on append failure, remove sticky flag
Show description for a764558
mlinquan
committed
a764558
View commit details
Copy full SHA for a764558
Browse repository at this point
fix: restore accidentally removed comments in _flush_messages_to_session_db
mlinquan
committed
e326170
View commit details
Copy full SHA for e326170
Browse repository at this point
fix: log append_message failure reason before pending fallback
mlinquan
committed
52ab7ea
View commit details
Copy full SHA for 52ab7ea
Browse repository at this point
fix: retry SQLITE_READONLY in _execute_write and pass session_db to background review agent
Show description for e35e056
mlinquan
committed
e35e056
View commit details
Copy full SHA for e35e056
Browse repository at this point
You can’t perform that action at this time.