Merge pull request #14890 from NousResearch/bb/tui-web-chat-unified

feat(web): dashboard Chat tab — xterm.js + JSON-RPC sidecar (supersedes #12710 + #13379)
This commit is contained in:
Austin Pickett 2026-04-24 10:35:43 -07:00 committed by GitHub
commit c61547c067
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 4937 additions and 640 deletions

View file

@ -246,7 +246,7 @@ export const coreCommands: SlashCommand[] = [
}
writeOsc52Clipboard(target.text)
sys('sent OSC52 copy sequence (terminal support required)')
sys(`copied ${target.text.length} chars`)
}
},