Add WebSocket-based chat sync and fix reasoning support #1229
general.yml
on: pull_request
Backend
3m 8s
Frontend
27s
Rustfmt
17s
Clippy
2m 38s
Code coverage
3m 24s
Annotations
31 errors and 7 warnings
Rustfmt
Process completed with exit code 1.
|
Clippy
the trait bound `server::ws::handlers::chat::ChatResponse: server::handlers::chat::_::_serde::Deserialize<'_>` is not satisfied
|
Clippy
mismatched types
|
Clippy
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Clippy
the size for values of type `str` cannot be known at compilation time
|
Clippy
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
|
Clippy
the size for values of type `str` cannot be known at compilation time
|
Clippy
mismatched types
|
Clippy
the trait bound `server::ws::handlers::chat::ChatResponse: server::handlers::chat::_::_serde::Deserialize<'_>` is not satisfied
|
Clippy
mismatched types
|
Clippy
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Backend
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
|
Backend
mismatched types
|
Backend
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Backend
the size for values of type `str` cannot be known at compilation time
|
Backend
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
|
Backend
the size for values of type `str` cannot be known at compilation time
|
Backend
mismatched types
|
Backend
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
|
Backend
mismatched types
|
Backend
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Code coverage
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
|
Code coverage
mismatched types
|
Code coverage
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Code coverage
the size for values of type `str` cannot be known at compilation time
|
Code coverage
no field `reasoning` on type `server::ws::handlers::chat::ChatResponse`
|
Code coverage
the size for values of type `str` cannot be known at compilation time
|
Code coverage
mismatched types
|
Code coverage
the trait bound `server::ws::handlers::chat::ChatResponse: Deserialize<'_>` is not satisfied
|
Code coverage
mismatched types
|
Code coverage
no field `content` on type `server::ws::handlers::chat::ChatResponse`
|
Rustfmt:
backend/src/server/handlers/chat.rs#L146
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
|
Rustfmt:
backend/src/server/handlers/chat.rs#L201
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
|
Rustfmt:
backend/src/server/handlers/chat.rs#L341
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
|
Rustfmt:
backend/src/server/handlers/chat.rs#L392
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
|
Rustfmt:
backend/src/server/handlers/chat.rs#L464
Diff in /home/runner/work/openagents/openagents/backend/src/server/handlers/chat.rs
|
Rustfmt:
backend/src/server/ws/mod.rs#L1
Diff in /home/runner/work/openagents/openagents/backend/src/server/ws/mod.rs
|
Rustfmt:
backend/src/server/ws/mod.rs#L24
Diff in /home/runner/work/openagents/openagents/backend/src/server/ws/mod.rs
|