codex-plus-patcher 0.3.0 → 0.4.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
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const { buildCodexPlusPatchSet } = require("./lib/common-patches");
|
|
2
|
+
|
|
3
|
+
module.exports = buildCodexPlusPatchSet({
|
|
4
|
+
"id": "codex-26.616.81150-4306",
|
|
5
|
+
"codexVersion": "26.616.81150",
|
|
6
|
+
"bundleVersion": "4306",
|
|
7
|
+
"asarSha256": "7f45c6a6bad9c6fabe2226e8f7e0aae3792eca8c59f24305b5f2996ee4b37e40",
|
|
8
|
+
"files": {
|
|
9
|
+
"main": ".vite/build/main-dSxbxAhH.js",
|
|
10
|
+
"appMain": "webview/assets/app-main-Dldh3K_n.js",
|
|
11
|
+
"appShell": "webview/assets/app-shell-0b-x_r3Z.js",
|
|
12
|
+
"errorBoundary": "webview/assets/error-boundary-BOla93vo.js",
|
|
13
|
+
"generalSettings": "webview/assets/general-settings-U7DFIZBC.js",
|
|
14
|
+
"sidebarProjectHoverCardSourceRows": "webview/assets/sidebar-project-hover-card-source-rows-DtE7St1r.js",
|
|
15
|
+
"threadSidePanelTabs": "webview/assets/thread-side-panel-tabs-CLuB2SaS.js",
|
|
16
|
+
"userMessageAttachments": "webview/assets/user-message-attachments-5G1ZKim-.js",
|
|
17
|
+
"composer": "webview/assets/composer-DlMDPaCL.js",
|
|
18
|
+
"localTaskRow": "webview/assets/local-task-row-CoPNn6SW.js",
|
|
19
|
+
"keyboardShortcutsSearchInput": "webview/assets/keyboard-shortcuts-search-input-C1dmntOi.js",
|
|
20
|
+
"src": "src-l0hbMZ-p.js",
|
|
21
|
+
"sidebarThreadKeys": "sidebar-thread-keys-Ch_amVKz.js",
|
|
22
|
+
"sidebarThreadRowSignals": "sidebar-thread-row-signals-ZqNv-_WT.js",
|
|
23
|
+
"branchPickerDropdownContent": "git-branch-picker-dropdown-content-tZj3VhUw.js",
|
|
24
|
+
"electronMenuShortcuts": "webview/assets/electron-menu-shortcuts-j6UKqTX5.js"
|
|
25
|
+
},
|
|
26
|
+
"anchors": {
|
|
27
|
+
"composerProjectImports": "}from\"./thread-context-inputs-B6tQCr7t.js\";",
|
|
28
|
+
"composerProjectStyleCaller": "Rl=(0,Q.jsx)(_n,{onOpen:()=>{Uc.prepare(),X.toggleContextSuggestions()}});return",
|
|
29
|
+
"composerProjectAccentCaller": "):(0,Q.jsxs)(ah,{className:A,externalFooterVariant:k,inert:Y,isDragActive:Po,layout:Fl,onDragEnter:Ml?void 0:sl,onDragOver:Ml?void 0:dl,onDragLeave:Ml?void 0:ll,onDrop:Ml?void 0:fl,children:"
|
|
30
|
+
}
|
|
31
|
+
});
|
package/src/patches/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
const codex_26_616_81150_4306 = require("./26.616.81150-4306");
|
|
1
2
|
const codex_26_616_71553_4265 = require("./26.616.71553-4265");
|
|
2
3
|
const codex_26_616_41845_4198 = require("./26.616.41845-4198");
|
|
3
4
|
const codex_26_616_51431_4212 = require("./26.616.51431-4212");
|
|
4
5
|
|
|
5
|
-
const patchSets = [codex_26_616_71553_4265, codex_26_616_51431_4212, codex_26_616_41845_4198];
|
|
6
|
+
const patchSets = [codex_26_616_81150_4306, codex_26_616_71553_4265, codex_26_616_51431_4212, codex_26_616_41845_4198];
|
|
6
7
|
|
|
7
8
|
module.exports = {
|
|
8
9
|
patchSets,
|
|
@@ -115,7 +115,9 @@
|
|
|
115
115
|
required: true,
|
|
116
116
|
styles:
|
|
117
117
|
":root:not(.dark):not(.electron-dark) [data-codex-plus-project-sidebar-color]{border-radius:0;background-color:var(--codex-plus-project-soft-light);border-left-color:var(--codex-plus-project-accent)}" +
|
|
118
|
+
":root:not(.dark):not(.electron-dark) [data-app-action-sidebar-thread-active=\"true\"][data-codex-plus-project-sidebar-color]{background-color:var(--codex-plus-project-bg-light);box-shadow:inset 5px 0 0 var(--codex-plus-project-accent)}" +
|
|
118
119
|
":root.dark [data-codex-plus-project-sidebar-color],:root.electron-dark [data-codex-plus-project-sidebar-color]{border-radius:0;background-color:var(--codex-plus-project-bg-dark);border-left-color:var(--codex-plus-project-border-dark)}" +
|
|
120
|
+
":root.dark [data-app-action-sidebar-thread-active=\"true\"][data-codex-plus-project-sidebar-color],:root.electron-dark [data-app-action-sidebar-thread-active=\"true\"][data-codex-plus-project-sidebar-color]{background-color:color-mix(in srgb,var(--codex-plus-project-accent) 38%,transparent);border-left-color:color-mix(in srgb,var(--codex-plus-project-accent) 88%,transparent);box-shadow:inset 5px 0 0 var(--codex-plus-project-accent)}" +
|
|
119
121
|
":root:not(.dark):not(.electron-dark) [data-codex-plus-project-color]{border-left-color:var(--codex-plus-project-accent)}" +
|
|
120
122
|
":root.dark [data-codex-plus-project-color],:root.electron-dark [data-codex-plus-project-color]{border-left-color:var(--codex-plus-project-border-dark)}" +
|
|
121
123
|
":root:not(.dark):not(.electron-dark) [data-codex-plus-project-color]:not([data-codex-plus-project-sidebar-color]){background-image:linear-gradient(to right,var(--codex-plus-project-separator-light),var(--codex-plus-project-separator-light));background-repeat:no-repeat;background-size:2px 100%;background-position:left top}" +
|