dalexor 0.1.8__tar.gz → 0.2.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dalexor
3
- Version: 0.1.8
3
+ Version: 0.2.0
4
4
  Summary: Dalexor MI: Global MCP Brain & Sovereign CLI. Zero-knowledge code intelligence.
5
5
  Author-email: Dalexor Team <support@dalexor.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dalexor"
7
- version = "0.1.8"
7
+ version = "0.2.0"
8
8
  authors = [
9
9
  { name="Dalexor Team", email="support@dalexor.com" },
10
10
  ]
@@ -269,7 +269,7 @@ def print_banner(email="Sovereign", plan="Identity Verified"):
269
269
  """Print welcome banner with user info."""
270
270
  display_plan = plan
271
271
  if plan.lower() == "free": display_plan = "Surgical Sandbox (Limited)"
272
- elif plan.lower() == "starter": display_plan = "Starter Package"
272
+ elif plan.lower() == "standard": display_plan = "Standard (Scaling)"
273
273
 
274
274
  print("\n" + "="*60)
275
275
  print(" DALEXOR INTELLIGENCE SYSTEM")
@@ -1226,7 +1226,7 @@ def run_agent():
1226
1226
  elif res.status_code == 429:
1227
1227
  print(f"[!] Rate Limit Exceeded: Your plan is currently throttled. Upgrade to Sovereign for near-unlimited velocity.")
1228
1228
  elif res.status_code == 402:
1229
- print(f"[!] Quota Full: You have reached your Intelligence Atom limit. Please upgrade or manage your atoms at "dalexor.com")
1229
+ print(f"[!] Quota Full: You have reached your Intelligence Atom limit. Please upgrade or manage your atoms at 'dalexor.com'")
1230
1230
  else:
1231
1231
  print(f"[!] Handshake Refused: {res.status_code} - {res.text}")
1232
1232
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dalexor
3
- Version: 0.1.8
3
+ Version: 0.2.0
4
4
  Summary: Dalexor MI: Global MCP Brain & Sovereign CLI. Zero-knowledge code intelligence.
5
5
  Author-email: Dalexor Team <support@dalexor.com>
6
6
  Classifier: Programming Language :: Python :: 3
File without changes
File without changes
File without changes
File without changes