mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
git rev-parse refs/stash returns a commit SHA, which git stash apply
accepts but git stash drop rejects with "is not a stash reference".
The autostash cleanup path therefore always failed with exit 1, even
though the user's local changes had already been re-applied — making
successful updates look broken and leaving orphaned stashes behind.
Look up the stash@{N} ref by SHA in git stash list before dropping,
keeping the SHA for apply (robust against intervening stashes).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| lib | ||
| whatsapp-bridge | ||
| build_skills_index.py | ||
| contributor_audit.py | ||
| discord-voice-doctor.py | ||
| hermes-gateway | ||
| install.cmd | ||
| install.ps1 | ||
| install.sh | ||
| kill_modal.sh | ||
| release.py | ||
| run_tests.sh | ||
| sample_and_compress.py | ||