Skip to content

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

Merged
intricko merged 10 commits into
mainfrom
gitricko-ver-patch
Sep 5, 2026
Merged

intricko merged 10 commits into
mainfrom
gitricko-ver-patch

Conversation

@gitricko

@gitricko gitricko commented Sep 5, 2026

Copy link
Copy Markdown
Owner

This pull request updates several version numbers in the .devcontainer/post-create-cmd.sh script to ensure the development environment uses the latest dependencies.

Dependency version updates:

  • Updated OMNIROUTE_VERSION from 3.8.49 to 3.8.50 to pull in the latest features or fixes.
  • Updated MNEMON_VERSION from 0.2.7 to 0.2.8 for improved functionality or bug fixes.
  • Updated PI_AGENT_VERSION from 0.84.4 to 0.85.1 to ensure compatibility and latest improvements.

Copilot AI lite review requested due to automatic review settings September 5, 2026 17:48
@greptile-apps

greptile-apps Bot commented Sep 5, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the pinned OmniRoute, Mnemon, and PI Agent releases and adjusts devcontainer initialization and CI behavior.

  • Updates dependency pins and corresponding README badges.
  • Revises OmniRoute readiness and combo initialization.
  • Extends service startup waits and narrows workflow path triggers.
  • Changes the Mnemon integration check behavior.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
.devcontainer/post-create-cmd.sh Updates dependency pins and revises noninteractive installation, OmniRoute readiness, combo creation, and MCP setup.
.devcontainer/start-hermes.sh Extends the Hermes dashboard readiness window from one minute to ten minutes.
.github/workflows/devcontainer-ci.yml Adds workflow path filters and changes timeout and failure handling for the Mnemon integration check.
README.md Updates dependency badges to match the newly pinned releases.

Reviews (10): Last reviewed commit: "Update CI workflow to trigger on specifi..." | Re-trigger Greptile

Comment on lines +4 to +7
OMNIROUTE_VERSION=3.8.50
MODELRELAY_VERSION=1.22.1
MNEMON_VERSION=0.2.7
PI_AGENT_VERSION=0.84.4
MNEMON_VERSION=0.2.8
PI_AGENT_VERSION=0.85.1

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 references remain stale

The script now pins OmniRoute 3.8.50, Mnemon 0.2.8, and PI Agent 0.85.1, while the README and devcontainer documentation still advertise the previous versions, giving contributors inaccurate information when reproducing or diagnosing the environment.

Prompt To Fix With AI
This is a comment left during a code review.
Path: .devcontainer/post-create-cmd.sh
Line: 4-7

Comment:
**Version references remain stale**

The script now pins OmniRoute 3.8.50, Mnemon 0.2.8, and PI Agent 0.85.1, while the README and devcontainer documentation still advertise the previous versions, giving contributors inaccurate information when reproducing or diagnosing the environment.

---

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.

🟢 Approval recommended

The changes are limited to straightforward version pin bumps in the devcontainer setup script with no functional logic modifications.

Pull request overview

This pull request updates pinned dependency versions used by the devcontainer post-create setup script, ensuring newly created development environments install the intended latest toolchain components.

Changes:

  • Bumped OMNIROUTE_VERSION from 3.8.49 to 3.8.50
  • Bumped MNEMON_VERSION from 0.2.7 to 0.2.8
  • Bumped PI_AGENT_VERSION from 0.84.4 to 0.85.1
File summaries
File Description
.devcontainer/post-create-cmd.sh Updates pinned versions for OmniRoute, Mnemon, and Pi agent installs used during devcontainer initialization
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@intricko
intricko merged commit 0dae0af into main Sep 5, 2026
7 checks passed
@intricko
intricko deleted the gitricko-ver-patch branch September 5, 2026 21:23
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.

3 participants