@kud/ai-conventional-commit-cli 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,6 +58,7 @@ Manual commit messages are often noisy, inconsistent, and context‑poor. This t
58
58
  | Plugins | Transform & validate hooks over candidates |
59
59
  | Determinism | Mock provider for CI & tests (`AICC_DEBUG_PROVIDER=mock`) |
60
60
  | UX | Timing output, scoped prompts, animated header (optional) |
61
+ | Performance | MCP servers auto-disconnected — model focuses solely on commit generation |
61
62
 
62
63
  ## Install
63
64
 
@@ -247,6 +248,18 @@ Resolves via cosmiconfig (JSON/YAML/etc). Example:
247
248
 
248
249
  Environment overrides (prefix `AICC_`):
249
250
 
251
+ ### OpenCode Provider & MCP
252
+
253
+ This tool uses the [OpenCode SDK](https://opencode.ai/docs/sdk/) to talk to models. On startup, **all MCP servers from your global OpenCode config are automatically disconnected**. This is intentional:
254
+
255
+ - Keeps the tool count well within provider limits (e.g. GitHub Copilot caps at 128 tools)
256
+ - Removes unnecessary latency from MCP initialization
257
+ - Lets the model (e.g. `gpt-4.1`) focus entirely on commit generation
258
+
259
+ Your global OpenCode MCP setup is unaffected — disconnection only applies to this tool's short-lived server process.
260
+
261
+ To verify which MCPs were disconnected, run with `AICC_DEBUG=true`.
262
+
250
263
  ### Configuration Precedence
251
264
 
252
265
  Lowest to highest (later wins):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/ai-conventional-commit-cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "description": "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
6
6
  "bin": {