fetch_ml/cli/src
Jeremie Fraeys cb826b74a3
feat: WebSocket API infrastructure improvements
Enhance WebSocket client and server components:
- Add new WebSocket opcodes (CompareRuns, FindRuns, ExportRun, SetRunOutcome)
- Improve WebSocket client with additional response handlers
- Add crypto utilities for secure WebSocket communications
- Add I/O utilities for WebSocket payload handling
- Enhance validation for WebSocket message payloads
- Update routes for new WebSocket endpoints
- Improve monitor and validate command WebSocket integrations
2026-02-18 21:27:48 -05:00
..
assets feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
commands feat: WebSocket API infrastructure improvements 2026-02-18 21:27:48 -05:00
net feat: WebSocket API infrastructure improvements 2026-02-18 21:27:48 -05:00
utils feat: WebSocket API infrastructure improvements 2026-02-18 21:27:48 -05:00
commands.zig feat: Research features - narrative fields and outcome tracking 2026-02-18 21:27:05 -05:00
config.zig refactor(cli): consolidate shared types and reduce code duplication 2026-02-18 13:00:48 -05:00
errors.zig feat(cli): include command name in error messages and crash reports 2026-02-18 13:51:13 -05:00
main.zig feat: Research features - narrative fields and outcome tracking 2026-02-18 21:27:05 -05:00
net.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
security.zig feat: enhance CLI with improved commands and WebSocket handling 2026-02-16 20:38:08 -05:00
utils.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00