mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 11:40:39 +09:00
Add OpenClaw Paperclip API URL override for onboarding
This commit is contained in:
parent
854e818b74
commit
b213eb695b
6 changed files with 101 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ describe("buildInviteOnboardingTextDocument", () => {
|
|||
expect(text).toContain("Suggested Paperclip base URLs to try");
|
||||
expect(text).toContain("http://localhost:3100");
|
||||
expect(text).toContain("host.docker.internal");
|
||||
expect(text).toContain("paperclipApiUrl");
|
||||
expect(text).toContain("set the first reachable candidate as agentDefaultsPayload.paperclipApiUrl");
|
||||
});
|
||||
|
||||
it("includes loopback diagnostics for authenticated/private onboarding", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue