dalexor 0.1.6__tar.gz → 0.1.7__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.6
3
+ Version: 0.1.7
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.6"
7
+ version = "0.1.7"
8
8
  authors = [
9
9
  { name="Dalexor Team", email="support@dalexor.com" },
10
10
  ]
@@ -66,7 +66,7 @@ GLOBAL_CONFIG = load_global_config()
66
66
  # Try to load API KEY from Env -> Global Config
67
67
  DX_API_KEY = os.getenv("DX_API_KEY") or os.getenv("DALEXORMI_API_KEY") or GLOBAL_CONFIG.get("api_key")
68
68
 
69
- CLOUD_URL = os.getenv("DALEXORMI_URL", "http://46.225.19.164:8080")
69
+ CLOUD_URL = os.getenv("DALEXORMI_URL", "https://api.dalexor.com")
70
70
  DX_SOVEREIGN = os.getenv("DX_SOVEREIGN", "false").lower() == "true"
71
71
  DX_TEAM_SECRET = (os.getenv("DX_TEAM_SECRET") or GLOBAL_CONFIG.get("team_secret") or "").strip()
72
72
 
@@ -114,7 +114,7 @@ SUPABASE_SERVICE_ROLE = os.getenv("SUPABASE_SERVICE_ROLE_KEY") or os.getenv("SUP
114
114
  GROQ_API_KEY = os.getenv("GROQ_API_KEY")
115
115
 
116
116
  # Detection: Are we running on Railway?
117
- IS_CLOUD = os.getenv("RAILWAY_ENVIRONMENT") == "true" or os.getenv("RAILWAY_STATIC_URL") is not None
117
+ IS_CLOUD = os.getenv("RAILWAY_ENVIRONMENT") == "true" or os.getenv("RAILWAY_STATIC_URL") is not None or os.getenv("VPS_MODE") == "true"
118
118
 
119
119
  # Shared Constants
120
120
  IGNORE_LIST = {'.git', 'node_modules', '__pycache__', '.env', 'dist', 'build', '.next', '.dalexor', '.vscode', '.idea', 'venv', '.pyc', '.egg-info', '.pytest_cache', '.mypy_cache'}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dalexor
3
- Version: 0.1.6
3
+ Version: 0.1.7
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