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 +1 -1
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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://
|
|
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