@sapiom/agent-studio 0.0.1 → 0.1.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1 +1,15 @@
1
1
  # @sapiom/agent-studio
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 267598a: Publish `@sapiom/agent-studio` as the branded Agent Studio launcher while
8
+ keeping `@sapiom/harness` as the supported implementation and compatibility
9
+ command.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [267598a]
14
+ - Updated dependencies [87636c1]
15
+ - @sapiom/harness@0.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapiom/agent-studio",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Agent Studio — build, test, deploy, and run Sapiom agents with your coding agent in a local workspace.",
5
5
  "keywords": [
6
6
  "sapiom",
@@ -32,7 +32,7 @@
32
32
  "CHANGELOG.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@sapiom/harness": "0.2.6"
35
+ "@sapiom/harness": "0.2.7"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20.0.0"