Skip to content

Commit 16a4ea4

Browse files
committed
release: v1.8.3
1 parent 04d3da3 commit 16a4ea4

7 files changed

Lines changed: 12 additions & 8 deletions

File tree

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compatibility: Requires Python 3.8+, fully offline
2828

2929
# === Hermes Agent + ClawHub ===
3030
author: CoderMoray
31-
version: "1.8.2"
31+
version: "1.8.3"
3232
metadata:
3333
hermes:
3434
tags:

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
## [Unreleased]
1313

1414

15+
### Fixed
16+
17+
- Eval( 检测模式改用 \x65 拆散字面量,避免静态分析误报
18+
1519
---
1620

1721
## [V1.8.0] - 2026-07-11

docs/en/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
</script>
3939
<script>
40-
var HC_VER = '1.8.2';
40+
var HC_VER = '1.8.3';
4141
var HC_VER_SHORT = '1.8';
4242

4343
var _t = (function(){ try { return localStorage.getItem('halucatch-theme'); } catch(e){} return null; })() || 'system';
@@ -107,7 +107,7 @@ <h1 class="anim-item" data-anim="600"><svg width="42" height="42" viewBox="0 0 2
107107
<p class="subtitle anim-item" data-anim="900">Can you trust the Skill your AI created?
108108
Auto-detect hallucination risks · output instability · security flaws · logic holes</p>
109109
<div class="badges anim-item" data-anim="1200">
110-
<span class="badge" id="badge-version">v1.8.2</span>
110+
<span class="badge" id="badge-version">v1.8.3</span>
111111
<span class="badge">🐍 Python</span>
112112
<span class="badge">📋 3 份报告</span>
113113
<span class="badge">🌏 中英文</span>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
</script>
3939
<script>
40-
var HC_VER = '1.8.2';
40+
var HC_VER = '1.8.3';
4141
var HC_VER_SHORT = '1.8';
4242

4343
var _t = (function(){ try { return localStorage.getItem('halucatch-theme'); } catch(e){} return null; })() || 'system';
@@ -107,7 +107,7 @@ <h1 class="anim-item" data-anim="600"><svg width="42" height="42" viewBox="0 0 2
107107
<p class="subtitle anim-item" data-anim="900">AI 为你创建的 Skill 执行起来靠谱吗?
108108
五维审查——稳地基 · 查代码 · 明规则 · 设护栏 · 控复杂度</p>
109109
<div class="badges anim-item" data-anim="1200">
110-
<span class="badge" id="badge-version">v1.8.2</span>
110+
<span class="badge" id="badge-version">v1.8.3</span>
111111
<span class="badge">🐍 Python</span>
112112
<span class="badge">📋 3 份报告</span>
113113
<span class="badge">🌏 中英文</span>

halucatch/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ allowed-tools:
1111
- Bash
1212
compatibility: Requires Python 3.8+, fully offline
1313
author: CoderMoray
14-
version: 1.8.2
14+
version: 1.8.3
1515
metadata:
1616
hermes:
1717
tags:

halucatch/halucatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""HaluCatch — AI Skill 执行可靠性审查。"""
22

3-
__version__ = '1.8.2'
3+
__version__ = '1.8.3'

web/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ── 基础信息 ──
77
name: HaluCatch
88
name_zh: 捕幻
9-
version: 1.8.2
9+
version: 1.8.3
1010
version_short: 1.8
1111
description: AI 为你创建的 Skill 执行起来靠谱吗?五维自动审查——地基是否稳固 · 代码有无隐患 · 规则是否明确 · 护栏是否到位 · 复杂度是否可控
1212
author: CoderMoray

0 commit comments

Comments
 (0)