Skip to content

Commit 14f81e8

Browse files
authored
Merge pull request #1253 from github/jm/experimental
docs: add experimental mode section to README
2 parents c01eb7a + cc589c4 commit 14f81e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,19 @@ Launch `copilot` in a folder that contains code you want to work with.
118118

119119
By default, `copilot` utilizes Claude Sonnet 4.5. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5.
120120

121+
### Experimental Mode
122+
123+
Experimental mode enables access to new features that are still in development. You can activate experimental mode by:
124+
125+
- Launching with the `--experimental` flag: `copilot --experimental`
126+
- Using the `/experimental` slash command from within the CLI
127+
128+
Once activated, the setting is persisted in your config, so the `--experimental` flag is no longer needed on subsequent launches.
129+
130+
#### Experimental Features
131+
132+
- **Autopilot mode:** Autopilot is a new mode (press `Shift+Tab` to cycle through modes), which encourages the agent to continue working until a task is completed.
133+
121134
Each time you submit a prompt to GitHub Copilot CLI, your monthly quota of premium requests is reduced by one. For information about premium requests, see [About premium requests](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
122135

123136
For more information about how to use the GitHub Copilot CLI, see [our official documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).

0 commit comments

Comments
 (0)