diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61144a7..3e05eda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,17 @@ cut and that this clone does not carry.
## [Unreleased]
+## [0.0.75] - 2026-09-25
+
+All seven setup systems refresh their software pins from current vendor
+artifacts, with bytes and SHA256 checked for six published platforms each:
+Claude Code 2.1.282, Codex 0.157.0, Grok Build 1.0.41, Pi 0.87.1,
+OpenCode 1.18.32, Cursor 2026.09.23-86fc751, and Antigravity CLI 1.2.11.
+The immediately preceding pins remain available for rollback. Pi's standalone
+0.87.1 binary reports 0.0.0 for --version; this observed vendor placeholder is
+bound to its exact Linux x86_64 artifact digest and is not the release identity.
+Provider protocol, setup content, postures and ownership are unchanged.
+
## [0.0.74] - 2026-09-24
Antigravity non-minimal setups now carry allowNonWorkspaceAccess alongside
diff --git a/Cargo.lock b/Cargo.lock
index 606ae22..3991fa5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -49,7 +49,7 @@ dependencies = [
[[package]]
name = "cursor-setup-system"
-version = "0.0.74"
+version = "0.0.75"
dependencies = [
"harness-runtime",
"provider-v3",
@@ -76,7 +76,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "harness-runtime"
-version = "0.0.74"
+version = "0.0.75"
dependencies = [
"provider-v3",
"serde",
@@ -147,7 +147,7 @@ dependencies = [
[[package]]
name = "provider-v3"
-version = "0.0.74"
+version = "0.0.75"
dependencies = [
"serde",
"serde_json",
@@ -209,7 +209,7 @@ dependencies = [
[[package]]
name = "setup-core"
-version = "0.0.74"
+version = "0.0.75"
dependencies = [
"miniz_oxide",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 2afb989..1c8627f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
-version = "0.0.74"
+version = "0.0.75"
edition = "2024"
rust-version = "1.89"
license = "AGPL-3.0-or-later"
@@ -23,9 +23,9 @@ sha2 = "0.11"
# `setup-core::archive`); an inflate loop is not, because its bugs are
# memory-safety bugs and it is not improved by being hand-written here.
miniz_oxide = "0.9"
-setup-core = { path = "crates/setup-core", version = "0.0.74" }
-provider-v3 = { path = "crates/provider-v3", version = "0.0.74" }
-harness-runtime = { path = "crates/harness-runtime", version = "0.0.74" }
+setup-core = { path = "crates/setup-core", version = "0.0.75" }
+provider-v3 = { path = "crates/provider-v3", version = "0.0.75" }
+harness-runtime = { path = "crates/harness-runtime", version = "0.0.75" }
[workspace.lints.rust]
unsafe_code = "forbid"
diff --git a/README.md b/README.md
index aec857c..69b7d3f 100644
--- a/README.md
+++ b/README.md
@@ -179,7 +179,7 @@ release is a convenience, not the authorised copy.
```bash
docker run --rm -v "$HOME/.config:/config" \
- ghcr.io/nddev-opennetwork/cursor-setup-system:0.0.74 \
+ ghcr.io/nddev-opennetwork/cursor-setup-system:0.0.75 \
status --target /config/
--json
```
diff --git a/crates/cursor-setup-system/src/software.rs b/crates/cursor-setup-system/src/software.rs
index e4b33b9..b0b79eb 100644
--- a/crates/cursor-setup-system/src/software.rs
+++ b/crates/cursor-setup-system/src/software.rs
@@ -20,103 +20,103 @@ use harness_runtime::{Artifact, Delivery, Previous, Shape, Software};
pub(crate) const ARTIFACTS: &[Artifact] = &[
Artifact {
platform: "linux/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/arm64/agent-cli-package.tar.gz",
- bytes: 180_513_813,
- sha256: "sha256:210d58f850f4616e4f265ff7006c558d5a2a008fce3e2bf8a0105c25ae3456a0",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/linux/arm64/agent-cli-package.tar.gz",
+ bytes: 180_809_100,
+ sha256: "sha256:38d1482c945172926e780206fce8cc51c67dd4f96162bcec680903aa70d80417",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "linux/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/x64/agent-cli-package.tar.gz",
- bytes: 182_574_768,
- sha256: "sha256:b1308f5a2fc05458b9d8966752986bb23a971bbcc67c842c1df94c4b8132bad9",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/linux/x64/agent-cli-package.tar.gz",
+ bytes: 182_867_455,
+ sha256: "sha256:740dd9d6eb5aec36ca90eaedf9fd5e2c489cd674d69b5147b3c2670f02d9776d",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "macos/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/arm64/agent-cli-package.tar.gz",
- bytes: 176_832_653,
- sha256: "sha256:4e67b9ac80cc4a56e0a91b3b437894e0ba489ef7ec37f120d8084d2bfd02095d",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/darwin/arm64/agent-cli-package.tar.gz",
+ bytes: 177_065_953,
+ sha256: "sha256:fa3fe13d5589c586ff132a24c16eea96fb8efde88afdefddcd11d80fa199f3a5",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "macos/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/x64/agent-cli-package.tar.gz",
- bytes: 184_225_658,
- sha256: "sha256:f4298af7114a57ce317ddc13a49c273e1113b027e3e6b7a0769b8ef3565e6897",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/darwin/x64/agent-cli-package.tar.gz",
+ bytes: 184_447_094,
+ sha256: "sha256:809335cd4a92f7c11a20f605213585b6136c7bfe6722069facf94e988d3ed0e7",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "windows/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/arm64/agent-cli-package.zip",
- bytes: 74_962_496,
- sha256: "sha256:69090ef4cf44dc20b93dd9a6f99b0604b20217b22268d97e6a47ca546d7a0d4b",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/windows/arm64/agent-cli-package.zip",
+ bytes: 75_119_584,
+ sha256: "sha256:9044b00326ffdee83b6c809f2ba5d6545dd9bc85d5d26695ba1db529f7c3cee5",
shape: Shape::Zip,
member: "dist-package/cursor-agent.cmd",
},
Artifact {
platform: "windows/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/x64/agent-cli-package.zip",
- bytes: 77_054_222,
- sha256: "sha256:9c1fbcda9f0a39667689a6a3146b549ffec465caf47723e0a7bb345142d5bde4",
+ url: "https://downloads.cursor.com/lab/2026.09.23-86fc751/windows/x64/agent-cli-package.zip",
+ bytes: 77_219_487,
+ sha256: "sha256:9c7232600ca77e7a6327dc9a0036277bd57b66923c6b65fc7abe9d957eb728e2",
shape: Shape::Zip,
member: "dist-package/cursor-agent.cmd",
},
];
-/// The artifacts 2026.09.10-fd3934a was published as, kept so
+/// The artifacts 2026.09.18-9a7762b was published as, kept so
/// `software_update` has a version to move from and `rollback` a tree to
/// return to. Measured from bytes when it was the current pin.
pub(crate) const PREVIOUS_ARTIFACTS: &[Artifact] = &[
Artifact {
platform: "linux/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/linux/arm64/agent-cli-package.tar.gz",
- bytes: 177_655_979,
- sha256: "sha256:e0494438b01c37bc34848491d1f3478ef469494c56caf020de11796d146db64a",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/arm64/agent-cli-package.tar.gz",
+ bytes: 180_513_813,
+ sha256: "sha256:210d58f850f4616e4f265ff7006c558d5a2a008fce3e2bf8a0105c25ae3456a0",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "linux/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/linux/x64/agent-cli-package.tar.gz",
- bytes: 179_673_253,
- sha256: "sha256:27997c8391ad853a5a732b1845db8ef82a8ba6afb0f7829cc739464f8966e96e",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/x64/agent-cli-package.tar.gz",
+ bytes: 182_574_768,
+ sha256: "sha256:b1308f5a2fc05458b9d8966752986bb23a971bbcc67c842c1df94c4b8132bad9",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "macos/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/darwin/arm64/agent-cli-package.tar.gz",
- bytes: 174_178_929,
- sha256: "sha256:aec0b01ae056de48a02fe315fbf0580eb91377752d993307499988cbe0285423",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/arm64/agent-cli-package.tar.gz",
+ bytes: 176_832_653,
+ sha256: "sha256:4e67b9ac80cc4a56e0a91b3b437894e0ba489ef7ec37f120d8084d2bfd02095d",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "macos/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/darwin/x64/agent-cli-package.tar.gz",
- bytes: 181_409_095,
- sha256: "sha256:964cc72e88125c6b48ecaaebef68bf7cb752eb7b9d010a5535cf9f8e677dcf83",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/x64/agent-cli-package.tar.gz",
+ bytes: 184_225_658,
+ sha256: "sha256:f4298af7114a57ce317ddc13a49c273e1113b027e3e6b7a0769b8ef3565e6897",
shape: Shape::GzipTar,
member: "dist-package/cursor-agent",
},
Artifact {
platform: "windows/arm64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/windows/arm64/agent-cli-package.zip",
- bytes: 72_069_603,
- sha256: "sha256:acb34343a1915085fd882d392b4d3c35ecf54b15467df6a4cf34c62e065412e8",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/arm64/agent-cli-package.zip",
+ bytes: 74_962_496,
+ sha256: "sha256:69090ef4cf44dc20b93dd9a6f99b0604b20217b22268d97e6a47ca546d7a0d4b",
shape: Shape::Zip,
member: "dist-package/cursor-agent.cmd",
},
Artifact {
platform: "windows/x86_64",
- url: "https://downloads.cursor.com/lab/2026.09.10-fd3934a/windows/x64/agent-cli-package.zip",
- bytes: 74_169_932,
- sha256: "sha256:cdf0b9b7c2f8892d4c2d2ccbf38226c831a0d56a043e2132d90f1aefac90b846",
+ url: "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/x64/agent-cli-package.zip",
+ bytes: 77_054_222,
+ sha256: "sha256:9c1fbcda9f0a39667689a6a3146b549ffec465caf47723e0a7bb345142d5bde4",
shape: Shape::Zip,
member: "dist-package/cursor-agent.cmd",
},
@@ -124,12 +124,12 @@ pub(crate) const PREVIOUS_ARTIFACTS: &[Artifact] = &[
/// Cursor's program, and where its bytes come from.
pub(crate) const SOFTWARE: Software = Software {
- version: "2026.09.18-9a7762b",
+ version: "2026.09.23-86fc751",
command: "agent",
delivery: Delivery::Artifacts(ARTIFACTS),
unsupported: &[],
previous: Some(Previous {
- version: "2026.09.10-fd3934a",
+ version: "2026.09.18-9a7762b",
artifacts: PREVIOUS_ARTIFACTS,
}),
};
diff --git a/install.ps1 b/install.ps1
index 19f3052..2028c89 100644
--- a/install.ps1
+++ b/install.ps1
@@ -7,7 +7,7 @@
# powershell -ExecutionPolicy Bypass -File install.ps1 -Version 0.1.0
[CmdletBinding()]
param(
- [string]$Version = "0.0.74",
+ [string]$Version = "0.0.75",
[string]$InstallDir = "$env:LOCALAPPDATA\Programs\cursor-setup-system"
)
$ErrorActionPreference = "Stop"
diff --git a/install.sh b/install.sh
index 1fbeff2..6a188cc 100644
--- a/install.sh
+++ b/install.sh
@@ -14,7 +14,7 @@ set -eu
REPO="NDDev-OpenNetwork/cursor-setup-system"
BINARY="cursor-setup-system"
-VERSION="${1:-0.0.74}"
+VERSION="${1:-0.0.75}"
PREFIX="${CURSOR_INSTALL_DIR:-$HOME/.local/bin}"
case "$(uname -s)" in
diff --git a/references/cursor-baseline.json b/references/cursor-baseline.json
index 237d09d..c323d9c 100644
--- a/references/cursor-baseline.json
+++ b/references/cursor-baseline.json
@@ -2,34 +2,34 @@
"schema_version": 3,
"verified_ref": "references/cursor-cli-baseline.json",
"release": {
- "version": "2026.09.18-9a7762b",
+ "version": "2026.09.23-86fc751",
"installer": "https://cursor.com/install",
- "installer_sha256": "69a0a9188f4798c71791b4610d77103dfdf3f1b17f78d8958d294ea43ce9830d",
- "artifact_template": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/{os}/{arch}/agent-cli-package.{extension}",
+ "installer_sha256": "f696d9eacaacfa8ad84c0c382bb33f30512b41f8e7735446e57a0a6ca9e76b5e",
+ "artifact_template": "https://downloads.cursor.com/lab/2026.09.23-86fc751/{os}/{arch}/agent-cli-package.{extension}",
"artifacts": {
"darwin/arm64/agent-cli-package.tar.gz": {
- "sha256": "4e67b9ac80cc4a56e0a91b3b437894e0ba489ef7ec37f120d8084d2bfd02095d",
- "size": 176832653
+ "sha256": "fa3fe13d5589c586ff132a24c16eea96fb8efde88afdefddcd11d80fa199f3a5",
+ "size": 177065953
},
"darwin/x64/agent-cli-package.tar.gz": {
- "sha256": "f4298af7114a57ce317ddc13a49c273e1113b027e3e6b7a0769b8ef3565e6897",
- "size": 184225658
+ "sha256": "809335cd4a92f7c11a20f605213585b6136c7bfe6722069facf94e988d3ed0e7",
+ "size": 184447094
},
"linux/arm64/agent-cli-package.tar.gz": {
- "sha256": "210d58f850f4616e4f265ff7006c558d5a2a008fce3e2bf8a0105c25ae3456a0",
- "size": 180513813
+ "sha256": "38d1482c945172926e780206fce8cc51c67dd4f96162bcec680903aa70d80417",
+ "size": 180809100
},
"linux/x64/agent-cli-package.tar.gz": {
- "sha256": "b1308f5a2fc05458b9d8966752986bb23a971bbcc67c842c1df94c4b8132bad9",
- "size": 182574768
+ "sha256": "740dd9d6eb5aec36ca90eaedf9fd5e2c489cd674d69b5147b3c2670f02d9776d",
+ "size": 182867455
},
"windows/x64/agent-cli-package.zip": {
- "sha256": "9c1fbcda9f0a39667689a6a3146b549ffec465caf47723e0a7bb345142d5bde4",
- "size": 77054222
+ "sha256": "9c7232600ca77e7a6327dc9a0036277bd57b66923c6b65fc7abe9d957eb728e2",
+ "size": 77219487
},
"windows/arm64/agent-cli-package.zip": {
- "sha256": "69090ef4cf44dc20b93dd9a6f99b0604b20217b22268d97e6a47ca546d7a0d4b",
- "size": 74962496
+ "sha256": "9044b00326ffdee83b6c809f2ba5d6545dd9bc85d5d26695ba1db529f7c3cee5",
+ "size": 75119584
}
}
},
@@ -98,7 +98,7 @@
"software_install": {
"mechanism": "official-cursor-agent-artifact",
"managed_command": "bin/agent",
- "version": "2026.09.18-9a7762b",
+ "version": "2026.09.23-86fc751",
"npm": null,
"pip": null
},
@@ -173,7 +173,7 @@
"product_projection": "observed-by-manager"
}
},
- "verified_at": "2026-09-19T14:52:38+00:00",
+ "verified_at": "2026-09-25T11:49:37+00:00",
"native_surfaces": {
"verified_at": "2026-08-31",
"config_home": "~/.cursor",
@@ -441,92 +441,92 @@
"shape": "gzip-tar",
"platforms": {
"linux/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/arm64/agent-cli-package.tar.gz",
- "bytes": 180513813,
- "sha256": "sha256:210d58f850f4616e4f265ff7006c558d5a2a008fce3e2bf8a0105c25ae3456a0",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/linux/arm64/agent-cli-package.tar.gz",
+ "bytes": 180809100,
+ "sha256": "sha256:38d1482c945172926e780206fce8cc51c67dd4f96162bcec680903aa70d80417",
"member": "dist-package/cursor-agent"
},
"linux/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/x64/agent-cli-package.tar.gz",
- "bytes": 182574768,
- "sha256": "sha256:b1308f5a2fc05458b9d8966752986bb23a971bbcc67c842c1df94c4b8132bad9",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/linux/x64/agent-cli-package.tar.gz",
+ "bytes": 182867455,
+ "sha256": "sha256:740dd9d6eb5aec36ca90eaedf9fd5e2c489cd674d69b5147b3c2670f02d9776d",
"member": "dist-package/cursor-agent"
},
"macos/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/arm64/agent-cli-package.tar.gz",
- "bytes": 176832653,
- "sha256": "sha256:4e67b9ac80cc4a56e0a91b3b437894e0ba489ef7ec37f120d8084d2bfd02095d",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/darwin/arm64/agent-cli-package.tar.gz",
+ "bytes": 177065953,
+ "sha256": "sha256:fa3fe13d5589c586ff132a24c16eea96fb8efde88afdefddcd11d80fa199f3a5",
"member": "dist-package/cursor-agent"
},
"macos/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/x64/agent-cli-package.tar.gz",
- "bytes": 184225658,
- "sha256": "sha256:f4298af7114a57ce317ddc13a49c273e1113b027e3e6b7a0769b8ef3565e6897",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/darwin/x64/agent-cli-package.tar.gz",
+ "bytes": 184447094,
+ "sha256": "sha256:809335cd4a92f7c11a20f605213585b6136c7bfe6722069facf94e988d3ed0e7",
"member": "dist-package/cursor-agent"
},
"windows/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/arm64/agent-cli-package.zip",
- "bytes": 74962496,
- "sha256": "sha256:69090ef4cf44dc20b93dd9a6f99b0604b20217b22268d97e6a47ca546d7a0d4b",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/windows/arm64/agent-cli-package.zip",
+ "bytes": 75119584,
+ "sha256": "sha256:9044b00326ffdee83b6c809f2ba5d6545dd9bc85d5d26695ba1db529f7c3cee5",
"shape": "zip",
"member": "dist-package/cursor-agent.cmd"
},
"windows/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/x64/agent-cli-package.zip",
- "bytes": 77054222,
- "sha256": "sha256:9c1fbcda9f0a39667689a6a3146b549ffec465caf47723e0a7bb345142d5bde4",
+ "url": "https://downloads.cursor.com/lab/2026.09.23-86fc751/windows/x64/agent-cli-package.zip",
+ "bytes": 77219487,
+ "sha256": "sha256:9c7232600ca77e7a6327dc9a0036277bd57b66923c6b65fc7abe9d957eb728e2",
"shape": "zip",
"member": "dist-package/cursor-agent.cmd"
}
},
- "version": "2026.09.18-9a7762b",
- "verified_at": "2026-09-19T14:52:38+00:00"
+ "version": "2026.09.23-86fc751",
+ "verified_at": "2026-09-25T11:49:37+00:00"
},
"previous_software_artifacts": {
"command": "agent",
"shape": "gzip-tar",
"platforms": {
"linux/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/linux/arm64/agent-cli-package.tar.gz",
- "bytes": 177655979,
- "sha256": "sha256:e0494438b01c37bc34848491d1f3478ef469494c56caf020de11796d146db64a",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/arm64/agent-cli-package.tar.gz",
+ "bytes": 180513813,
+ "sha256": "sha256:210d58f850f4616e4f265ff7006c558d5a2a008fce3e2bf8a0105c25ae3456a0",
"member": "dist-package/cursor-agent"
},
"linux/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/linux/x64/agent-cli-package.tar.gz",
- "bytes": 179673253,
- "sha256": "sha256:27997c8391ad853a5a732b1845db8ef82a8ba6afb0f7829cc739464f8966e96e",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/linux/x64/agent-cli-package.tar.gz",
+ "bytes": 182574768,
+ "sha256": "sha256:b1308f5a2fc05458b9d8966752986bb23a971bbcc67c842c1df94c4b8132bad9",
"member": "dist-package/cursor-agent"
},
"macos/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/darwin/arm64/agent-cli-package.tar.gz",
- "bytes": 174178929,
- "sha256": "sha256:aec0b01ae056de48a02fe315fbf0580eb91377752d993307499988cbe0285423",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/arm64/agent-cli-package.tar.gz",
+ "bytes": 176832653,
+ "sha256": "sha256:4e67b9ac80cc4a56e0a91b3b437894e0ba489ef7ec37f120d8084d2bfd02095d",
"member": "dist-package/cursor-agent"
},
"macos/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/darwin/x64/agent-cli-package.tar.gz",
- "bytes": 181409095,
- "sha256": "sha256:964cc72e88125c6b48ecaaebef68bf7cb752eb7b9d010a5535cf9f8e677dcf83",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/darwin/x64/agent-cli-package.tar.gz",
+ "bytes": 184225658,
+ "sha256": "sha256:f4298af7114a57ce317ddc13a49c273e1113b027e3e6b7a0769b8ef3565e6897",
"member": "dist-package/cursor-agent"
},
"windows/arm64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/windows/arm64/agent-cli-package.zip",
- "bytes": 72069603,
- "sha256": "sha256:acb34343a1915085fd882d392b4d3c35ecf54b15467df6a4cf34c62e065412e8",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/arm64/agent-cli-package.zip",
+ "bytes": 74962496,
+ "sha256": "sha256:69090ef4cf44dc20b93dd9a6f99b0604b20217b22268d97e6a47ca546d7a0d4b",
"shape": "zip",
"member": "dist-package/cursor-agent.cmd"
},
"windows/x86_64": {
- "url": "https://downloads.cursor.com/lab/2026.09.10-fd3934a/windows/x64/agent-cli-package.zip",
- "bytes": 74169932,
- "sha256": "sha256:cdf0b9b7c2f8892d4c2d2ccbf38226c831a0d56a043e2132d90f1aefac90b846",
+ "url": "https://downloads.cursor.com/lab/2026.09.18-9a7762b/windows/x64/agent-cli-package.zip",
+ "bytes": 77054222,
+ "sha256": "sha256:9c1fbcda9f0a39667689a6a3146b549ffec465caf47723e0a7bb345142d5bde4",
"shape": "zip",
"member": "dist-package/cursor-agent.cmd"
}
},
- "version": "2026.09.10-fd3934a",
- "verified_at": "2026-09-16T13:22:52+00:00"
+ "version": "2026.09.18-9a7762b",
+ "verified_at": "2026-09-19T14:52:38+00:00"
},
"setup_catalogue_digest": "sha256:068eaee8acd4c2b7c925387385a233047f568ae93e48e64825fa6a7ab6d0614e",
"previous_pin_recovery": {