You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crates/zeph-core/src/agent/streaming.rs:719-724 — every tool call clones all JSON params into HashMap. Change ToolCall.params to use serde_json::Map<String, Value> directly.