Skip to content

Update version numbers in post-create-cmd.sh - #48

Merged
gitricko merged 3 commits into
mainfrom
gitricko-patch-update-version
Sep 3, 2026
Merged

gitricko merged 3 commits into
mainfrom
gitricko-patch-update-version

Conversation

@gitricko

@gitricko gitricko commented Sep 3, 2026

Copy link
Copy Markdown
Owner

This pull request updates several tool and dependency versions in the .devcontainer/post-create-cmd.sh script to keep the development environment up to date.

Dependency version updates:

  • Updated HERMES_VERSION to v2026.8.31
  • Updated MODELRELAY_VERSION to 1.22.1
  • Updated OLLAMA_VERSION to 0.33.2
  • Updated NODE_VERSION to 26.7.0
  • Updated MNEMON_VERSION to 0.2.7
  • Updated PI_AGENT_VERSION to 0.84.4

Copilot AI lite review requested due to automatic review settings September 3, 2026 18:25
@greptile-apps

greptile-apps Bot commented Sep 3, 2026

Copy link
Copy Markdown

Greptile Summary

The PR updates development-container tool versions, switches ModelRelay installation to the pinned npm release, and refreshes corresponding README badges.

  • Updates Hermes, ModelRelay, Mnemon, and PI Agent versions.
  • Removes unused Ollama and Node version declarations.
  • Installs ModelRelay 1.22.1 from npm instead of the GitHub source.

Confidence Score: 5/5

The PR appears safe to merge because no blocking failure remains.

No blocking failure remains.

Important Files Changed

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

Comment on lines +3 to +9
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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 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_VERSION to v2026.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.

Comment thread .devcontainer/post-create-cmd.sh Outdated
Updated modelrelay installation command and removed unused version variables.
@gitricko
gitricko merged commit 87d1a36 into main Sep 3, 2026
7 checks passed
@gitricko
gitricko deleted the gitricko-patch-update-version branch September 3, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants