Skip to content

Commit 963c054

Browse files
committed
chore: release v0.5.16
- bump version 0.5.15 → 0.5.16 - sync CURRENT_VERSION 0.5.10 → 0.5.16 - CHANGELOG: Hermes Agent 平台支持 + MCP 测试修复
1 parent c1e53ca commit 963c054

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [0.5.16] - 2026-04-15
9+
10+
### Added
11+
- 支持平台表新增 **Hermes Agent**(Nous Research,通过 MCP 接入)
12+
13+
### Fixed
14+
- `test-mcp.ts` 改为 NDJSON framing,与 server 对齐(此前 0/11,现在 11/11 全通过)
15+
16+
### Changed
17+
- `CURRENT_VERSION` 同步到 0.5.16(此前滞留 0.5.10)
18+
819
## [0.5.0] - 2026-03-14
920

1021
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellward",
3-
"version": "0.5.15",
3+
"version": "0.5.16",
44
"mcpName": "io.github.jnMetaCode/shellward",
55
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents, Hermes Agent.",
66
"keywords": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { registerAllCommands } from './commands/index.js'
2020
import { checkForUpdate } from './update-check.js'
2121
import { runAutoCheckOnStartup } from './auto-check.js'
2222

23-
const CURRENT_VERSION = '0.5.10'
23+
const CURRENT_VERSION = '0.5.16'
2424

2525
// Re-export core engine for SDK usage
2626
export { ShellWard } from './core/engine.js'

0 commit comments

Comments
 (0)