Some checks failed
Tests / unit-tests (push) Failing after 43s
- Dodat creack/pty za pseudo-terminal podršku - Claude CLI se pokreće u pravom PTY-ju (puni TUI, boje, Shift+Tab) - xterm.js u browseru renderuje terminal identično konzoli - WebSocket bridge: tastatura → PTY stdin, PTY stdout → terminal - Ring buffer (128KB) za replay pri reconnect-u - Automatski reconnect nakon 2 sekunde - PTY sesije žive nezavisno od browsera (60min idle timeout) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
225 B
Modula-2
11 lines
225 B
Modula-2
module claude-web-chat
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/yuin/goldmark v1.7.8 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
)
|