Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Cody Prompt PusherNew to Visual Studio Code? Get it now.
Cody Prompt Pusher

Cody Prompt Pusher

Darko Kuzmanovic

|
562 installs
| (2) | Free
Add multiple files to Cody Chat from Explorer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cody Prompt Pusher

Cody Prompt Pusher is a Visual Studio Code extension that enhances your workflow with Sourcegraph's Cody by allowing you to easily add files and folders to Cody Chat through the context menu.

Requirements

  • Installed Souregraph's Cody extension in VSCode.

Features

  • 🖱️ Right-click to add files to Cody Chat
  • 📁 Support for recursive folder processing
  • 📊 Progress tracking with detailed status updates
  • ⚙️ Configurable file processing settings
  • 🎯 Smart file exclusion patterns
  • 📝 Multiple file selection support
  • 📑 Add all open editor tabs at once

Demo

Extension Demo Extension demo

Installation

  1. Download the VSIX file from the releases page
  2. In VS Code, go to the Extensions view (Ctrl+Shift+X)
  3. Click on the "..." menu at the top of the Extensions view
  4. Select "Install from VSIX..." and choose the downloaded file

Usage

Adding Single or Multiple Files

  1. Select one or more files in the VS Code Explorer
  2. Right-click and select "Add to Cody Chat"
  3. Files will be added to your current Cody Chat session

Adding Entire Folders

  1. Right-click on any folder in the VS Code Explorer
  2. Select "Add to Cody Chat"
  3. The extension will:
    • Scan the folder recursively for all files
    • Skip excluded patterns (e.g., node_modules)
    • Show progress while collecting and processing files

Adding All Open Editor Tabs

  1. Open the Command Palette (Ctrl+Shift+P)
  2. Type "Add Open Tabs to Cody Chat"
  3. All currently open text files will be added to your Cody Chat session

Progress Tracking

  • See real-time progress notifications
  • View which file is currently being processed
  • Cancel the operation at any time

Configuration

Access settings through:

  1. Command Palette (Ctrl+Shift+P)
  2. Type "Preferences: Open Settings (UI)"
  3. Search for "Cody Prompt Pusher"

Available settings:

{
  // Delay between processing files (in milliseconds)
  "codyPromptPusher.delayBetweenFiles": 200,

  // Maximum number of files to process at once
  "codyPromptPusher.maxFilesAtOnce": 15,

  // Show progress notification while processing files
  "codyPromptPusher.showToastNotification": true,

  // Patterns to exclude when scanning folders
  "codyPromptPusher.excludePatterns": ["node_modules", ".git", "dist", "build", ".next", ".vscode"]
}

Configuration Details

Setting Description Default
delayBetweenFiles Time to wait between processing files 200ms
maxFilesAtOnce Maximum number of files to process in one operation 15
showToastNotification Show success notification for each file true
excludePatterns Patterns to skip when scanning folders ["node_modules", ...]

Requirements

  • Visual Studio Code 1.60.0 or higher
  • Sourcegraph Cody extension installed and configured

Known Issues

  • Large folders may take some time to scan
  • Processing many files at once may impact performance

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE file for more information.

Credits

Developed by Darko Kuzmanović

Release Notes

0.5.0

  • Added new command to add all open editor tabs to Cody Chat
  • Changed the way toast notifications are shown and added an option to disable them ()
  • Major code refactoring for improved maintainability
  • Separated core functionality into dedicated modules
  • Enhanced error handling
  • Updated icon

0.1.0

  • Replaced multiple stacking notifications with a single progress bar
  • Added one summary notification upon completion
  • Moved "Add to Cody Chat" menu item to a more logical position above the Share menu
  • Changed icon
  • Improved demo.gif
  • Tweaked default values.

0.0.1

  • Initial release
  • Support for files and folders
  • Configurable processing options
  • Progress tracking
  • Recursive folder scanning

Note: This extension is not officially affiliated with Sourcegraph or Cody.

Support

For support, please:

  1. Search existing issues
  2. Create a new issue if needed
  3. Send me an email to darko@quz.ma
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft