@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/NousResearch/hermes-agent/${commit}/scripts/${scriptName}`
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.1",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawpump/claw-agent",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },