relayrun 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -26,7 +26,7 @@ That's it. You'll get:
26
26
  session 8M2zrrx9Ng
27
27
 
28
28
  Share this link:
29
- https://relay-web-green.vercel.app/session/8M2zrrx9Ng
29
+ https://relayrun.in/session/8M2zrrx9Ng
30
30
  ```
31
31
 
32
32
  Send the link to anyone. They watch the agent work — every tool call, every
package/dist/cli.js CHANGED
@@ -16,7 +16,7 @@ const run = promisify(execFile);
16
16
  * so a contributor can point at a scratch deployment without editing source.
17
17
  */
18
18
  const DEFAULT_SERVER = process.env.RELAY_SERVER ?? "https://relay-production-c9bd.up.railway.app";
19
- const DEFAULT_WEB = process.env.RELAY_WEB ?? "https://relay-web-green.vercel.app";
19
+ const DEFAULT_WEB = process.env.RELAY_WEB ?? "https://relayrun.in";
20
20
  const DEFAULT_MODEL = process.env.RELAY_MODEL ?? "claude-sonnet-5";
21
21
  const USAGE = `relayrun — run a Relay session against a repository on this machine
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relayrun",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Run a Relay session against a repository on your own machine — everyone with the link watches the agent work, one person drives.",
5
5
  "keywords": [
6
6
  "claude",