Skip to content
Gemini CLI

Unwritten for Gemini CLI

io.github.byggarepop/unwritten

Catches files and C# members you forgot to change, learned from your repo's git history

client:Gemini CLI transport:stdio runtime:nuget

Install Unwritten in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "unwritten": {
      "command": "dnx",
      "args": [
        "Unwritten",
        "--yes"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Unwritten in other clients