Prepare the Heartwood 0.2.0 Release - #92
Conversation
|
Warning Review limit reached
Next review available in: 50 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe release is finalized as version Sequence Diagram(s)sequenceDiagram
participant GPU Launcher
participant vLLM
participant Verifier
GPU Launcher->>vLLM: Set outlines disk cache disabled
GPU Launcher->>Verifier: Run startup checks
Verifier->>vLLM: Inspect environment and package sources
vLLM-->>Verifier: Return configuration and source files
Verifier-->>GPU Launcher: Permit startup or raise RuntimeError
Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@images/gpu/verify_vllm.py`:
- Around line 106-137: Update _torchscript_calls to recognize ast.Import entries
for torch.jit, adding each alias (including asname) to jit_names so calls such
as jit.script(...) are detected. Preserve existing from torch import jit and
torch.jit.script handling, and add a regression test covering import torch.jit
as jit followed by jit.script(...).
In `@SECURITY.md`:
- Line 3: Update the SPDX copyright attribution in SECURITY.md at lines 3-3 and
documentation/operate/support.md at lines 3-3 to use the approved Schmiedmayer
Lab at Stanford University wording, replacing the broader Stanford University
attribution in both headers.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 718b1b2f-3e05-4daa-b4df-a2f1d312b553
⛔ Files ignored due to path filters (2)
packages/webui/package-lock.jsonis excluded by!**/package-lock.jsonuv.lockis excluded by!**/*.lock
📒 Files selected for processing (56)
AGENTS.mdREADME.mdSECURITY.mdVERSION.tomldocker-bake.hcldocumentation/contribute/releases.mddocumentation/models/offline.mddocumentation/operate/index.mddocumentation/operate/security.mddocumentation/operate/support.mddocumentation/platforms/carina.mddocumentation/platforms/containers.mddocumentation/platforms/native-linux.mddocumentation/platforms/terra.mdfixtures/synthetic/skills/omop-cohort-summary/SKILL.mdfixtures/synthetic/skills/omop-cohort-summary/metadata.jsonimages/Dockerfileimages/gpu/heartwood-vllmimages/gpu/verify_vllm.pypackages/adapters/pyproject.tomlpackages/adapters/src/heartwood/adapters/__init__.pypackages/adapters/src/heartwood/adapters/conformance.pypackages/adapters/tests/test_conformance.pypackages/audit/pyproject.tomlpackages/audit/src/heartwood/audit/__init__.pypackages/cli/pyproject.tomlpackages/cli/src/heartwood/cli/__init__.pypackages/compliance/pyproject.tomlpackages/compliance/src/heartwood/compliance/__init__.pypackages/compliance/tests/test_container_assets.pypackages/compliance/tests/test_release_governance.pypackages/core-adapter/pyproject.tomlpackages/core-adapter/src/heartwood/core_adapter/__init__.pypackages/detector/pyproject.tomlpackages/detector/src/heartwood/detector/__init__.pypackages/fixtures/pyproject.tomlpackages/fixtures/src/heartwood/fixtures/__init__.pypackages/gateway/pyproject.tomlpackages/model-policy/pyproject.tomlpackages/model-policy/src/heartwood/model_policy/__init__.pypackages/notebook/pyproject.tomlpackages/notebook/src/heartwood/notebook/__init__.pypackages/schemas/pyproject.tomlpackages/schemas/src/heartwood/schemas/__init__.pypackages/schemas/tests/test_schema_records.pypackages/session/pyproject.tomlpackages/session/src/heartwood/session/__init__.pypackages/skills/pyproject.tomlpackages/webui/package.jsonskills/verified/aggregate-export/SKILL.mdskills/verified/aggregate-export/metadata.jsonskills/verified/baseline-model/SKILL.mdskills/verified/baseline-model/metadata.jsonskills/verified/omop-cohort-summary/SKILL.mdskills/verified/omop-cohort-summary/metadata.jsonzensical.toml
♻️ Current situation & Problem
Heartwood needs enforceable mitigations for the remaining GPU runtime advisories and a clear support and security policy before the first stable 0.2 release. This advances #34 and #48.
⚙️ Release Notes
0.2.0.📚 Documentation
Adds the repository security policy and Support and Compatibility guide, and updates stable release and platform references for
0.2.0.✅ Testing
Python, web unit and browser tests, gateway and notebook smoke tests, strict documentation build, REUSE, release version gate, native installer suite, and clean Ubuntu 24.04 installation and inference smoke.
Code of Conduct & Contributing Guidelines