Skip to content

ginko context

Terminal window
ginko context [options]

Manage the files included in your current session context. Controls what your AI assistant can see.

FlagDescription
--add <files...>Add files to context
--remove <files...>Remove files from context
--showShow current context
Terminal window
# Show current context
ginko context --show
# Add files
ginko context --add src/auth.ts src/config.ts
# Remove files
ginko context --remove src/old-module.ts