@duanluan/codex-plus-plus-launcher 0.1.12 → 0.1.13
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/codex_plus_plus_launcher/__init__.py +1 -1
- package/codex_plus_plus_launcher/upstream_release.py +7 -0
- package/npm/build-local-binary.cjs +1 -1
- package/package.json +1 -1
- package/upstream-bin/darwin-arm64/codex-plus-plus +0 -0
- package/upstream-bin/darwin-arm64/codex-plus-plus-manager +0 -0
- package/upstream-bin/darwin-x64/codex-plus-plus +0 -0
- package/upstream-bin/darwin-x64/codex-plus-plus-manager +0 -0
- package/upstream-bin/linux-x64/codex-plus-plus +0 -0
- package/upstream-bin/upstream-release.json +13 -13
- package/upstream-bin/win32-x64/codex-plus-plus-manager.exe +0 -0
- package/upstream-bin/win32-x64/codex-plus-plus.exe +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.13"
|
|
@@ -174,6 +174,13 @@ def fetch_latest_release(timeout: int = 20) -> UpstreamRelease:
|
|
|
174
174
|
if tag_error.code not in {403, 429}:
|
|
175
175
|
raise
|
|
176
176
|
return _latest_release_from_redirect(timeout)
|
|
177
|
+
except urllib.error.URLError:
|
|
178
|
+
return _latest_release_from_redirect(timeout)
|
|
179
|
+
except urllib.error.URLError:
|
|
180
|
+
try:
|
|
181
|
+
return _latest_release_from_tags_api(timeout)
|
|
182
|
+
except urllib.error.URLError:
|
|
183
|
+
return _latest_release_from_redirect(timeout)
|
|
177
184
|
|
|
178
185
|
|
|
179
186
|
def latest_release_install_spec(release: UpstreamRelease) -> str:
|
|
@@ -45,7 +45,7 @@ function packageBuildArgs(key) {
|
|
|
45
45
|
function main() {
|
|
46
46
|
const root = packageRoot();
|
|
47
47
|
const upstreamDir = process.env.CODEXPP_UPSTREAM_DIR || path.join(os.tmpdir(), 'CodexPlusPlus-upstream-build');
|
|
48
|
-
const ref = process.env.CODEXPP_UPSTREAM_REF || 'v1.1.
|
|
48
|
+
const ref = process.env.CODEXPP_UPSTREAM_REF || 'v1.1.7';
|
|
49
49
|
const key = process.env.CODEXPP_SIDECAR_PLATFORM || platformKey();
|
|
50
50
|
const outDir = path.join(root, 'upstream-bin', key);
|
|
51
51
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "v1.1.
|
|
3
|
-
"html_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/tag/v1.1.
|
|
4
|
-
"asset_name": "CodexPlusPlus-1.1.
|
|
5
|
-
"asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.
|
|
6
|
-
"windows_asset_name": "CodexPlusPlus-1.1.
|
|
7
|
-
"windows_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.
|
|
8
|
-
"macos_x64_asset_name": "CodexPlusPlus-1.1.
|
|
9
|
-
"macos_x64_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.
|
|
10
|
-
"macos_arm64_asset_name": "CodexPlusPlus-1.1.
|
|
11
|
-
"macos_arm64_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.
|
|
12
|
-
"source_zip_url": "https://github.com/BigPizzaV3/CodexPlusPlus/archive/refs/tags/v1.1.
|
|
13
|
-
"install_spec": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.
|
|
14
|
-
"commit": "
|
|
2
|
+
"version": "v1.1.7",
|
|
3
|
+
"html_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/tag/v1.1.7",
|
|
4
|
+
"asset_name": "CodexPlusPlus-1.1.7-macos-arm64.dmg",
|
|
5
|
+
"asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.7/CodexPlusPlus-1.1.7-macos-arm64.dmg",
|
|
6
|
+
"windows_asset_name": "CodexPlusPlus-1.1.7-windows-x64-setup.exe",
|
|
7
|
+
"windows_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.7/CodexPlusPlus-1.1.7-windows-x64-setup.exe",
|
|
8
|
+
"macos_x64_asset_name": "CodexPlusPlus-1.1.7-macos-x64.dmg",
|
|
9
|
+
"macos_x64_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.7/CodexPlusPlus-1.1.7-macos-x64.dmg",
|
|
10
|
+
"macos_arm64_asset_name": "CodexPlusPlus-1.1.7-macos-arm64.dmg",
|
|
11
|
+
"macos_arm64_asset_url": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.7/CodexPlusPlus-1.1.7-macos-arm64.dmg",
|
|
12
|
+
"source_zip_url": "https://github.com/BigPizzaV3/CodexPlusPlus/archive/refs/tags/v1.1.7.zip",
|
|
13
|
+
"install_spec": "https://github.com/BigPizzaV3/CodexPlusPlus/releases/download/v1.1.7/CodexPlusPlus-1.1.7-macos-arm64.dmg",
|
|
14
|
+
"commit": "333c2b0c0d0167fa181df1690140f14c863dad6f",
|
|
15
15
|
"repository": "BigPizzaV3/CodexPlusPlus"
|
|
16
16
|
}
|
|
Binary file
|
|
Binary file
|