mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
feat(tui): persist large pastes to ~/.hermes/pastes/ via paste.collapse
This commit is contained in:
parent
a397b0fd4d
commit
586b2f2089
2 changed files with 15 additions and 1 deletions
|
|
@ -335,5 +335,6 @@ export interface AppOverlaysProps {
|
|||
|
||||
export interface PasteSnippet {
|
||||
label: string
|
||||
path?: string
|
||||
text: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue