Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,15 @@ node scripts/auth-utils.js <command>
- `expire`: Force the access token to expire (for testing refresh).
- `status`: Show current authentication status.
- `help`: Show the help message.

## Testing with Gemini CLI

To test the extension against the Gemini CLI, you can use the following commands:

```bash
gemini extensions uninstall workspace
npm install
npm run build
gemini extensions link .
gemini extensions list
```
Loading