@foxden-app/foxclaw 0.6.10 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable FoxClaw changes are listed here. Each release note is bilingual so GitHub Releases and the npm package are useful to both Chinese and English readers.
4
4
 
5
+ ## 0.7.0 - 2026-08-26
6
+
7
+ ### 中文
8
+ - 版本对齐发布:代码内容与 0.6.10 相同,无功能性变更。
9
+
10
+ ### English
11
+ - Version alignment release: code content is identical to 0.6.10, no functional changes.
12
+
5
13
  ## 0.6.10 - 2026-08-23
6
14
 
7
15
  ### 中文
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxden-app/foxclaw",
3
- "version": "0.6.10",
3
+ "version": "0.7.0",
4
4
  "description": "Foxden local execution claw for controlling Codex and OpenCode from trusted chat interfaces.",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",