Skip to content

Fix resume hint: 'ghost --resume <id>' (not hermes -p)#38

Merged
0xadvait merged 1 commit into
mainfrom
resume-hint-ghost
Jun 26, 2026
Merged

Fix resume hint: 'ghost --resume <id>' (not hermes -p)#38
0xadvait merged 1 commit into
mainfrom
resume-hint-ghost

Conversation

@0xadvait

Copy link
Copy Markdown
Collaborator

The quit hint showed hermes --resume <id> -p uncensored -- wrong command, and the -p double-flags because the ghost launcher already adds the profile (this is the exact double--p that broke resume earlier). It was patched live before but reinstalls re-fork the engine and clobber live-only edits, so this puts the rewrite in debrand.py: hermes->ghost on the resume/-c hints + drop the -p/{profile_flag} suffix. Applied to the live fork too.

The session-quit hint printed 'hermes --resume <id> -p uncensored', which is
wrong twice over: it names the upstream command, and the ghost launcher already
adds -p, so copy-pasting it double-flags and fails. Earlier I patched this live
only, but reinstalls re-fork the engine and clobber live edits -- so add the
rewrites to debrand.py: hermes->ghost on the resume/-c hints, and strip the
{profile_flag}/-p suffix (ghost supplies the profile). Applied to the live fork too.
@0xadvait 0xadvait merged commit ff94cba into main Jun 26, 2026
@0xadvait 0xadvait deleted the resume-hint-ghost branch June 26, 2026 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant