wcgw 4.1.1__tar.gz → 4.1.2__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.
Potentially problematic release.
This version of wcgw might be problematic. Click here for more details.
- {wcgw-4.1.1 → wcgw-4.1.2}/PKG-INFO +3 -1
- {wcgw-4.1.1 → wcgw-4.1.2}/pyproject.toml +3 -3
- {wcgw-4.1.1 → wcgw-4.1.2}/.github/workflows/python-publish.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.github/workflows/python-tests.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.github/workflows/python-types.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.gitignore +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.gitmodules +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.python-version +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/.vscode/settings.json +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/CLAUDE.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/Dockerfile +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/LICENSE +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/gpt_action_json_schema.json +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/gpt_instructions.txt +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/openai.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.git +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/workflows/main-checks.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/workflows/publish-pypi.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/workflows/pull-request-checks.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.github/workflows/shared.yml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.gitignore +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/.python-version +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/CODE_OF_CONDUCT.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/CONTRIBUTING.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/LICENSE +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/RELEASE.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/SECURITY.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/.python-version +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/mcp_simple_prompt/server.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-prompt/pyproject.toml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/.python-version +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/mcp_simple_resource/server.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/pyproject.toml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/.python-version +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/README.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/server.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/pyproject.toml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/pyproject.toml +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/client/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/client/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/client/session.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/client/sse.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/client/stdio.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/py.typed +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/models.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/session.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/sse.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/stdio.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/server/websocket.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/context.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/exceptions.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/memory.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/progress.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/session.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/shared/version.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/src/mcp_wcgw/types.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/client/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/client/test_session.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/client/test_stdio.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/conftest.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/server/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/server/test_session.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/server/test_stdio.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/shared/test_memory.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/tests/test_types.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/uv.lock +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/bash_state/bash_state.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/bash_state/parser/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/bash_state/parser/bash_statement_parser.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/common.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/diff-instructions.txt +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/encoder/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/file_ops/diff_edit.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/file_ops/search_replace.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/mcp_server/Readme.md +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/mcp_server/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/mcp_server/server.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/memory.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/modes.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/display_tree.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/file_stats.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/path_prob.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/repo_ops/repo_context.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/tool_prompts.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/client/tools.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/py.typed +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/relay/client.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/relay/serve.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/relay/static/privacy.txt +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw/types_.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/__init__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/__main__.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/anthropic_client.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/cli.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/openai_client.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/src/wcgw_cli/openai_utils.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/claude-ss.jpg +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/computer-use.jpg +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/example.jpg +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/rocket-icon.png +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/ss1.png +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/static/workflow-demo.gif +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_bash_parser.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_bash_parser_complex.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_edit.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_file_range_tracking.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_mcp_server.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_readfiles.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/tests/test_tools.py +0 -0
- {wcgw-4.1.1 → wcgw-4.1.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wcgw
|
|
3
|
-
Version: 4.1.
|
|
3
|
+
Version: 4.1.2
|
|
4
4
|
Summary: Shell and coding agent on claude and chatgpt
|
|
5
5
|
Project-URL: Homepage, https://github.com/rusiaaman/wcgw
|
|
6
6
|
Author-email: Aman Rusia <gapypi@arcfu.com>
|
|
@@ -21,6 +21,8 @@ Requires-Dist: semantic-version>=2.10.0
|
|
|
21
21
|
Requires-Dist: syntax-checker>=0.3.0
|
|
22
22
|
Requires-Dist: tokenizers>=0.21.0
|
|
23
23
|
Requires-Dist: toml>=0.10.2
|
|
24
|
+
Requires-Dist: tree-sitter-bash>=0.23.3
|
|
25
|
+
Requires-Dist: tree-sitter>=0.24.0
|
|
24
26
|
Requires-Dist: typer>=0.12.5
|
|
25
27
|
Requires-Dist: uvicorn>=0.31.0
|
|
26
28
|
Requires-Dist: websockets>=13.1
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }]
|
|
3
3
|
name = "wcgw"
|
|
4
|
-
version = "4.1.
|
|
4
|
+
version = "4.1.2"
|
|
5
5
|
description = "Shell and coding agent on claude and chatgpt"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
requires-python = ">=3.11"
|
|
@@ -24,6 +24,8 @@ dependencies = [
|
|
|
24
24
|
"pygit2>=1.16.0",
|
|
25
25
|
"syntax-checker>=0.3.0",
|
|
26
26
|
"psutil>=7.0.0",
|
|
27
|
+
"tree-sitter>=0.24.0",
|
|
28
|
+
"tree-sitter-bash>=0.23.3",
|
|
27
29
|
]
|
|
28
30
|
|
|
29
31
|
[project.urls]
|
|
@@ -60,8 +62,6 @@ dev-dependencies = [
|
|
|
60
62
|
"pytest-asyncio>=0.25.3",
|
|
61
63
|
"types-pexpect>=4.9.0.20241208",
|
|
62
64
|
"types-psutil>=7.0.0.20250218",
|
|
63
|
-
"tree-sitter>=0.24.0",
|
|
64
|
-
"tree-sitter-bash>=0.23.3",
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[tool.pytest.ini_options]
|
|
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
|
|
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
|
{wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-resource/.python-version
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__init__.py
RENAMED
|
File without changes
|
{wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/__main__.py
RENAMED
|
File without changes
|
{wcgw-4.1.1 → wcgw-4.1.2}/src/mcp_wcgw_fork/examples/servers/simple-tool/mcp_simple_tool/server.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|