@parall/parall 1.40.0 → 1.41.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.
- package/dist/index.bundle.mjs +2 -3
- package/package.json +3 -3
package/dist/index.bundle.mjs
CHANGED
|
@@ -28205,9 +28205,8 @@ var ParallClient = class _ParallClient {
|
|
|
28205
28205
|
* Wipe a managed agent's entity state — sandbox filesystem, AGENT.md,
|
|
28206
28206
|
* long-term memory — while keeping the conversation line and channel
|
|
28207
28207
|
* binding. The destructive counterpart of New Session under the
|
|
28208
|
-
* conversation/entity split (managed/parel agents only; 409
|
|
28209
|
-
* for
|
|
28210
|
-
* multi-org memberships).
|
|
28208
|
+
* conversation/entity split (managed/parel agents only; 409 SHARED_AGENT
|
|
28209
|
+
* for multi-org memberships).
|
|
28211
28210
|
*/
|
|
28212
28211
|
async deepResetAgent(orgId, agentId) {
|
|
28213
28212
|
return this.request("POST", ENDPOINTS.AGENT_DEEP_RESET(orgId, agentId));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parall/parall",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"description": "OpenClaw channel plugin for Parall IM",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"openclaw.plugin.json"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@parall/agent-core": "1.
|
|
20
|
-
"@parall/sdk": "1.
|
|
19
|
+
"@parall/agent-core": "1.41.0",
|
|
20
|
+
"@parall/sdk": "1.41.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.0.0",
|