gitdataai/libs/room
ZhenYi beee62832f
Some checks are pending
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Rust Lint & Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(room): reasoning chain fallback, streaming error messages, borrow fixes
- ReAct streaming: collect all ReactStep chunks into reasoning_buffer;
  if no Answer step is emitted, persist the full reasoning chain instead
  of empty content
- All AI error paths (reasoning loop failure, non-streaming errors) now
  send user-visible [AI error: ...] messages instead of silently dropping
- Fix borrow checker: clone content before struct init, use should_log bool
  to avoid double-borrow on err_msg
2026-04-24 13:17:20 +08:00
..
src fix(room): reasoning chain fallback, streaming error messages, borrow fixes 2026-04-24 13:17:20 +08:00
Cargo.toml refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00