Skip to content
Open
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
2 changes: 1 addition & 1 deletion hermit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cafitac/hermit-agent",
"version": "0.3.55",
"version": "0.3.56",
"description": "MCP executor for Claude Code or Codex with an npm-first launcher and cheaper local or flat-rate execution by default",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cafitac-hermit-agent"
version = "0.3.55"
version = "0.3.56"
description = "MCP executor for Claude Code or Codex that offloads repetitive coding work to cheaper local or flat-rate models."
readme = "README.md"
requires-python = ">=3.11"
Expand Down