Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/content/docs/setup/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ gh aw init --no-mcp # Skip MCP server integration
gh aw init --no-skill # Skip dispatcher skill creation
gh aw init --no-agent # Skip custom agent creation
gh aw init --codespaces "" # Configure Codespaces for current repo only
gh aw init --codespaces repo1,repo2 # Configure devcontainer for additional repos
gh aw init --codespaces repo1,repo2 # Configure Codespaces with additional repos
gh aw init --completions # Install shell completions
gh aw init --create-pull-request # Initialize and open a pull request
```
Expand Down Expand Up @@ -581,7 +581,7 @@ Maps PR check rollups to one of the following normalized states: `success`, `fai

#### `forecast` `[EXPERIMENTAL]`

Forecast token usage and costs for agentic workflows using recent run history and Monte Carlo simulation.
Forecast AI Credit (AIC) usage and costs for agentic workflows using recent run history and Monte Carlo simulation.

```bash wrap
gh aw forecast # Forecast all workflows (monthly)
Expand Down
Loading