forgexa-cli 1.26.4__tar.gz → 1.27.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.
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/PKG-INFO +1 -1
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/__init__.py +1 -1
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/daemon.py +6 -3
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/main.py +1 -1
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/PKG-INFO +1 -1
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/pyproject.toml +1 -1
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/README.md +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/_build_config.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/_local_bind.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/agent_core.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/autoupgrade.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli/py.typed +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/SOURCES.txt +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/dependency_links.txt +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/entry_points.txt +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/requires.txt +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/forgexa_cli.egg-info/top_level.txt +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/setup.cfg +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_auth_and_runtime_commands.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_autoupgrade.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_check_command.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_expiry_warnings_and_revoke.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_local_bind_commands.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_runtime_credentials.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_session_credentials.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_silent_install.py +0 -0
- {forgexa_cli-1.26.4 → forgexa_cli-1.27.0}/tests/test_upgrade_observability.py +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""forgexa-cli — Forgexa command-line client."""
|
|
2
|
-
__version__ = "1.
|
|
2
|
+
__version__ = "1.27.0"
|
|
@@ -909,7 +909,7 @@ except (ImportError, ModuleNotFoundError):
|
|
|
909
909
|
# DAEMON_VERSION is the protocol/logic version of the daemon code.
|
|
910
910
|
# Kept in sync with pyproject.toml version via bump-version.sh.
|
|
911
911
|
# CLIENT_TYPE identifies which packaging/distribution this daemon runs in.
|
|
912
|
-
DAEMON_VERSION = "1.
|
|
912
|
+
DAEMON_VERSION = "1.27.0"
|
|
913
913
|
|
|
914
914
|
|
|
915
915
|
def _detect_client_type() -> str:
|
|
@@ -924,7 +924,10 @@ def _detect_client_type() -> str:
|
|
|
924
924
|
of deployment context, making the bundle-daemon.sh copy safe.
|
|
925
925
|
"""
|
|
926
926
|
env_type = os.environ.get("FORGEXA_CLIENT_TYPE", "").strip().lower()
|
|
927
|
-
|
|
927
|
+
# "ide" is the pre-rename Studio value (renamed 2026-08-16):
|
|
928
|
+
# already-installed builds keep sending it forever, so it must stay
|
|
929
|
+
# accepted permanently alongside "studio".
|
|
930
|
+
if env_type in ("server", "cli", "desktop", "ide", "studio"):
|
|
928
931
|
return env_type
|
|
929
932
|
# Server: app.config was successfully imported at module level above
|
|
930
933
|
if "app.config" in sys.modules:
|
|
@@ -1859,7 +1862,7 @@ def _save_local_workspaces_mapping(mapping: dict) -> None:
|
|
|
1859
1862
|
# machine but must NEVER reach the server (on_output_chunk below already
|
|
1860
1863
|
# skips buffering local_bind lines into the server-bound progress report).
|
|
1861
1864
|
# This file is the "same-machine-visible" channel: the Forgexa IDE tails it
|
|
1862
|
-
# directly via a Tauri command (
|
|
1865
|
+
# directly via a Tauri command (studio/src-tauri/src/local_bind_output.rs) - it
|
|
1863
1866
|
# is never read or transmitted by anything in this module over HTTP.
|
|
1864
1867
|
def _local_bind_output_log_path(task_id: str) -> Path:
|
|
1865
1868
|
return Path.home() / ".forgexa" / "local-bind-output" / f"{task_id}.log"
|
|
@@ -3421,7 +3421,7 @@ def main() -> None:
|
|
|
3421
3421
|
pc.add_argument("name", help="Project name")
|
|
3422
3422
|
pc.add_argument("--workspace", required=True, help="Workspace ID")
|
|
3423
3423
|
pc.add_argument("--stack", default=None, help="Tech stack")
|
|
3424
|
-
bl = proj_sub.add_parser("bind-local", help="Bind a local directory for Forgexa
|
|
3424
|
+
bl = proj_sub.add_parser("bind-local", help="Bind a local directory for Forgexa Studio direct execution")
|
|
3425
3425
|
bl.add_argument("path", help="Absolute path to your local working directory")
|
|
3426
3426
|
bl.add_argument("--project", required=True, help="Project ID")
|
|
3427
3427
|
bl.add_argument("--runtime", default=None, help="Personal runtime ID prefix (if you have more than one)")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|