@rubytech/taskmaster 1.9.3 → 1.9.5
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/dist/agents/auth-profiles/store.js +10 -2
- package/dist/agents/pi-embedded-runner/run/attempt.js +40 -0
- package/dist/agents/taskmaster-tools.js +3 -0
- package/dist/agents/tool-policy.js +10 -1
- package/dist/agents/tools/apikeys-tool.js +2 -2
- package/dist/agents/tools/file-delete-tool.js +20 -15
- package/dist/agents/tools/file-list-tool.js +9 -2
- package/dist/agents/tools/image-generate-api.js +3 -3
- package/dist/agents/tools/image-generate-tool.js +3 -3
- package/dist/agents/tools/verify-contact-tool.js +197 -0
- package/dist/agents/workspace-migrations.js +163 -0
- package/dist/build-info.json +3 -3
- package/dist/config/defaults.js +4 -0
- package/dist/config/legacy.migrations.part-3.js +24 -0
- package/dist/config/zod-schema.js +21 -0
- package/dist/control-ui/assets/index-DpyzE2YD.js +4532 -0
- package/dist/control-ui/assets/index-DpyzE2YD.js.map +1 -0
- package/dist/control-ui/assets/index-ouo9dqKk.css +1 -0
- package/dist/control-ui/index.html +2 -2
- package/dist/gateway/control-ui.js +6 -1
- package/dist/gateway/public-chat/deliver-email.js +39 -0
- package/dist/gateway/public-chat/deliver-otp.js +59 -6
- package/dist/gateway/public-chat/deliver-sms.js +44 -0
- package/dist/gateway/public-chat/otp.js +14 -12
- package/dist/gateway/public-chat-api.js +100 -24
- package/dist/gateway/server-chat.js +5 -0
- package/dist/gateway/server-methods/access.js +11 -1
- package/dist/gateway/server-methods/apikeys.js +8 -4
- package/dist/gateway/server-methods/chat.js +14 -0
- package/dist/gateway/server-methods/public-chat.js +94 -22
- package/dist/gateway/server-methods/tailscale.js +65 -12
- package/dist/gateway/server.impl.js +5 -0
- package/dist/memory/manager.js +6 -2
- package/dist/records/records-manager.js +25 -1
- package/package.json +1 -1
- package/skills/twilio/SKILL.md +29 -0
- package/skills/twilio/references/browser-setup.md +95 -0
- package/templates/beagle/agents/admin/AGENTS.md +24 -0
- package/templates/beagle/agents/public/AGENTS.md +6 -0
- package/templates/customer/agents/admin/AGENTS.md +24 -0
- package/templates/customer/agents/public/AGENTS.md +6 -0
- package/templates/education-hero/agents/admin/AGENTS.md +184 -0
- package/templates/education-hero/agents/admin/BOOTSTRAP.md +114 -0
- package/templates/education-hero/agents/admin/HEARTBEAT.md +10 -0
- package/templates/education-hero/agents/admin/IDENTITY.md +13 -0
- package/templates/education-hero/agents/admin/SOUL.md +34 -0
- package/templates/education-hero/agents/admin/TOOLS.md +36 -0
- package/templates/education-hero/agents/admin/USER.md +13 -0
- package/templates/education-hero/agents/public/AGENTS.md +173 -0
- package/templates/education-hero/agents/public/IDENTITY.md +10 -0
- package/templates/education-hero/agents/public/SOUL.md +84 -0
- package/templates/education-hero/skills/education-hero/SKILL.md +43 -0
- package/templates/education-hero/skills/education-hero/references/admin-process.md +28 -0
- package/templates/education-hero/skills/education-hero/references/brand-voice.md +51 -0
- package/templates/education-hero/skills/education-hero/references/deregistration.md +34 -0
- package/templates/education-hero/skills/education-hero/references/educational-approach.md +28 -0
- package/templates/education-hero/skills/education-hero/references/intent-classification.md +39 -0
- package/templates/education-hero/skills/education-hero/references/la-email-analysis.md +42 -0
- package/templates/education-hero/skills/education-hero/references/legal-rights.md +37 -0
- package/templates/education-hero/skills/education-hero/references/report-writing.md +30 -0
- package/templates/education-hero/skills/interactive-tutor/SKILL.md +60 -0
- package/templates/education-hero/skills/interactive-tutor/references/assessment.md +70 -0
- package/templates/education-hero/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/templates/education-hero/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/templates/education-hero/skills/lesson-planner/SKILL.md +49 -0
- package/templates/education-hero/skills/lesson-planner/references/context-gathering.md +41 -0
- package/templates/education-hero/skills/lesson-planner/references/plan-structure.md +94 -0
- package/templates/education-hero/skills/study-pack-builder/SKILL.md +53 -0
- package/templates/education-hero/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/templates/education-hero/skills/study-pack-builder/references/materials.md +116 -0
- package/templates/maxy/agents/admin/AGENTS.md +20 -0
- package/templates/maxy/agents/public/AGENTS.md +4 -0
- package/templates/taskmaster/agents/admin/AGENTS.md +24 -0
- package/templates/taskmaster/agents/public/AGENTS.md +6 -0
- package/templates/tradesupport/agents/admin/AGENTS.md +24 -0
- package/templates/tradesupport/agents/public/AGENTS.md +6 -0
- package/dist/control-ui/assets/index-CHIqq3Nn.css +0 -1
- package/dist/control-ui/assets/index-zUaHKRVM.js +0 -4227
- package/dist/control-ui/assets/index-zUaHKRVM.js.map +0 -1
|
@@ -321,4 +321,28 @@ export const LEGACY_CONFIG_MIGRATIONS_PART_3 = [
|
|
|
321
321
|
}
|
|
322
322
|
},
|
|
323
323
|
},
|
|
324
|
+
{
|
|
325
|
+
id: "publicChat-greeting-to-greetings-map",
|
|
326
|
+
describe: "Migrate publicChat.greeting (global string) to publicChat.greetings (per-account map)",
|
|
327
|
+
apply: (raw, changes) => {
|
|
328
|
+
const pc = getRecord(raw.publicChat);
|
|
329
|
+
if (!pc)
|
|
330
|
+
return;
|
|
331
|
+
if (typeof pc.greeting !== "string" || !pc.greeting)
|
|
332
|
+
return;
|
|
333
|
+
const text = pc.greeting;
|
|
334
|
+
delete pc.greeting;
|
|
335
|
+
// Associate the old greeting with the default workspace/account
|
|
336
|
+
const defaultId = resolveDefaultAgentIdFromRaw(raw);
|
|
337
|
+
if (defaultId) {
|
|
338
|
+
if (!isRecord(pc.greetings))
|
|
339
|
+
pc.greetings = {};
|
|
340
|
+
pc.greetings[defaultId] = text;
|
|
341
|
+
changes.push(`Migrated publicChat.greeting to publicChat.greetings["${defaultId}"].`);
|
|
342
|
+
}
|
|
343
|
+
else {
|
|
344
|
+
changes.push("Removed orphaned publicChat.greeting (no default account to associate with).");
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
},
|
|
324
348
|
];
|
|
@@ -571,7 +571,28 @@ export const TaskmasterSchema = z
|
|
|
571
571
|
auth: z
|
|
572
572
|
.union([z.literal("anonymous"), z.literal("verified"), z.literal("choice")])
|
|
573
573
|
.optional(),
|
|
574
|
+
verifyMethods: z
|
|
575
|
+
.array(z.union([z.literal("phone"), z.literal("email")]))
|
|
576
|
+
.min(1)
|
|
577
|
+
.optional(),
|
|
574
578
|
cookieTtlDays: z.number().int().positive().optional(),
|
|
579
|
+
greeting: z.string().max(500).optional(), // deprecated — migrated to greetings map
|
|
580
|
+
greetings: z.record(z.string(), z.string().max(500)).optional(),
|
|
581
|
+
sms: z
|
|
582
|
+
.object({
|
|
583
|
+
accountSid: z.string().optional(),
|
|
584
|
+
authToken: z.string().optional(),
|
|
585
|
+
fromNumber: z.string().optional(),
|
|
586
|
+
})
|
|
587
|
+
.strict()
|
|
588
|
+
.optional(),
|
|
589
|
+
email: z
|
|
590
|
+
.object({
|
|
591
|
+
apiKey: z.string().optional(),
|
|
592
|
+
from: z.string().optional(),
|
|
593
|
+
})
|
|
594
|
+
.strict()
|
|
595
|
+
.optional(),
|
|
575
596
|
})
|
|
576
597
|
.strict()
|
|
577
598
|
.optional(),
|