forgexa-cli 1.46.3__tar.gz → 1.47.1__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.46.3 → forgexa_cli-1.47.1}/PKG-INFO +1 -1
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/__init__.py +1 -1
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/agent_core.py +1 -1
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/daemon.py +667 -10
- forgexa_cli-1.47.1/forgexa_cli/runtime_evidence.py +1011 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/PKG-INFO +1 -1
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/SOURCES.txt +1 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/pyproject.toml +1 -1
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/README.md +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/_build_config.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/_local_bind.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/autoupgrade.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/main.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli/py.typed +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/dependency_links.txt +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/entry_points.txt +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/requires.txt +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/forgexa_cli.egg-info/top_level.txt +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/setup.cfg +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_auth_and_runtime_commands.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_autoupgrade.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_check_command.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_expiry_warnings_and_revoke.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_local_bind_commands.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_runtime_credentials.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_session_credentials.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/tests/test_silent_install.py +0 -0
- {forgexa_cli-1.46.3 → forgexa_cli-1.47.1}/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.47.1"
|
|
@@ -1744,7 +1744,7 @@ def build_copilot_command(
|
|
|
1744
1744
|
|
|
1745
1745
|
Host-only option (the daemon leaves it at its default):
|
|
1746
1746
|
``resume_session_id`` continues a previous session via
|
|
1747
|
-
``--resume=<id>`` (session state lives under
|
|
1747
|
+
``--resume=<id>`` (session state lives under ``COPILOT_HOME/session-state/``).
|
|
1748
1748
|
"""
|
|
1749
1749
|
cmd = [
|
|
1750
1750
|
binary,
|