@robbiesrobotics/alice-agents 1.4.7 → 1.4.8

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/lib/installer.mjs CHANGED
@@ -614,7 +614,7 @@ export async function runInstall(options = {}) {
614
614
  const { checkProLicense, validateLicenseRemote, storeLicense, isValidFormat } = await import('./license.mjs');
615
615
  const explicitLicenseKey = String(options.licenseKey || '').trim();
616
616
 
617
- const existing = await checkProLicense({ revalidate: true });
617
+ const existing = await checkProLicense();
618
618
 
619
619
  if (existing.licensed) {
620
620
  if (existing.provisional) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robbiesrobotics/alice-agents",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "A.L.I.C.E. — 28 AI agents for OpenClaw. One conversation, one team.",
5
5
  "bin": {
6
6
  "alice-agents": "bin/alice-install.mjs"