wcgw 2.6.2__tar.gz → 2.6.3__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.

Files changed (129) hide show
  1. {wcgw-2.6.2 → wcgw-2.6.3}/PKG-INFO +1 -1
  2. {wcgw-2.6.2 → wcgw-2.6.3}/pyproject.toml +1 -1
  3. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/tools.py +1 -3
  4. {wcgw-2.6.2 → wcgw-2.6.3}/uv.lock +1 -1
  5. {wcgw-2.6.2 → wcgw-2.6.3}/.github/workflows/python-publish.yml +0 -0
  6. {wcgw-2.6.2 → wcgw-2.6.3}/.github/workflows/python-tests.yml +0 -0
  7. {wcgw-2.6.2 → wcgw-2.6.3}/.github/workflows/python-types.yml +0 -0
  8. {wcgw-2.6.2 → wcgw-2.6.3}/.gitignore +0 -0
  9. {wcgw-2.6.2 → wcgw-2.6.3}/.gitmodules +0 -0
  10. {wcgw-2.6.2 → wcgw-2.6.3}/.python-version +0 -0
  11. {wcgw-2.6.2 → wcgw-2.6.3}/.vscode/settings.json +0 -0
  12. {wcgw-2.6.2 → wcgw-2.6.3}/LICENSE +0 -0
  13. {wcgw-2.6.2 → wcgw-2.6.3}/README.md +0 -0
  14. {wcgw-2.6.2 → wcgw-2.6.3}/gpt_action_json_schema.json +0 -0
  15. {wcgw-2.6.2 → wcgw-2.6.3}/gpt_instructions.txt +0 -0
  16. {wcgw-2.6.2 → wcgw-2.6.3}/openai.md +0 -0
  17. {wcgw-2.6.2 → wcgw-2.6.3}/src/__init__.py +0 -0
  18. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.git +0 -0
  19. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  20. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  21. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/workflows/main-checks.yml +0 -0
  22. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/workflows/publish-pypi.yml +0 -0
  23. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/workflows/pull-request-checks.yml +0 -0
  24. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.github/workflows/shared.yml +0 -0
  25. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.gitignore +0 -0
  26. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/.python-version +0 -0
  27. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/CODE_OF_CONDUCT.md +0 -0
  28. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/CONTRIBUTING.md +0 -0
  29. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/LICENSE +0 -0
  30. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/README.md +0 -0
  31. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/RELEASE.md +0 -0
  32. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/SECURITY.md +0 -0
  33. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/README.md +0 -0
  34. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/.python-version +0 -0
  35. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/README.md +0 -0
  36. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py +0 -0
  37. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py +0 -0
  38. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/server.py +0 -0
  39. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-prompt/pyproject.toml +0 -0
  40. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/.python-version +0 -0
  41. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/README.md +0 -0
  42. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/__init__.py +0 -0
  43. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/__main__.py +0 -0
  44. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/server.py +0 -0
  45. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-resource/pyproject.toml +0 -0
  46. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/.python-version +0 -0
  47. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/README.md +0 -0
  48. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__init__.py +0 -0
  49. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__main__.py +0 -0
  50. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/server.py +0 -0
  51. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/examples/servers/simple-tool/pyproject.toml +0 -0
  52. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/pyproject.toml +0 -0
  53. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/__init__.py +0 -0
  54. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/client/__init__.py +0 -0
  55. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/client/__main__.py +0 -0
  56. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/client/session.py +0 -0
  57. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/client/sse.py +0 -0
  58. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/client/stdio.py +0 -0
  59. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/py.typed +0 -0
  60. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/__init__.py +0 -0
  61. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/__main__.py +0 -0
  62. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/models.py +0 -0
  63. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/session.py +0 -0
  64. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/sse.py +0 -0
  65. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/stdio.py +0 -0
  66. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/server/websocket.py +0 -0
  67. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/__init__.py +0 -0
  68. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/context.py +0 -0
  69. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/exceptions.py +0 -0
  70. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/memory.py +0 -0
  71. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/progress.py +0 -0
  72. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/session.py +0 -0
  73. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/shared/version.py +0 -0
  74. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/src/mcp_wcgw/types.py +0 -0
  75. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/__init__.py +0 -0
  76. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/client/__init__.py +0 -0
  77. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/client/test_session.py +0 -0
  78. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/client/test_stdio.py +0 -0
  79. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/conftest.py +0 -0
  80. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/server/__init__.py +0 -0
  81. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/server/test_session.py +0 -0
  82. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/server/test_stdio.py +0 -0
  83. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/shared/test_memory.py +0 -0
  84. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/tests/test_types.py +0 -0
  85. {wcgw-2.6.2 → wcgw-2.6.3}/src/mcp_wcgw/uv.lock +0 -0
  86. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/__init__.py +0 -0
  87. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/__init__.py +0 -0
  88. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/__main__.py +0 -0
  89. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/anthropic_client.py +0 -0
  90. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/cli.py +0 -0
  91. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/common.py +0 -0
  92. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/computer_use.py +0 -0
  93. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/diff-instructions.txt +0 -0
  94. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/mcp_server/Readme.md +0 -0
  95. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/mcp_server/__init__.py +0 -0
  96. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/mcp_server/server.py +0 -0
  97. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/openai_client.py +0 -0
  98. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/openai_utils.py +0 -0
  99. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/repo_ops/display_tree.py +0 -0
  100. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/repo_ops/path_prob.py +0 -0
  101. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
  102. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
  103. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/repo_ops/repo_context.py +0 -0
  104. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/client/sys_utils.py +0 -0
  105. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/relay/serve.py +0 -0
  106. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/relay/static/privacy.txt +0 -0
  107. {wcgw-2.6.2 → wcgw-2.6.3}/src/wcgw/types_.py +0 -0
  108. {wcgw-2.6.2 → wcgw-2.6.3}/static/claude-ss.jpg +0 -0
  109. {wcgw-2.6.2 → wcgw-2.6.3}/static/computer-use.jpg +0 -0
  110. {wcgw-2.6.2 → wcgw-2.6.3}/static/example.jpg +0 -0
  111. {wcgw-2.6.2 → wcgw-2.6.3}/static/rocket-icon.png +0 -0
  112. {wcgw-2.6.2 → wcgw-2.6.3}/static/ss1.png +0 -0
  113. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/repo_ops/__init__.py +0 -0
  114. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/repo_ops/test_display_tree.py +0 -0
  115. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/repo_ops/test_display_tree_simple.py +0 -0
  116. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/repo_ops/test_path_prob.py +0 -0
  117. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/repo_ops/test_repo_context.py +0 -0
  118. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/test_anthropic_client_utils.py +0 -0
  119. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/test_openai_utils.py +0 -0
  120. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/test_tools_basic.py +0 -0
  121. {wcgw-2.6.2 → wcgw-2.6.3}/tests/client/test_tools_extended.py +0 -0
  122. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_anthropic_client.py +0 -0
  123. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_basic.py +0 -0
  124. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_common.py +0 -0
  125. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_computer_use.py +0 -0
  126. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_computer_use_base.py +0 -0
  127. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_computer_use_shell.py +0 -0
  128. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_sys_utils.py +0 -0
  129. {wcgw-2.6.2 → wcgw-2.6.3}/tests/test_tools.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wcgw
3
- Version: 2.6.2
3
+ Version: 2.6.3
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>
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  authors = [{ name = "Aman Rusia", email = "gapypi@arcfu.com" }]
3
3
  name = "wcgw"
4
- version = "2.6.2"
4
+ version = "2.6.3"
5
5
  description = "Shell and coding agent on claude and chatgpt"
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.11, <3.13"
@@ -1242,9 +1242,7 @@ def get_tool_output(
1242
1242
  # At this point we should go into the docker env
1243
1243
  res, _ = execute_bash(
1244
1244
  enc,
1245
- BashInteraction(
1246
- send_text=f"export PS1={PROMPT}", type="BashInteraction"
1247
- ),
1245
+ BashInteraction(send_text=f"export PS1={PROMPT}"),
1248
1246
  None,
1249
1247
  0.2,
1250
1248
  )
@@ -1044,7 +1044,7 @@ wheels = [
1044
1044
 
1045
1045
  [[package]]
1046
1046
  name = "wcgw"
1047
- version = "2.6.1"
1047
+ version = "2.6.2"
1048
1048
  source = { editable = "." }
1049
1049
  dependencies = [
1050
1050
  { name = "anthropic" },
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