wcgw 2.3.2__tar.gz → 2.3.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 (39) hide show
  1. {wcgw-2.3.2 → wcgw-2.3.3}/PKG-INFO +1 -1
  2. {wcgw-2.3.2 → wcgw-2.3.3}/pyproject.toml +1 -1
  3. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/mcp_server/server.py +0 -2
  4. {wcgw-2.3.2 → wcgw-2.3.3}/.github/workflows/python-publish.yml +0 -0
  5. {wcgw-2.3.2 → wcgw-2.3.3}/.github/workflows/python-tests.yml +0 -0
  6. {wcgw-2.3.2 → wcgw-2.3.3}/.github/workflows/python-types.yml +0 -0
  7. {wcgw-2.3.2 → wcgw-2.3.3}/.gitignore +0 -0
  8. {wcgw-2.3.2 → wcgw-2.3.3}/.python-version +0 -0
  9. {wcgw-2.3.2 → wcgw-2.3.3}/.vscode/settings.json +0 -0
  10. {wcgw-2.3.2 → wcgw-2.3.3}/README.md +0 -0
  11. {wcgw-2.3.2 → wcgw-2.3.3}/gpt_action_json_schema.json +0 -0
  12. {wcgw-2.3.2 → wcgw-2.3.3}/gpt_instructions.txt +0 -0
  13. {wcgw-2.3.2 → wcgw-2.3.3}/openai.md +0 -0
  14. {wcgw-2.3.2 → wcgw-2.3.3}/src/__init__.py +0 -0
  15. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/__init__.py +0 -0
  16. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/__init__.py +0 -0
  17. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/__main__.py +0 -0
  18. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/anthropic_client.py +0 -0
  19. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/cli.py +0 -0
  20. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/common.py +0 -0
  21. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/computer_use.py +0 -0
  22. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/diff-instructions.txt +0 -0
  23. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/mcp_server/Readme.md +0 -0
  24. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/mcp_server/__init__.py +0 -0
  25. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/openai_client.py +0 -0
  26. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/openai_utils.py +0 -0
  27. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/sys_utils.py +0 -0
  28. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/client/tools.py +0 -0
  29. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/relay/serve.py +0 -0
  30. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/relay/static/privacy.txt +0 -0
  31. {wcgw-2.3.2 → wcgw-2.3.3}/src/wcgw/types_.py +0 -0
  32. {wcgw-2.3.2 → wcgw-2.3.3}/static/claude-ss.jpg +0 -0
  33. {wcgw-2.3.2 → wcgw-2.3.3}/static/computer-use.jpg +0 -0
  34. {wcgw-2.3.2 → wcgw-2.3.3}/static/example.jpg +0 -0
  35. {wcgw-2.3.2 → wcgw-2.3.3}/static/rocket-icon.png +0 -0
  36. {wcgw-2.3.2 → wcgw-2.3.3}/static/ss1.png +0 -0
  37. {wcgw-2.3.2 → wcgw-2.3.3}/tests/test_basic.py +0 -0
  38. {wcgw-2.3.2 → wcgw-2.3.3}/tests/test_tools.py +0 -0
  39. {wcgw-2.3.2 → wcgw-2.3.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wcgw
3
- Version: 2.3.2
3
+ Version: 2.3.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.3.2"
4
+ version = "2.3.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"
@@ -229,8 +229,6 @@ async def handle_call_tool(
229
229
 
230
230
  except Exception as e:
231
231
  output_or_dones = [f"GOT EXCEPTION while calling tool. Error: {e}"]
232
- tb = traceback.format_exc()
233
- print(str(output_or_dones[0]) + "\n" + tb)
234
232
 
235
233
  content: list[types.TextContent | types.ImageContent | types.EmbeddedResource] = []
236
234
  for output_or_done in output_or_dones:
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