runwork 0.18.1 → 0.18.2
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.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7570,7 +7570,7 @@ function createKeyboardListener() {
|
|
|
7570
7570
|
}
|
|
7571
7571
|
|
|
7572
7572
|
// src/generated/version.ts
|
|
7573
|
-
var VERSION = "0.18.
|
|
7573
|
+
var VERSION = "0.18.2";
|
|
7574
7574
|
|
|
7575
7575
|
// src/commands/dev.ts
|
|
7576
7576
|
var exports_dev = {};
|
|
@@ -13875,7 +13875,7 @@ var AGENT_REGISTRY = [
|
|
|
13875
13875
|
{ method: "windows-start-app", target: "ChatGPT Work" }
|
|
13876
13876
|
]
|
|
13877
13877
|
},
|
|
13878
|
-
launch: { app: { macos: "ChatGPT Work", windows: "ChatGPT Work" }, bundleId: { macos: "com.openai.codex" } },
|
|
13878
|
+
launch: { app: { macos: "ChatGPT Work", windows: "ChatGPT Work" }, bundleId: { macos: "com.openai.codex" }, appxPackage: "OpenAI.Codex" },
|
|
13879
13879
|
logo: "openai",
|
|
13880
13880
|
downloadUrl: "https://chatgpt.com/download/",
|
|
13881
13881
|
skillsPaths: { global: ".agents/skills", project: ".agents/skills" },
|
|
@@ -13986,7 +13986,7 @@ var AGENT_REGISTRY = [
|
|
|
13986
13986
|
{ method: "windows-start-app", target: "ChatGPT Classic" }
|
|
13987
13987
|
]
|
|
13988
13988
|
},
|
|
13989
|
-
launch: { app: { macos: "ChatGPT Classic", windows: "ChatGPT Classic" }, bundleId: { macos: "com.openai.chat" }, url: "https://chatgpt.com/?prompt={prompt}" },
|
|
13989
|
+
launch: { app: { macos: "ChatGPT Classic", windows: "ChatGPT Classic" }, bundleId: { macos: "com.openai.chat" }, appxPackage: "OpenAI.ChatGPT", url: "https://chatgpt.com/?prompt={prompt}" },
|
|
13990
13990
|
logo: "openai",
|
|
13991
13991
|
downloadUrl: "https://chatgpt.com/download",
|
|
13992
13992
|
downloadUrls: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "runwork",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"description": "CLI for Runwork: develop, preview, and deploy Runwork apps from your local machine.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Runwork, Inc. <info@runwork.ai> (https://www.runwork.ai)",
|