AI CLI Tools
AI assistant CLI tools including GPT, GitHub Copilot, and other AI-powered development utilities.
38 commands
Browse by Topic
Install OpenAI CLI
Install the OpenAI Python package and CLI via pip
Check OpenAI version
Display the installed OpenAI CLI version
Install LangChain
Install the LangChain framework for building LLM applications
Run with prompt
Execute Codex CLI with a natural language prompt.
Dry run mode
Preview commands without executing them.
Use specific model
Use a specific OpenAI model for the request.
Full auto mode
Enable full autonomous mode for multi-step tasks.
Set approval mode
Set approval mode (suggest, auto-edit, full-auto).
Ask a question
Ask Shell-GPT a general question.
Generate shell command
Generate a shell command from description.
Generate code
Generate code with syntax highlighting.
Execute generated command
Generate and execute a shell command.
Use custom role
Use a predefined role for specialized responses.
Create custom role
Create a new custom role interactively.
Start chat session
Start a named chat session for context.
Continue chat
Continue an existing chat session.
Start Aider session
Start Aider in the current Git repository.
Aider with specific files
Start Aider with specific files in context.
Add file (in session)
Add a file to the chat context during session.
Drop file (in session)
Remove a file from the chat context.
Use architect mode
Use architect mode for complex refactoring.
No auto-commits
Disable automatic Git commits.
Use Claude model
Use a specific model (Claude or GPT).
Undo last change
Undo the last AI-made change.
Show diff
Show diff of pending changes.
Suggest command
Get shell command suggestions from Copilot.
Explain command
Explain what a command does.
Suggest for specific shell
Get suggestions for a specific target (shell, git, gh).
Suggest Git command
Get Git-specific command suggestions.
Suggest GitHub CLI command
Get GitHub CLI-specific suggestions.
Configure Copilot CLI
Configure Copilot CLI settings.
Chat completion
Make a chat completion API request.
List models
List available OpenAI models.
Create embeddings
Generate text embeddings via API.
Generate image (DALL-E)
Generate an image using DALL-E.
Stream completion
Stream chat completion response.
Check API key
Verify API key is valid by listing a model.
Set API key (bash)
Set OpenAI API key as environment variable.
Discussion
Loading comments...