forgexa-cli 1.49.0__tar.gz → 1.49.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.49.0 → forgexa_cli-1.49.1}/PKG-INFO +2 -2
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/README.md +1 -1
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/__init__.py +1 -1
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/daemon.py +1 -1
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/PKG-INFO +2 -2
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/pyproject.toml +1 -1
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/_build_config.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/_local_bind.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/agent_core.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/autoupgrade.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/main.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/py.typed +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli/runtime_evidence.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/SOURCES.txt +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/dependency_links.txt +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/entry_points.txt +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/requires.txt +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/forgexa_cli.egg-info/top_level.txt +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/setup.cfg +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_auth_and_runtime_commands.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_autoupgrade.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_check_command.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_expiry_warnings_and_revoke.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_local_bind_commands.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_runtime_credentials.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_session_credentials.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_silent_install.py +0 -0
- {forgexa_cli-1.49.0 → forgexa_cli-1.49.1}/tests/test_upgrade_observability.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: forgexa-cli
|
|
3
|
-
Version: 1.49.
|
|
3
|
+
Version: 1.49.1
|
|
4
4
|
Summary: Forgexa CLI — command-line client and AI agent runtime for the Forgexa platform
|
|
5
5
|
Author-email: Jason Sun <dev.winds@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -35,7 +35,7 @@ Requires-Dist: socksio>=1.0.0; extra == "daemon"
|
|
|
35
35
|
Command-line client and agent runtime for the [Forgexa](https://forgexa.net) platform.
|
|
36
36
|
|
|
37
37
|
Communicates with the Forgexa server via REST API.
|
|
38
|
-
Includes a built-in **daemon** that discovers local AI agents (Claude Code, Codex, Gemini CLI, OpenCode, Kimi Code,
|
|
38
|
+
Includes a built-in **daemon** that discovers seven supported local AI agents (Claude Code, Codex, GitHub Copilot, Gemini CLI, OpenCode, Kimi Code, and MiMo Code) and executes tasks on behalf of the server. MiMo Code (`mimo`, v0.1.14+) is selected explicitly; automatic routing and generated default fallback chains exclude it.
|
|
39
39
|
|
|
40
40
|
## Installation
|
|
41
41
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Command-line client and agent runtime for the [Forgexa](https://forgexa.net) platform.
|
|
4
4
|
|
|
5
5
|
Communicates with the Forgexa server via REST API.
|
|
6
|
-
Includes a built-in **daemon** that discovers local AI agents (Claude Code, Codex, Gemini CLI, OpenCode, Kimi Code,
|
|
6
|
+
Includes a built-in **daemon** that discovers seven supported local AI agents (Claude Code, Codex, GitHub Copilot, Gemini CLI, OpenCode, Kimi Code, and MiMo Code) and executes tasks on behalf of the server. MiMo Code (`mimo`, v0.1.14+) is selected explicitly; automatic routing and generated default fallback chains exclude it.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""forgexa-cli — Forgexa command-line client."""
|
|
2
|
-
__version__ = "1.49.
|
|
2
|
+
__version__ = "1.49.1"
|
|
@@ -1120,7 +1120,7 @@ except (ImportError, ModuleNotFoundError):
|
|
|
1120
1120
|
# DAEMON_VERSION is the protocol/logic version of the daemon code.
|
|
1121
1121
|
# Kept in sync with pyproject.toml version via bump-version.sh.
|
|
1122
1122
|
# CLIENT_TYPE identifies which packaging/distribution this daemon runs in.
|
|
1123
|
-
DAEMON_VERSION = "1.49.
|
|
1123
|
+
DAEMON_VERSION = "1.49.1"
|
|
1124
1124
|
|
|
1125
1125
|
|
|
1126
1126
|
def _detect_client_type() -> str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: forgexa-cli
|
|
3
|
-
Version: 1.49.
|
|
3
|
+
Version: 1.49.1
|
|
4
4
|
Summary: Forgexa CLI — command-line client and AI agent runtime for the Forgexa platform
|
|
5
5
|
Author-email: Jason Sun <dev.winds@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -35,7 +35,7 @@ Requires-Dist: socksio>=1.0.0; extra == "daemon"
|
|
|
35
35
|
Command-line client and agent runtime for the [Forgexa](https://forgexa.net) platform.
|
|
36
36
|
|
|
37
37
|
Communicates with the Forgexa server via REST API.
|
|
38
|
-
Includes a built-in **daemon** that discovers local AI agents (Claude Code, Codex, Gemini CLI, OpenCode, Kimi Code,
|
|
38
|
+
Includes a built-in **daemon** that discovers seven supported local AI agents (Claude Code, Codex, GitHub Copilot, Gemini CLI, OpenCode, Kimi Code, and MiMo Code) and executes tasks on behalf of the server. MiMo Code (`mimo`, v0.1.14+) is selected explicitly; automatic routing and generated default fallback chains exclude it.
|
|
39
39
|
|
|
40
40
|
## Installation
|
|
41
41
|
|
|
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
|
|
File without changes
|