ginko context
ginko context [options]Description
Section titled “Description”Manage the files included in your current session context. Controls what your AI assistant can see.
Options
Section titled “Options”| Flag | Description |
|---|---|
--add <files...> | Add files to context |
--remove <files...> | Remove files from context |
--show | Show current context |
Examples
Section titled “Examples”# Show current contextginko context --show
# Add filesginko context --add src/auth.ts src/config.ts
# Remove filesginko context --remove src/old-module.tsRelated Commands
Section titled “Related Commands”- ginko compact — Reduce context size
- ginko start — Context loaded at start