All checks were successful
Tests / unit-tests (push) Successful in 51s
- Login sa session cookie autentifikacijom - Lista projekata iz filesystem-a - Chat sa Claude CLI preko WebSocket-a - Streaming NDJSON parsiranje iz CLI stdout-a - Sesija zivi nezavisno od browsera (reconnect replay) - Sidebar sa .md fajlovima i markdown renderovanjem - Dark tema, htmx + Go templates - 47 unit testova Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
{
|
|
"port": 9100,
|
|
"mode": "cli",
|
|
"projects_path": "/root/projects",
|
|
"username": "",
|
|
"password": "",
|
|
"session_secret": "",
|
|
"api": {
|
|
"key": "",
|
|
"model": "claude-sonnet-4-20250514"
|
|
}
|
|
}
|