@bang404/openagent-harness 0.3.0 → 0.4.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/openapi.yaml +1 -1
  2. package/package.json +1 -1
package/openapi.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  openapi: 3.1.0
2
2
  info:
3
3
  title: OpenAgent Harness API
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  description: >-
6
6
  Behavior-free public contract for a private OpenAgent runtime process.
7
7
  All endpoints require a process-scoped Bearer token and are served only on
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bang404/openagent-harness",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Thin client for the private OpenAgent harness runtime",
5
5
  "license": "MIT",
6
6
  "repository": {