dalexor 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl

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.
dalexor/main.py CHANGED
@@ -312,7 +312,7 @@ def interactive_verification(force_prompt=False):
312
312
  print(f"[*] Subscription: {plan}")
313
313
 
314
314
  # 🛡️ SOVEREIGN MODE ACTIVATION (For Pro/Enterprise/Sovereign plans)
315
- is_sovereign_plan = any(p in plan.lower() for p in ["sovereign", "enterprise", "professional", "unlimited"])
315
+ is_sovereign_plan = any(p in plan.lower() for p in ["sovereign", "enterprise", "professional", "unlimited", "pro"])
316
316
  if is_sovereign_plan:
317
317
  global DX_SOVEREIGN
318
318
  DX_SOVEREIGN = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dalexor
3
- Version: 0.1.5
3
+ Version: 0.1.6
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
@@ -0,0 +1,8 @@
1
+ dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ dalexor/main.py,sha256=KIoMGOw7V95SGQorzzRQen4nguheGoX4JGU7PFxtDpE,58734
3
+ dalexor-0.1.6.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
4
+ dalexor-0.1.6.dist-info/METADATA,sha256=sIxcAHeaUUEUWoOjvV9DzU13PsSS-DzNsE172qNLwxA,2178
5
+ dalexor-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ dalexor-0.1.6.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
7
+ dalexor-0.1.6.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
8
+ dalexor-0.1.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- dalexor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- dalexor/main.py,sha256=0FcfAKKDyjxehc9kTboiQr3WAbAovvF-SADcaOxan58,58727
3
- dalexor-0.1.5.dist-info/licenses/LICENSE,sha256=8vtGEZuuzp5cO-mlCG4j4d6MaRj1l6MsqGt1FehKH-g,665
4
- dalexor-0.1.5.dist-info/METADATA,sha256=_utNkS0-bFYfRFlsLQXdkiYlsPbap_rHcTvVlRTBOh0,2178
5
- dalexor-0.1.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- dalexor-0.1.5.dist-info/entry_points.txt,sha256=_5OmdAjPEySJJ1x--mlPtQGWvnkh6Gw-_phTIFoyLJ8,79
7
- dalexor-0.1.5.dist-info/top_level.txt,sha256=Xj_feUtDk35VMNuSb67M1SPHvRW5jWkJ_MfWjad807w,8
8
- dalexor-0.1.5.dist-info/RECORD,,