chore(docs): Update docs to reflect support for macOS - #371
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
k-chrispens
left a comment
There was a problem hiding this comment.
Thanks for this! The AGENTS.md update would also be much appreciated - it is probably due for a more comprehensive update, there are a few parts of the codebase that aren't referenced in it currently that ought to be. Pointing agents towards programmatic interactions with the code base is a perfect way to make sure it stays updated for the pixi envs!
I was expecting installation for macOS development to fail based on this note in the README:
Instead
pixi install -asucceeded, skipping the CUDA-only environments:I see that macOS (arm64) landed in #255, so this PR updates the README to reflect that. I'm reading between the lines, but from what I gather macOS isn't supported as a first-class platform (no CUDA), just as a convenience for local development. I've tailored the language according to that assumption.
Relatedly, I noticed
AGENTS.mdis stale because it lists all the pixi environments but doesn't mentionboltz-osx. I considered adding it but I think the proper solution is to avoid this "agentic doc debt" altogether (protpardelleis also missing) by pointing agents to the cmdpixi workspace environment list. Can file an issue / submit PR for this if requested.