npx skills add ...
npx skills add vercel-labs/open-agents --skill remove-demo-limits
npx skills add vercel-labs/open-agents --skill remove-demo-limits
Removes Open Harness hosted demo restrictions from a fork. Use when a maintainer wants to remove managed-template trial caps, hosted deployment gating, or "deploy your own" limits. Triggers on "remove demo limits", "remove trial limits", "remove hosted restrictions", "open this up for my fork", "remove managed template restrictions".
Remove the managed-template trial restrictions with the smallest coherent change.
Make the fork behave like a normal self-hosted deployment:
Read these files before editing:
apps/web/lib/managed-template-trial.tsapps/web/app/api/sessions/route.tsapps/web/app/api/chat/route.tsapps/web/app/api/sessions/[sessionId]/chats/[chatId]/messages/[messageId]/route.tsapps/web/app/api/sessions/route.test.tsapps/web/app/api/chat/route.test.tsapps/web/app/api/sessions/[sessionId]/chats/[chatId]/messages/[messageId]/route.test.tsThen search for these identifiers and strings to catch older or newer variants:
isManagedTemplateTrialUserMANAGED_TEMPLATE_TRIAL_deploy-your-ownopen-agents.devvercel.comThis hosted deployment includesdoes not allow message deletionapps/web/lib/managed-template-trial.ts if it becomes unused; otherwise simplify it so no dead exports remain.This repo uses Bun. After the edits:
bun run ciReport: