tool card UI redesign: semantic icons, inline diff persistence, tool detail page, MCP-friendly titles
Nightly Build / build (push) Successful in 6m38s
Nightly Build / build (push) Successful in 6m38s
This commit is contained in:
@@ -26,6 +26,8 @@ pub struct ExecuteCmd;
|
||||
|
||||
impl Tool for ExecuteCmd {
|
||||
fn name(&self) -> &str { crate::tools::tool_names::EXECUTE_CMD }
|
||||
fn display_name(&self) -> &str { "Run Command" }
|
||||
fn icon(&self) -> &str { "shell" }
|
||||
fn category(&self) -> crate::tools::ToolCategory { crate::tools::ToolCategory::Shell }
|
||||
|
||||
fn description(&self) -> &str {
|
||||
|
||||
Reference in New Issue
Block a user