From 8a5d9de2d873cab32197933fdd0418725427db28 Mon Sep 17 00:00:00 2001 From: Svilen Stefanov Date: Sat, 5 Sep 2026 21:21:23 +0200 Subject: [PATCH] fix: update CodeBoarding dependency to 0.14.0 --- README.md | 4 ++-- action.yml | 2 +- scripts/action/supported-providers.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea4a95f..78d7081 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/action.yml b/action.yml index b932ef1..cf4f57b 100644 --- a/action.yml +++ b/action.yml @@ -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' # 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 diff --git a/scripts/action/supported-providers.json b/scripts/action/supported-providers.json index 6bb95cc..abb7c78 100644 --- a/scripts/action/supported-providers.json +++ b/scripts/action/supported-providers.json @@ -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": {