squad-openclaw 2026.2.16 → 2026.2.181

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.d.ts CHANGED
@@ -2,9 +2,10 @@
2
2
  * squad-openclaw — OpenClaw gateway plugin for Squad
3
3
  *
4
4
  * Provides:
5
- * - Entity registry with FTS and vector search (entity_*)
5
+ * - In-memory entity registry with filesystem watching (entity_list, entity_search, entity_sync)
6
6
  * - Filesystem tools for remote clients (fs_read, fs_write, fs_list)
7
7
  * - Version check and self-update gateway methods (squad.version.*)
8
+ * - Cloud relay client for remote browser access (relay-client)
8
9
  */
9
10
  declare function squadAppPlugin(api: any): void;
10
11