cicy-desktop 2.1.43 → 2.1.45

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cicy-desktop",
3
- "version": "2.1.43",
3
+ "version": "2.1.45",
4
4
  "description": "CiCy - AI-powered operating system browser",
5
5
  "main": "src/main.js",
6
6
  "bin": {
@@ -106,6 +106,9 @@ contextBridge.exposeInMainWorld("cicy", {
106
106
  sidecar: {
107
107
  status: () => logInvoke("sidecar:status"),
108
108
  start: () => logInvoke("sidecar:start"),
109
+ stop: () => logInvoke("sidecar:stop"),
110
+ restart: () => logInvoke("sidecar:restart"),
111
+ update: () => logInvoke("sidecar:update"),
109
112
  },
110
113
  windows: {
111
114
  list: () => logInvoke("windows:list"),