codex-plus-patcher 0.7.1 → 0.8.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/package.json +1 -1
- package/src/cli.js +6 -0
- package/src/core/asar.js +6 -4
- package/src/core/dev-mode.js +69 -4
- package/src/core/plugin-audit.js +461 -13
- package/src/patches/26.623.31921-4452.js +45 -0
- package/src/patches/26.623.42026-4514.js +44 -0
- package/src/patches/index.js +4 -0
- package/src/patches/lib/common-patches.js +531 -2
- package/src/patches/lib/project-selector-shortcut-patch.js +130 -2
- package/src/runtime/host/projectSelector.js +7 -2
- package/src/runtime/plugins/projectColors.js +2 -0
- package/src/runtime/plugins/projectSelectorShortcut.js +27 -12
- package/src/runtime/plugins/userBubbleColors.js +4 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const { buildCodexPlusPatchSet } = require("./lib/common-patches");
|
|
2
|
+
|
|
3
|
+
module.exports = buildCodexPlusPatchSet({
|
|
4
|
+
id: "codex-26.623.31921-4452",
|
|
5
|
+
codexVersion: "26.623.31921",
|
|
6
|
+
bundleVersion: "4452",
|
|
7
|
+
asarSha256: "04287710b058bc0977031481c21f5ab69cfb2bcf4fa5c1919b9b590c38960543",
|
|
8
|
+
files: {
|
|
9
|
+
main: ".vite/build/main--VWTbRdF.js",
|
|
10
|
+
electronCommandSource: ".vite/build/src-Bnhv1yNK.js",
|
|
11
|
+
appMain: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
12
|
+
appShell: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
13
|
+
errorBoundary: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
14
|
+
generalSettings: "webview/assets/general-settings-CONLsqSe.js",
|
|
15
|
+
header: "webview/assets/header-CT44CGhD.js",
|
|
16
|
+
threadPageHeader: null,
|
|
17
|
+
localConversationPage: "webview/assets/local-conversation-page-D7JrTtqP.js",
|
|
18
|
+
threadContext: null,
|
|
19
|
+
sidebarProjectHoverCardSourceRows: "webview/assets/app-initial~app-main~remote-conversation-page~new-thread-panel-page~projects-index-page~app~ovcriy74-KTK3czaX.js",
|
|
20
|
+
threadSidePanelTabs: "webview/assets/app-initial~app-main~onboarding-page~profile-QLPeiknY.js",
|
|
21
|
+
userMessageAttachments: "webview/assets/app-initial~app-main~onboarding-page~profile-QLPeiknY.js",
|
|
22
|
+
composer: "webview/assets/app-initial~app-main~remote-conversation-page~new-thread-panel-page~appgen-library-page~hot~djo67r4n-CIs8dplf.js",
|
|
23
|
+
localActiveWorkspaceRootDropdown: "webview/assets/app-initial~app-main~projects-index-page~hotkey-window-new-thread-page~hotkey-window-home-p~hswrsggc-D-_P9low.js",
|
|
24
|
+
homeProjectDropdown: null,
|
|
25
|
+
runCommand: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
26
|
+
localTaskRow: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page~hotkey-window-thread-page~hc7acb17-o4mgW3b3.js",
|
|
27
|
+
mermaidDiagramShell: "webview/assets/app-initial~app-main~worktree-init-v2-page~remote-conversation-page~pull-requests-page~new-~kvpgbdy1-mhRp2VYQ.js",
|
|
28
|
+
keyboardShortcutsSearchInput: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
29
|
+
statsigStartup: "webview/assets/app-initial~app-main~automations-page-bHJfYUGr.js",
|
|
30
|
+
src: "webview/assets/src-BJ6aJX-_.js",
|
|
31
|
+
sidebarThreadKeys: null,
|
|
32
|
+
sidebarThreadRowSignals: null,
|
|
33
|
+
branchPickerDropdownContent: "webview/assets/git-branch-switcher-BokkKYIT.js",
|
|
34
|
+
electronMenuShortcuts: ".vite/build/src-Bnhv1yNK.js",
|
|
35
|
+
keyboardShortcutsTitleFallback: "webview/assets/app-initial~app-main~keyboard-shortcuts-settings-DhAbzvy6.js",
|
|
36
|
+
},
|
|
37
|
+
anchors: {
|
|
38
|
+
composerProjectImports: null,
|
|
39
|
+
composerProjectStyleCaller: "Ls=(0,PY.jsx)(Lte,{active:Ra.ui?.active===!0&&Ra.ui.activation===`synthetic`,onOpen:()=>{ns.prepare(),fn.toggleContextSuggestions()}});return",
|
|
40
|
+
composerProjectAccentCaller: null,
|
|
41
|
+
},
|
|
42
|
+
runtimeConfig: {
|
|
43
|
+
mermaidCoreAsset: "mermaid.core-C6FbNonK.js",
|
|
44
|
+
},
|
|
45
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const { buildCodexPlusPatchSet } = require("./lib/common-patches");
|
|
2
|
+
|
|
3
|
+
module.exports = buildCodexPlusPatchSet({
|
|
4
|
+
id: "codex-26.623.42026-4514",
|
|
5
|
+
codexVersion: "26.623.42026",
|
|
6
|
+
bundleVersion: "4514",
|
|
7
|
+
asarSha256: "6f4ec4c023ad3c0680e31f0963988870dc6f07d76b64a64c8866e09d482ddda6",
|
|
8
|
+
files: {
|
|
9
|
+
main: ".vite/build/main-r5HnecX_.js",
|
|
10
|
+
electronCommandSource: ".vite/build/src-C3H9d_bd.js",
|
|
11
|
+
appMain: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-14pJ3ozX.js",
|
|
12
|
+
appShell: "webview/assets/app-initial~app-main~onboarding-page-BUwCKIcU.js",
|
|
13
|
+
errorBoundary: "webview/assets/app-initial~app-main~onboarding-page-BUwCKIcU.js",
|
|
14
|
+
generalSettings: "webview/assets/general-settings-DeOIy93M.js",
|
|
15
|
+
header: "webview/assets/header-DpUZYotp.js",
|
|
16
|
+
threadPageHeader: null,
|
|
17
|
+
localConversationPage: "webview/assets/local-conversation-page-C379OsPf.js",
|
|
18
|
+
threadContext: null,
|
|
19
|
+
sidebarProjectHoverCardSourceRows: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-14pJ3ozX.js",
|
|
20
|
+
threadSidePanelTabs: "webview/assets/app-initial~app-main~onboarding-page-BUwCKIcU.js",
|
|
21
|
+
userMessageAttachments: "webview/assets/app-initial~app-main~onboarding-page-BUwCKIcU.js",
|
|
22
|
+
composer: "webview/assets/app-initial~app-main~remote-conversation-page~new-thread-panel-page~appgen-library-page~hot~djo67r4n-CFm41aDU.js",
|
|
23
|
+
localActiveWorkspaceRootDropdown: "webview/assets/local-remote-dropdown-BZlMncy8.js",
|
|
24
|
+
homeProjectDropdown: "webview/assets/app-initial~app-main~projects-index-page~hotkey-window-new-thread-page~hotkey-window-home-p~hswrsggc-CI5sWBpw.js",
|
|
25
|
+
runCommand: "webview/assets/app-initial~app-main~automations-page-BfqUlSo6.js",
|
|
26
|
+
localTaskRow: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-14pJ3ozX.js",
|
|
27
|
+
mermaidDiagramShell: "webview/assets/app-initial~app-main~remote-conversation-page~pull-requests-page~onboarding-page~hotkey-win~fzw0jvy4-rg89odR_.js",
|
|
28
|
+
keyboardShortcutsSearchInput: "webview/assets/app-initial~app-main~automations-page-BfqUlSo6.js",
|
|
29
|
+
statsigStartup: "webview/assets/app-initial~app-main~automations-page-BfqUlSo6.js",
|
|
30
|
+
src: "webview/assets/src-BpCf56JJ.js",
|
|
31
|
+
sidebarThreadKeys: null,
|
|
32
|
+
sidebarThreadRowSignals: null,
|
|
33
|
+
branchPickerDropdownContent: "webview/assets/git-branch-switcher-Cb06tz5G.js",
|
|
34
|
+
electronMenuShortcuts: ".vite/build/src-C3H9d_bd.js",
|
|
35
|
+
},
|
|
36
|
+
anchors: {
|
|
37
|
+
composerProjectImports: null,
|
|
38
|
+
composerProjectStyleCaller: "Ls=(0,PY.jsx)(Lte,{active:Ra.ui?.active===!0&&Ra.ui.activation===`synthetic`,onOpen:()=>{ns.prepare(),fn.toggleContextSuggestions()}});return",
|
|
39
|
+
composerProjectAccentCaller: null,
|
|
40
|
+
},
|
|
41
|
+
runtimeConfig: {
|
|
42
|
+
mermaidCoreAsset: "mermaid.core-C6FbNonK.js",
|
|
43
|
+
},
|
|
44
|
+
});
|
package/src/patches/index.js
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
|
+
const codex_26_623_42026_4514 = require("./26.623.42026-4514");
|
|
1
2
|
const codex_26_623_41415_4505 = require("./26.623.41415-4505");
|
|
3
|
+
const codex_26_623_31921_4452 = require("./26.623.31921-4452");
|
|
2
4
|
const codex_26_616_81150_4306 = require("./26.616.81150-4306");
|
|
3
5
|
const codex_26_616_71553_4265 = require("./26.616.71553-4265");
|
|
4
6
|
const codex_26_616_41845_4198 = require("./26.616.41845-4198");
|
|
5
7
|
const codex_26_616_51431_4212 = require("./26.616.51431-4212");
|
|
6
8
|
|
|
7
9
|
const patchSets = [
|
|
10
|
+
codex_26_623_42026_4514,
|
|
8
11
|
codex_26_623_41415_4505,
|
|
12
|
+
codex_26_623_31921_4452,
|
|
9
13
|
codex_26_616_81150_4306,
|
|
10
14
|
codex_26_616_71553_4265,
|
|
11
15
|
codex_26_616_51431_4212,
|