mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
3a5cb3847c
* feat: @openclaw/daytona-sandbox inital version Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * feat: plugin config params extended Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * feat: implement ClawSweeper review notes Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * fix(daytona): honor abort signals and clean up remote staging on failure Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * fix(daytona): register launcher as knip entry and refresh manifest schema Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * fix(daytona): cancellable session transport and auto-stopped sandbox restart Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * fix(daytona): deny egress by default and arm launcher cleanup before startup Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> * fix(daytona): stop cancelled startup before submission * test(daytona): satisfy deferred race lint * test(release): update plugin publisher inventory * fix(daytona): close provisioning and PTY cleanup gaps * test(daytona): type PTY launcher mock * fix(acpx): avoid promise-returning line handler * fix(daytona): await PTY signal cleanup * fix(daytona): declare ClawHub install route * fix(daytona): forward PTY stdin EOF * fix(daytona): serialize PTY input * docs(daytona): document sandbox backend config --------- Signed-off-by: Mislav Ivanda <mislavivanda454@gmail.com> Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
135 lines
3.4 KiB
JSON
135 lines
3.4 KiB
JSON
{
|
|
"name": "@openclaw/tlon",
|
|
"version": "2026.8.1",
|
|
"description": "OpenClaw Tlon/Urbit channel plugin for chat workflows.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "3.1117.0",
|
|
"@aws-sdk/s3-request-presigner": "3.1117.0",
|
|
"@tloncorp/tlon-skill": "0.5.0",
|
|
"@urbit/aura": "3.0.0",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.8.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"setupFeatures": {
|
|
"configPromotion": true
|
|
},
|
|
"channel": {
|
|
"id": "tlon",
|
|
"label": "Tlon",
|
|
"selectionLabel": "Tlon (Urbit)",
|
|
"docsPath": "/channels/tlon",
|
|
"docsLabel": "tlon",
|
|
"blurb": "decentralized messaging on Urbit; install the plugin to enable.",
|
|
"order": 90,
|
|
"quickstartAllowFrom": true,
|
|
"setup": {
|
|
"fields": [
|
|
{
|
|
"key": "ship",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--ship <ship>",
|
|
"description": "Tlon ship"
|
|
}
|
|
},
|
|
{
|
|
"key": "url",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--url <url>",
|
|
"description": "Tlon URL"
|
|
}
|
|
},
|
|
{
|
|
"key": "code",
|
|
"kind": "string",
|
|
"sensitive": true,
|
|
"cli": {
|
|
"flags": "--code <code>",
|
|
"description": "Tlon login code"
|
|
}
|
|
},
|
|
{
|
|
"key": "dangerouslyAllowPrivateNetwork",
|
|
"kind": "boolean",
|
|
"cli": {
|
|
"flags": "--dangerously-allow-private-network",
|
|
"description": "Allow private-network Tlon URLs"
|
|
}
|
|
},
|
|
{
|
|
"key": "groupChannels",
|
|
"kind": "string-list",
|
|
"cli": {
|
|
"flags": "--group-channels <list>",
|
|
"description": "Tlon group channels"
|
|
}
|
|
},
|
|
{
|
|
"key": "dmAllowlist",
|
|
"kind": "string-list",
|
|
"cli": {
|
|
"flags": "--dm-allowlist <list>",
|
|
"description": "Tlon DM allowlist"
|
|
}
|
|
},
|
|
{
|
|
"key": "autoDiscoverChannels",
|
|
"kind": "boolean",
|
|
"cli": {
|
|
"flags": "--auto-discover-channels",
|
|
"negatedFlags": "--no-auto-discover-channels",
|
|
"description": "Auto-discover Tlon group channels"
|
|
}
|
|
},
|
|
{
|
|
"key": "ownerShip",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--owner-ship <ship>",
|
|
"description": "Tlon owner ship"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/tlon",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.10"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1"
|
|
},
|
|
"release": {
|
|
"bundleRuntimeDependencies": false,
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|