This extension provides documentation support for using the TiDB database system within the Gemini CLI environment.
The easiest way to install this extension is with this command:
gemini extension install https://github.com/hawkingrei/tidb-docs-extThe command will respond with:
Extension "tidb-docs-ext" installed successfully and enabled.Alternatively, you can clone this repo directly into your extensions folder.
For global installation:
mkdir -p ~/.gemini/extensions
git clone https://github.com/hawkingrei/tidb-docs-ext.git ~/.gemini/extensions/tidb-docs-extFor workspace-level installation:
mkdir -p ./.gemini/extensions
git clone https://github.com/hawkingrei/tidb-docs-ext.git ./.gemini/extensions/tidb-docs-extGemini CLI will automatically load the extension on startup and will then use the relevant tools to answer any questions relating to TiDB.