Update version numbers in post-create-cmd.sh - #48
Conversation
|
| Filename | Overview |
|---|---|
| .devcontainer/post-create-cmd.sh | Updates tool pins, removes unused version declarations, and changes ModelRelay to a versioned npm installation. |
| README.md | Refreshes the displayed tool-version badges and adds a PI Agent badge. |
Reviews (3): Last reviewed commit: "Refactor modelrelay installation in post..." | Re-trigger Greptile
| HERMES_VERSION="v2026.8.31" | ||
| OMNIROUTE_VERSION=3.8.49 | ||
| MODELRELAY_VERSION=1.18.0 | ||
| OLLAMA_VERSION=0.32.9 | ||
| NODE_VERSION=24.18.0 | ||
| MNEMON_VERSION=0.1.17 | ||
| PI_AGENT_VERSION=0.84.2 | ||
| MODELRELAY_VERSION=1.22.1 | ||
| OLLAMA_VERSION=0.33.2 | ||
| NODE_VERSION=26.7.0 | ||
| MNEMON_VERSION=0.2.7 | ||
| PI_AGENT_VERSION=0.84.4 |
There was a problem hiding this comment.
Version documentation is stale
These updated pins leave the README badges and Mnemon troubleshooting instructions on the previous versions, so developers see obsolete environment information and are told to expect Mnemon 0.1.17 instead of 0.2.7.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .devcontainer/post-create-cmd.sh
Line: 3-9
Comment:
**Version documentation is stale**
These updated pins leave the README badges and Mnemon troubleshooting instructions on the previous versions, so developers see obsolete environment information and are told to expect Mnemon 0.1.17 instead of 0.2.7.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
There was a problem hiding this comment.
🟡 Changes recommended
Several updated version variables are not actually used to pin installs in the script, so the PR likely doesn’t achieve the stated “keep up to date” outcome for those tools.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the pinned version variables in .devcontainer/post-create-cmd.sh, intended to keep the devcontainer’s post-create toolchain aligned with newer upstream releases.
Changes:
- Bumped
HERMES_VERSIONtov2026.8.31. - Updated version variables for ModelRelay, Ollama, Node, Mnemon, and PI Agent.
File summaries
| File | Description |
|---|---|
| .devcontainer/post-create-cmd.sh | Updates several tool version variables used (or intended to be used) by the devcontainer post-create setup script. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Updated modelrelay installation command and removed unused version variables.
This pull request updates several tool and dependency versions in the
.devcontainer/post-create-cmd.shscript to keep the development environment up to date.Dependency version updates:
HERMES_VERSIONtov2026.8.31MODELRELAY_VERSIONto1.22.1OLLAMA_VERSIONto0.33.2NODE_VERSIONto26.7.0MNEMON_VERSIONto0.2.7PI_AGENT_VERSIONto0.84.4