@sapiom/agent-studio 0.0.1 → 0.1.1
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/CHANGELOG.md +29 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,30 @@
|
|
|
1
1
|
# @sapiom/agent-studio
|
|
2
|
+
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3ef1454]
|
|
8
|
+
- Updated dependencies [1000510]
|
|
9
|
+
- Updated dependencies [2485561]
|
|
10
|
+
- Updated dependencies [25fc26f]
|
|
11
|
+
- Updated dependencies [9addb66]
|
|
12
|
+
- Updated dependencies [533cc88]
|
|
13
|
+
- Updated dependencies [7ae67f6]
|
|
14
|
+
- Updated dependencies [cc2e4aa]
|
|
15
|
+
- Updated dependencies [baa6102]
|
|
16
|
+
- @sapiom/harness@0.3.0
|
|
17
|
+
|
|
18
|
+
## 0.1.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- 267598a: Publish `@sapiom/agent-studio` as the branded Agent Studio launcher while
|
|
23
|
+
keeping `@sapiom/harness` as the supported implementation and compatibility
|
|
24
|
+
command.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [267598a]
|
|
29
|
+
- Updated dependencies [87636c1]
|
|
30
|
+
- @sapiom/harness@0.2.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapiom/agent-studio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
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.
|
|
35
|
+
"@sapiom/harness": "0.3.0"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=20.0.0"
|