Commit Graph

5 Commits

Author SHA1 Message Date
ruv
e320bc95f0 fix: Remove process.env reference from browser ES module
process.env does not exist in vanilla browser ES modules (no bundler).
Use window.location.protocol check only for WSS detection.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-02-28 21:42:42 -05:00
fr4iser
ac094d4a97 security: Fix insecure WebSocket connections
- Use wss:// in production and non-localhost environments
- Only allow ws:// for localhost development
- Improve WebSocket security configuration
2026-02-28 20:40:19 +01:00
rUv
7b5df5c077 updates 2025-06-07 13:55:28 +00:00
rUv
6dd89f2ada docs: Revamp README and UI documentation; enhance CLI usage instructions and API configuration details 2025-06-07 13:40:52 +00:00
rUv
6fe0d42f90 Add comprehensive CSS styles for UI components and dark mode support 2025-06-07 13:28:02 +00:00