Getting started
Learn how to use Bito Wingman.
Last updated
Was this helpful?
Learn how to use Bito Wingman.
Last updated
Was this helpful?
To get started with , ensure the following requirements are met:
Bito 10X Developer Plan:
Subscribe to the Bito 10X Developer Plan to unlock Bito Wingman along with all other premium features. For detailed pricing information, visit our .
Install or update the VS Code extension:
Ensure you have Bito v1.4.7 or later installed in your editor.
The Bito Wingman will download automatically after you install or update the Bito IDE extension.
Once the download is complete, Wingman will prepare itself, and you'll be ready to use it.
Bito Wingman can be used in the following ways:
Open Bito Wingman:
Open Bito in your IDE and click on "Launch Bito Wingman" button from the Bito panel.
Start a session:
In the Wingman window, type your instructions in the chatbox and submit them.
Set or change the working directory:
Default Behavior:
If no project is open in the IDE, Wingman defaults to your home directory.
Set working directory:
Click "Select specific directory" to choose a working directory for a new session.
Change working directory:
For existing sessions, click the edit icon next to the folder path at the top of the Wingman screen.
Enter the complete path to your desired directory.
Manage sessions:
All active Wingman sessions are listed in the left sidebar.
You can run multiple sessions simultaneously, and Wingman will manage them in the background.
This section explains how to run Bito Wingman from the command line. The prerequisites are the same as above, and the CLI binary is installed automatically with the Bito IDE extension.
Locating the executable:
After installation, the Bito Wingman binary is located at:
<User home directory>/.bitowingman/bin
The executable file is named with the version number and target platform. For example:
macOS: bitowingman-1.0.9-darwin-arm64
Windows: bitowingman-1.0.9-win32-x64.exe
CLI usage modes:
Bito Wingman supports two modes for interacting via the CLI:
Interactive mode (recommended): Interactive mode provides a chat-like interface for real-time command execution.
On macOS: ~/.bitowingman/bin/bitowingman-1.0.9-darwin-arm64 -i
On Windows (PowerShell): & "$env:USERPROFILE\.bitowingman\bin\bitowingman-1.0.9-win32-x64.exe" -i
Note: After launching interactive mode, type help
and press Enter to view the list of supported commands.
Non-interactive mode: Non-interactive mode allows you to execute a command directly and receive the results without entering a full session.
On macOS: ~/.bitowingman/bin/bitowingman-1.0.9-darwin-arm64 "run git diff and summarize the changes"
On Windows (PowerShell): & "$env:USERPROFILE\.bitowingman\bin\bitowingman-1.0.9-win32-x64.exe" "run git diff and summarize the changes"
Bito Wingman seamlessly integrates with various tools such as Jira, Linear, Confluence, and more. Click the "Tools" button in the top-right corner of the Wingman screen to view all supported tools.
To configure a tool, simply ask Wingman, "How do I configure [Tool Name]?"
Wingman will provide detailed step-by-step instructions. Follow the instructions to complete the configuration process.
If a tool requires an API token, Wingman will guide you through the process of obtaining it. Once you provide the token, Wingman will handle the configuration automatically.