From e38665357c91fd9539c5d7278bbf088c90019ce0 Mon Sep 17 00:00:00 2001 From: Ivan Milev Date: Mon, 31 Aug 2026 22:56:29 +0000 Subject: [PATCH] fix: bump CodeBoarding engine to 0.13.11 Amp-Thread-ID: https://ampcode.com/threads/T-01a05952-40d3-702c-b74f-614e60c408d3 --- action.yml | 2 +- scripts/action/supported-providers.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c651c20..b932ef1 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.10' + python -m pip install --disable-pip-version-check 'codeboarding==0.13.11' # 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 213cebd..6bb95cc 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.10", + "engine": "0.13.11", "hosted_provider": "openrouter", "providers": { "openrouter": {