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
chore(tools, mcp): Improve error handling and output formatting (#373)
Refactor internal maintenance tools to use a consistent `Outcome` type
for errors and successes. This allows for better structured output when
tools fail or require user input.
Improve the user experience in the CLI by updating MCP tool definitions
to support inline result rendering and custom parameter formatting.
Specific tools like `fs_create_file` now provide a preview of the
content to be created with syntax highlighting.
Adjust `cargo_test` to only use one `--cargo-quiet` flag, ensuring that
compilation errors are still visible to the LLM when tests fail to run.
Signed-off-by: Jean Mertz <[email protected]>
0 commit comments