@clawpump/claw-agent 0.1.11 → 0.1.12
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.
|
@@ -109,7 +109,7 @@ function downloadInstallScript(commit, destPath) {
|
|
|
109
109
|
// is immutable (unlike a branch ref), so we don't need integrity
|
|
110
110
|
// verification beyond "did the file we wrote pass a syntax probe."
|
|
111
111
|
const scriptName = installScriptName()
|
|
112
|
-
const url = `https://raw.githubusercontent.com/
|
|
112
|
+
const url = `https://raw.githubusercontent.com/Clawpump/claw-agent/${commit}/scripts/${scriptName}`
|
|
113
113
|
return new Promise((resolve, reject) => {
|
|
114
114
|
fs.mkdirSync(path.dirname(destPath), { recursive: true })
|
|
115
115
|
const tmpPath = destPath + '.tmp'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "hermes",
|
|
3
3
|
"productName": "Claw Agent",
|
|
4
4
|
"private": true,
|
|
5
|
-
"version": "0.15.
|
|
5
|
+
"version": "0.15.2",
|
|
6
6
|
"description": "Claw Agent by ClawPump — native desktop app for Solana agents, built on Hermes Agent by Nous Research.",
|
|
7
7
|
"author": "ClawPump (built on Hermes by Nous Research)",
|
|
8
8
|
"type": "module",
|