Update branding
Seto Elkahfi committed
Jun 9, 2026 at 14:31 UTC
7c01028adb9569bec7b8afd38bc3ce13a27df10e
1 file changed
+3
-2
src/main.rs
+3
-2
index 737528f..5f3556f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -663,10 +663,11 @@ impl SiGitAgent {
Ok(InitializeResponse::new(ProtocolVersion::V1)
.agent_info(
Implementation::new("sigit", env!("CARGO_PKG_VERSION"))
- .title("siGit — AI Coding Agent"),
+ .title("siGit Code - AI Coding Agent"),
)
.auth_methods(vec![AuthMethod::Agent(AuthMethodAgent::new(
- "sigit", "siGit",
+ "sigit",
+ "siGit Code",
))])
.agent_capabilities(
AgentCapabilities::default()