grix-connector 3.33.0 → 3.33.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/README.md CHANGED
@@ -419,7 +419,7 @@ grix-connector can also be installed as an [OpenClaw](https://openclaw.io) plugi
419
419
  ### Install
420
420
 
421
421
  ```bash
422
- openclaw plugin install grix-connector
422
+ openclaw plugins install grix-connector
423
423
  ```
424
424
 
425
425
  Or manually add to your OpenClaw project:
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "bridgeVersion": "3.33.0",
4
- "tarball": "grix-dsh-bridge-3.33.0.tgz",
3
+ "bridgeVersion": "3.33.1",
4
+ "tarball": "grix-dsh-bridge-3.33.1.tgz",
5
5
  "size": 22012,
6
6
  "unpackedSize": 87635,
7
- "shasum": "d6f117e2f96ad00083e8d61b507ca7388a3efe11",
8
- "integrity": "sha512-+dCvyPISo5RSzcwpWp7szswpFxeWIvhaHVbK0OBImO7qUdZ1quDgPa6d1sO2MBUk5grLF63jm9YRNlKvf1MwBg=="
7
+ "shasum": "0ab492f76984a709648d23989d2ef4582efb99af",
8
+ "integrity": "sha512-4t8TkrKdEKTFdDZuxSvd3LTUJN+d1aoM5anvqHRY8My8T+8eMMekvQdBEt6Ov3UoMJVytJuthDWwjnFbEoQNaQ=="
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grix-connector",
3
- "version": "3.33.0",
3
+ "version": "3.33.1",
4
4
  "description": "Connect local AI coding agents (Claude, Codex, Gemini, Qwen, DeepSeek, Cursor, OpenCode, Pi, OpenHuman, Reasonix) to the Grix scheduling platform. Also serves as an OpenClaw plugin for Grix channel transport.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",