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
// SSR-safe: start with the generic releases page, then switch to the
@@ -105,7 +105,7 @@ onMounted(() => {
105
105
106
106
const i18n:Record<Locale, any> = {
107
107
fr: {
108
-
badge: 'v2.13.0 · Open Source · MIT',
108
+
badge: 'v2.13.1 · Open Source · MIT',
109
109
heroH1a: 'Le client Git qui',
110
110
heroH1b: 'résout les conflits pour vous.',
111
111
heroSub: 'GitWand classifie chaque conflit de merge avec 10 patterns déterministes et un score de confiance par hunk. Les 95 % triviaux — résolus automatiquement. Les cas complexes — pour vous, avec traces complètes. Natif, gratuit, open source.',
compareSub: 'Comparaison fonctionnalité par fonctionnalité avec les clients Git les plus populaires.',
244
244
},
245
245
en: {
246
-
badge: 'v2.13.0 · Open Source · MIT',
246
+
badge: 'v2.13.1 · Open Source · MIT',
247
247
heroH1a: 'The Git client that',
248
248
heroH1b: 'resolves conflicts for you.',
249
249
heroSub: 'GitWand classifies every merge conflict using 10 deterministic patterns and per-hunk confidence scoring. The trivial 95% — auto-resolved. The complex — left for you with full traces. Native, free, open-source.',
compareSub: 'Feature-by-feature breakdown against the most popular Git clients on the market.',
382
382
},
383
383
es: {
384
-
badge: 'v2.13.0 · Open Source · MIT',
384
+
badge: 'v2.13.1 · Open Source · MIT',
385
385
heroH1a: 'El cliente Git que',
386
386
heroH1b: 'resuelve conflictos por ti.',
387
387
heroSub: 'GitWand clasifica cada conflicto de merge con 10 patrones deterministas y puntuación de confianza por hunk. El 95 % trivial — resuelto automáticamente. Lo complejo — para ti, con trazas completas. Nativo, gratuito, open source.',
compareSub: 'Comparativa función a función con los clientes Git más populares del mercado.',
520
520
},
521
521
'pt-BR': {
522
-
badge: 'v2.13.0 · Open Source · MIT',
522
+
badge: 'v2.13.1 · Open Source · MIT',
523
523
heroH1a: 'O cliente Git que',
524
524
heroH1b: 'resolve conflitos por você.',
525
525
heroSub: 'GitWand classifica cada conflito de merge com 10 padrões deterministas e pontuação de confiança por hunk. Os 95 % triviais — resolvidos automaticamente. Os complexos — para você, com traces completos. Nativo, gratuito, open source.',
Copy file name to clipboardExpand all lines: website/public/.well-known/mcp/server-card.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"schemaVersion": "1.0",
3
3
"serverInfo": {
4
4
"name": "GitWand MCP Server",
5
-
"version": "2.13.0",
5
+
"version": "2.13.1",
6
6
"description": "Smart Git conflict resolution for AI agents — auto-resolves trivial merge conflicts and guides AI through complex ones with a full DecisionTrace.",
0 commit comments