feat: AI-Native integration (MCP, Schemas, Docs) + UX improvements

This commit is contained in:
s41r4j
2026-01-29 01:02:43 +05:30
parent c3e0d4ab03
commit b53f06b799
9 changed files with 1414 additions and 39 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "gims",
"version": "0.8.5",
"version": "0.9.0",
"description": "Git Made Simple AIpowered git helper with smart insights, stats & code review",
"author": "S41R4J",
"license": "MIT",
@@ -33,6 +33,7 @@
},
"dependencies": {
"@google/genai": "1.5.1",
"@modelcontextprotocol/sdk": "^1.25.3",
"clipboardy": "^3.0.0",
"commander": "^11.1.0",
"openai": "^4.0.0",
@@ -43,4 +44,4 @@
"test": "echo \"Enhanced GIMS v$(node -p \"require('./package.json').version\") - All systems operational!\"",
"postinstall": "echo \"🚀 GIMS installed! Quick start: 'g setup --api-key gemini' then 'g s' to see status. Full help: 'g --help'\""
}
}
}