@botbotgo/agent-harness 0.0.299 → 0.0.301

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.
package/README.md CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  <p align="center">
25
25
  <a href="https://botbotgo.github.io/agent-harness/">Product website</a>
26
- (static page in <code>docs/</code>, publish with GitHub Pages; EN / 中文 toggle)
26
+ (static page in <code>docs/</code>, self-hosted docs site; EN / 中文 toggle)
27
27
  </p>
28
28
 
29
29
  <p align="center">
package/README.zh.md CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  <p align="center">
25
25
  <a href="https://botbotgo.github.io/agent-harness/">产品网站</a>
26
- (<code>docs/</code> 中的静态页,通过 GitHub Pages 发布;支持中英文切换)
26
+ (<code>docs/</code> 中的静态页,走自托管文档站;支持中英文切换)
27
27
  </p>
28
28
 
29
29
  <p align="center">
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.298";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.300";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.298";
1
+ export const AGENT_HARNESS_VERSION = "0.0.300";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.299",
3
+ "version": "0.0.301",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",