fix: update CodeBoarding dependency to 0.14.4 - #127
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 95283fe99e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| | `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.14.2 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.4 version are intentionally fixed rather than exposed as configuration. |
There was a problem hiding this comment.
Update the remaining Core version reference
The bump leaves README.md:334 saying that the action pins Core 0.14.2, contradicting both this new 0.14.4 statement and the actual install pin. This makes the documented engine contract and release prerequisite ambiguous; update that remaining reference to 0.14.4 as part of the pin bump.
Useful? React with 👍 / 👎.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
95283fe to
6ffbfd5
Compare
CodeBoarding reviewStatus: 0 changed components See the full change in CodeBoarding. graph LR
n_action_scripts["action_scripts"]
classDef added fill:#1f883d,stroke:#0b5d23,color:#ffffff;
classDef modified fill:#bf8700,stroke:#7d4e00,color:#ffffff;
classDef deleted fill:#cf222e,stroke:#82071e,color:#ffffff,stroke-dasharray:5 3;
|
Re-pin the analysis engine to codeboarding
0.14.4, over the0.14.3pin that landed in #125.Four pin sites move together: the
action.ymlinstall literal, the"engine"field inscripts/action/supported-providers.json, and the two README references.0.14.4is published on PyPI, so this is safe to merge.tests/test_provider_table_drift.pypasses against the publishedcodeboarding==0.14.4.🤖 Generated with Claude Code