mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-07 04:50:57 +08:00
Dependencies upgraded: - go-ethereum v1.16.7 → v1.16.8 (fixes GO-2026-4508 DoS + GO-2026-4314/4315 p2p vulns) - golang-jwt/jwt v5.2.0 → v5.2.2 (fixes GO-2025-3553 header parsing memory alloc) - quic-go v0.54.0 → v0.57.0 (fixes GO-2025-4233 HTTP/3 QPACK DoS) Frontend refactor: - Extract WelcomeScreen component (welcome state + suggestion cards) - Extract ChatMessages component (message list with avatars + streaming) - Extract ChatInput component (textarea + send button + Cmd+K shortcut) - AgentChatPage: 825 → 480 lines Note: 3 stdlib vulns (GO-2026-4599/4600/4601) require Go 1.26.1 upgrade