Skip to content
Merged
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ With the default `github.token`, the repository or organization must allow GitHu
| `force_full` | sync | `false` | Ignore the committed baseline for this run. |
| `warmstart_retention_days` | review | `1` | Days to keep the reusable analysis. Only the next run reads it. |

The `/codeboarding` command, comment heading, Mermaid direction (`LR`), hosted webview URL, rolling sync branch, commit message, and CodeBoarding 0.13.10 version are intentionally fixed rather than exposed as configuration.
The `/codeboarding` command, comment heading, Mermaid direction (`LR`), hosted webview URL, rolling sync branch, commit message, and CodeBoarding 0.14.0 version are intentionally fixed rather than exposed as configuration.

## Outputs

Expand Down Expand Up @@ -347,7 +347,7 @@ Run the local analysis pipeline:

```bash
export OPENROUTER_API_KEY=sk-or-...
python -m pip install codeboarding==0.13.10
python -m pip install codeboarding==0.14.0
tests/run_local.sh --repo /path/to/repo --base main --head feature
```

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ runs:
if: steps.guard.outputs.skip != 'true'
shell: bash
run: |
python -m pip install --disable-pip-version-check 'codeboarding==0.13.11'
python -m pip install --disable-pip-version-check 'codeboarding==0.14.0'
Comment thread
ivanmilevtues marked this conversation as resolved.
# Fail here, with the reason, rather than mid-analysis with a traceback:
# pinning a release does not pin what its dependencies resolve to. Run
# the console script, not `python -c`, which would put the analyzed
Expand Down
2 changes: 1 addition & 1 deletion scripts/action/supported-providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"a selection env (AWS_DEFAULT_REGION, OLLAMA_API_KEY) therefore cannot select a provider",
"on its own, which is why ollama and litellm need their base URL and not just a key."
],
"engine": "0.13.11",
"engine": "0.14.0",
"hosted_provider": "openrouter",
"providers": {
"openrouter": {
Expand Down
Loading