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

This commit is contained in:
Brooklyn Nicholson
2026-04-18 09:42:57 -05:00
parent a397b0fd4d
commit 586b2f2089
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -335,5 +335,6 @@ export interface AppOverlaysProps {
export interface PasteSnippet {
label: string
path?: string
text: string
}