Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Opencode

Current ‘~/.config/opencode/opencode.json’:

{
  "$schema": "https://opencode.ai/config.json",
  "model": "openrouter/deepseek/deepseek-v4-pro",
  "provider": {
    "openrouter": {
      "models": {
        "deepseek/deepseek-v4-pro": {
          "options": {
            "provider": {
              "order": ["DeepSeek"],
              "allow_fallbacks": false
            }
          }
        }
      }
    }
  },
  "mcp": {
    "markitdown": {
      "type": "local",
      "command": [
        "markitdown-mcp"
      ]
    },
    "basic-memory": {
      "type": "local",
      "command": [
        "basic-memory",
        "mcp",
        "--project=nexus"
      ]
    }
  }
}