Commit graph

9 commits

Author SHA1 Message Date
LC
ff0266a40e
feat(web): display backend version info in sidebar (#2087)
* feat(web): display backend version info in sidebar

* fix(web): improve version parsing and timeout behavior

* refactor(web): remove useless --version fallback

* feat(web): implement version info caching and improve retrieval logic

* fix(web): clarify version timeout rationale

* fix(web): harden gateway version probing and tests

* style(web): split regexp to two lines for lint
2026-03-30 16:44:50 +08:00
taorye
955d6e70f1
refactor: update interface types to use 'any' and improve code formatting 2026-03-20 19:41:59 +08:00
taorye
8c44597c3d
feat: add chat functionality to home page for interactive AI sessions 2026-03-20 19:28:58 +08:00
taorye
02da117199
feat: add gateway management page to TUI and integrate into home menu 2026-03-20 19:28:57 +08:00
taorye
7b4d5d4513
feat: add channels management page and integrate into home menu 2026-03-20 19:28:57 +08:00
taorye
545b7afe41
feat: add model selection synchronization to main config in TUI 2026-03-20 19:28:57 +08:00
taorye
74a145c291
style: apply cyberpunk theme to TUI components for enhanced visual appeal 2026-03-20 19:28:57 +08:00
taorye
119cc2e8e1
refactor: enhance TUI configuration and user management with improved UI elements and concurrency 2026-03-20 19:28:57 +08:00
taorye
5a199ec993
feat: implement TUI configuration and user management for picoclaw-launcher-tui 2026-03-20 19:28:54 +08:00