From 1e3b7d68cda40f45939c3cd44fe703b084439198 Mon Sep 17 00:00:00 2001 From: gitricko Date: Thu, 23 Jul 2026 16:52:53 -0400 Subject: [PATCH 1/2] Add GitHub Codespaces badge to README Added GitHub Codespaces badge to the README for easy access. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50921223..d049d747 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,15 @@ > **A GitHub Codespaces-ready dev container template pre-configured with Hermes AI coding agent, free LLM routers, and local AI infrastructure — ready to code in seconds.** -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace) - [![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.7.7.2-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) [![OmniRoute](https://img.shields.io/badge/OmniRoute-3.8.48-orange?logo=npm)](https://www.npmjs.com/package/omniroute) +Fork this repo and +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace) + --- ## Overview @@ -352,4 +353,4 @@ Built on amazing open-source projects: --- **Star ⭐ this repo if it saves you time!** -**Issues & PRs welcome.** \ No newline at end of file +**Issues & PRs welcome.** From 73f200bde2526cb89886b10da2829fb804b219dc Mon Sep 17 00:00:00 2001 From: gitricko Date: Thu, 23 Jul 2026 16:56:48 -0400 Subject: [PATCH 2/2] Reorder instructions for forking and opening Codespace --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d049d747..413e46bc 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ [![ModelRelay](https://img.shields.io/badge/ModelRelay-1.18.0-green?logo=npm)](https://www.npmjs.com/package/modelrelay) [![OmniRoute](https://img.shields.io/badge/OmniRoute-3.8.48-orange?logo=npm)](https://www.npmjs.com/package/omniroute) -Fork this repo and -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace) +Fork this repo before [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace) ---