Adapt docs for 0.17.0, bump version#100
Conversation
📝 WalkthroughWalkthroughThis PR updates documentation (README.md, docs/index.md, docs/agents/index.md, docs/quickstart.md) to reflect support for Podman in addition to Docker containers, and adds a note about pull progress display. It also bumps the package version from 0.16.0 to 0.17.0 in pyproject.toml, src/vibepod/__init__.py, and src/vibepod/constants.py. ChangesPodman Documentation Updates
Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d8520ef9e0
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 `@src/vibepod/constants.py`:
- Line 11: The version constants are duplicated in constants.py, with VERSION
unused while the CLI already reads vibepod.__version__. Remove the unused
VERSION constant or refactor the package to use __version__ as the single source
of truth, and update any version-related references to use the same symbol so
future version bumps happen in one place only.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: f82eb6de-1bde-4c4c-ac42-25bdf0128a21
📒 Files selected for processing (7)
README.mddocs/agents/index.mddocs/index.mddocs/quickstart.mdpyproject.tomlsrc/vibepod/__init__.pysrc/vibepod/constants.py
🤖 Augment PR SummarySummary: Updates documentation and user-facing text to describe running agents in Docker or Podman containers, including mention of visible pull progress. 🤖 Was this summary useful? React with 👍 or 👎 |
Updates VibePod to support both Docker and Podman containers throughout the documentation and user-facing descriptions. It also improves the auto-pull experience by displaying pull progress and bumps the version to 0.17.0.
Summary by CodeRabbit
New Features
Documentation
Chores