dalexor 0.1.8__tar.gz → 0.1.9__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.1.9
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.1.9"
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")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dalexor
3
- Version: 0.1.8
3
+ Version: 0.1.9
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