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
Fix the serialization of gix::ObjectId and Vec<gix::ObjectId> in tool results by converting them to strings before serializing to JSON. Adds helper functions for Result<String, _> and Result<Vec<String>, _> as well.
Modifies result_to_json usage in ToolResult for ObjectId(s) to call these new helpers, ensuring JSON outputs have properly formatted string commit IDs. This addresses past issues with incorrectly formatted commit IDs in tool output.
0 commit comments