feat(tui): persist large pastes to ~/.hermes/pastes/ via paste.collapse

This commit is contained in:
Brooklyn Nicholson 2026-04-18 09:16:44 -05:00
parent a397b0fd4d
commit 586b2f2089
2 changed files with 15 additions and 1 deletions

View file

@ -335,5 +335,6 @@ export interface AppOverlaysProps {
export interface PasteSnippet {
label: string
path?: string
text: string
}