codex-plus-patcher 0.6.0 → 0.7.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 +3 -1
- package/package.json +5 -3
- package/src/cli.js +88 -0
- package/src/core/dev-mode.js +274 -0
- package/src/core/plugin-audit.js +1267 -0
- package/src/patches/26.623.41415-4505.js +44 -0
- package/src/patches/index.js +8 -1
- package/src/patches/lib/common-patches.js +411 -248
- package/src/patches/lib/hooks/about.js +7 -0
- package/src/patches/lib/hooks/diagnostics.js +7 -0
- package/src/patches/lib/hooks/mermaid.js +7 -0
- package/src/patches/lib/hooks/message-composer.js +7 -0
- package/src/patches/lib/hooks/native-main.js +7 -0
- package/src/patches/lib/hooks/project-selector.js +12 -0
- package/src/patches/lib/hooks/review.js +9 -0
- package/src/patches/lib/hooks/settings-commands.js +13 -0
- package/src/patches/lib/hooks/sidebar.js +7 -0
- package/src/patches/lib/hooks/thread-header.js +7 -0
- package/src/patches/lib/hooks/worker.js +7 -0
- package/src/patches/lib/project-selector-shortcut-patch.js +84 -8
- package/src/runtime/api/about.js +16 -0
- package/src/runtime/api/commands.js +85 -0
- package/src/runtime/api/composer.js +14 -0
- package/src/runtime/api/diagnostics.js +38 -0
- package/src/runtime/api/errors.js +20 -0
- package/src/runtime/api/index.js +82 -0
- package/src/runtime/api/mermaid.js +14 -0
- package/src/runtime/api/message.js +14 -0
- package/src/runtime/api/modules.js +57 -0
- package/src/runtime/api/native.js +14 -0
- package/src/runtime/api/patches.js +31 -0
- package/src/runtime/api/review.js +20 -0
- package/src/runtime/api/settings.js +76 -0
- package/src/runtime/api/sidebar.js +24 -0
- package/src/runtime/api/styles.js +28 -0
- package/src/runtime/api/threadHeader.js +41 -0
- package/src/runtime/assets.js +59 -18
- package/src/runtime/host/messageComposer.js +16 -0
- package/src/runtime/host/nativeMain.js +159 -0
- package/src/runtime/host/projectSelector.js +58 -0
- package/src/runtime/host/review.js +62 -0
- package/src/runtime/host/sidebar.js +21 -0
- package/src/runtime/host/threadHeader.js +9 -0
- package/src/runtime/{worker.js → host/worker.js} +7 -0
- package/src/runtime/plugins/mermaidFullscreen.js +19 -6
- package/src/runtime/plugins/nestedRepositories.js +72 -11
- package/src/runtime/plugins/projectColors.js +94 -7
- package/src/runtime/plugins/projectSelectorShortcut.js +67 -12
- package/src/runtime/plugins/sidebarNameBlur.js +1 -1
- package/src/runtime/runtime.js +23 -441
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const { buildCodexPlusPatchSet } = require("./lib/common-patches");
|
|
2
|
+
|
|
3
|
+
module.exports = buildCodexPlusPatchSet({
|
|
4
|
+
id: "codex-26.623.41415-4505",
|
|
5
|
+
codexVersion: "26.623.41415",
|
|
6
|
+
bundleVersion: "4505",
|
|
7
|
+
asarSha256: "ed664fdce203cd18445469d323519f96e39450aaf5164dc9d6d0055a582b88c5",
|
|
8
|
+
files: {
|
|
9
|
+
main: ".vite/build/main-DlLr9rLj.js",
|
|
10
|
+
electronCommandSource: ".vite/build/src-C3H9d_bd.js",
|
|
11
|
+
appMain: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-BnkhlWVw.js",
|
|
12
|
+
appShell: "webview/assets/app-initial~app-main~onboarding-page~profile-BoHgnEVB.js",
|
|
13
|
+
errorBoundary: "webview/assets/app-initial~app-main~onboarding-page~profile-BoHgnEVB.js",
|
|
14
|
+
generalSettings: "webview/assets/general-settings-CZ5PemKg.js",
|
|
15
|
+
header: "webview/assets/header-DyzccVaL.js",
|
|
16
|
+
threadPageHeader: null,
|
|
17
|
+
localConversationPage: "webview/assets/local-conversation-page-BdDgQeaN.js",
|
|
18
|
+
threadContext: null,
|
|
19
|
+
sidebarProjectHoverCardSourceRows: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-BnkhlWVw.js",
|
|
20
|
+
threadSidePanelTabs: "webview/assets/app-initial~app-main~onboarding-page~profile-BoHgnEVB.js",
|
|
21
|
+
userMessageAttachments: "webview/assets/app-initial~app-main~onboarding-page~profile-BoHgnEVB.js",
|
|
22
|
+
composer: "webview/assets/app-initial~app-main~automations-page-CFXcABbh.js",
|
|
23
|
+
localActiveWorkspaceRootDropdown: "webview/assets/local-remote-dropdown-BNVcixJ5.js",
|
|
24
|
+
homeProjectDropdown: "webview/assets/app-initial~app-main~projects-index-page~hotkey-window-new-thread-page~hotkey-window-home-p~hswrsggc-BC1TlpYB.js",
|
|
25
|
+
runCommand: "webview/assets/app-initial~app-main~onboarding-page~profile-BoHgnEVB.js",
|
|
26
|
+
localTaskRow: "webview/assets/app-initial~app-main~remote-conversation-page~projects-index-page-BnkhlWVw.js",
|
|
27
|
+
mermaidDiagramShell: "webview/assets/mermaid-diagram-BixrQcvC.js",
|
|
28
|
+
keyboardShortcutsSearchInput: "webview/assets/app-initial~app-main~automations-page-CFXcABbh.js",
|
|
29
|
+
statsigStartup: "webview/assets/app-initial~app-main~automations-page-CFXcABbh.js",
|
|
30
|
+
src: "webview/assets/src-CIOd67Rt.js",
|
|
31
|
+
sidebarThreadKeys: null,
|
|
32
|
+
sidebarThreadRowSignals: null,
|
|
33
|
+
branchPickerDropdownContent: "webview/assets/git-branch-switcher-Fe01a4CN.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-5NmnAUU4.js",
|
|
43
|
+
},
|
|
44
|
+
});
|
package/src/patches/index.js
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
|
+
const codex_26_623_41415_4505 = require("./26.623.41415-4505");
|
|
1
2
|
const codex_26_616_81150_4306 = require("./26.616.81150-4306");
|
|
2
3
|
const codex_26_616_71553_4265 = require("./26.616.71553-4265");
|
|
3
4
|
const codex_26_616_41845_4198 = require("./26.616.41845-4198");
|
|
4
5
|
const codex_26_616_51431_4212 = require("./26.616.51431-4212");
|
|
5
6
|
|
|
6
|
-
const patchSets = [
|
|
7
|
+
const patchSets = [
|
|
8
|
+
codex_26_623_41415_4505,
|
|
9
|
+
codex_26_616_81150_4306,
|
|
10
|
+
codex_26_616_71553_4265,
|
|
11
|
+
codex_26_616_51431_4212,
|
|
12
|
+
codex_26_616_41845_4198,
|
|
13
|
+
];
|
|
7
14
|
|
|
8
15
|
module.exports = {
|
|
9
16
|
patchSets,
|