Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .devcontainer/post-create-cmd.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/bash

HERMES_VERSION="v2026.8.13"
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
MNEMON_VERSION=0.2.7
PI_AGENT_VERSION=0.84.4
Comment on lines +3 to +7

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!

HERDR_VERSION=0.7.4

SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
Expand Down Expand Up @@ -146,8 +144,7 @@ if command -v hermes &>/dev/null && [ -d "$HOME/.hermes/sessions" ] && [ -z "$(l
fi

# Install modelrelay globally
# sudo npm install -g modelrelay@${MODELRELAY_VERSION} && \
sudo npm install github:gitricko/modelrelay -g --prefix /usr/local/lib/modelrelay
sudo npm install -g modelrelay@${MODELRELAY_VERSION} --prefix /usr/local/lib/modelrelay
sudo ln -sf /usr/local/lib/modelrelay/bin/modelrelay /usr/local/bin/modelrelay
sudo npm cache clean --force

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Dev Container](https://img.shields.io/badge/devcontainer-ready-blue?logo=docker)](https://containers.dev/)
[![Hermes Agent](https://img.shields.io/badge/Hermes%20Agent-v2026.8.3-purple?logo=github)](https://github.com/NousResearch/hermes-agent)
[![ModelRelay](https://img.shields.io/badge/ModelRelay-1.18.0-green?logo=npm)](https://www.npmjs.com/package/modelrelay)
[![Hermes Agent](https://img.shields.io/badge/Hermes%20Agent-v2026.8.31-purple?logo=github)](https://github.com/NousResearch/hermes-agent)
[![PI Agent](https://img.shields.io/badge/PI%20Agent-v0.84.4-brown?logo=github)](https://pi.dev)
[![ModelRelay](https://img.shields.io/badge/ModelRelay-1.22.1-green?logo=npm)](https://www.npmjs.com/package/modelrelay)
[![OmniRoute](https://img.shields.io/badge/OmniRoute-3.8.49-orange?logo=npm)](https://www.npmjs.com/package/omniroute)
[![Ollama](https://img.shields.io/badge/Ollama-0.32.9-yellow?logo=ollama)](https://github.com/ollama/ollama)
[![Mnemon](https://img.shields.io/badge/Mnemon-0.1.17-pink?logo=github)](https://github.com/mnemon-dev/mnemon)
[![Ollama](https://img.shields.io/badge/Ollama-0.33.2-yellow?logo=ollama)](https://github.com/ollama/ollama)
[![Mnemon](https://img.shields.io/badge/Mnemon-0.2.7-pink?logo=github)](https://github.com/mnemon-dev/mnemon)


Fork this repo before [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace)
Expand Down Expand Up @@ -355,4 +356,4 @@ Built on amazing open-source projects:
---

**Star ⭐ this repo if it saves you time!**
**Issues & PRs welcome.**
**Issues & PRs welcome.**
Loading