wcgw 2.0.2__tar.gz → 2.0.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.0.2 → wcgw-2.0.3}/PKG-INFO +1 -1
  2. {wcgw-2.0.2 → wcgw-2.0.3}/pyproject.toml +1 -1
  3. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/anthropic_client.py +3 -0
  4. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/mcp_server/server.py +2 -0
  5. {wcgw-2.0.2 → wcgw-2.0.3}/.github/workflows/python-publish.yml +0 -0
  6. {wcgw-2.0.2 → wcgw-2.0.3}/.github/workflows/python-tests.yml +0 -0
  7. {wcgw-2.0.2 → wcgw-2.0.3}/.github/workflows/python-types.yml +0 -0
  8. {wcgw-2.0.2 → wcgw-2.0.3}/.gitignore +0 -0
  9. {wcgw-2.0.2 → wcgw-2.0.3}/.python-version +0 -0
  10. {wcgw-2.0.2 → wcgw-2.0.3}/.vscode/settings.json +0 -0
  11. {wcgw-2.0.2 → wcgw-2.0.3}/README.md +0 -0
  12. {wcgw-2.0.2 → wcgw-2.0.3}/gpt_action_json_schema.json +0 -0
  13. {wcgw-2.0.2 → wcgw-2.0.3}/gpt_instructions.txt +0 -0
  14. {wcgw-2.0.2 → wcgw-2.0.3}/openai.md +0 -0
  15. {wcgw-2.0.2 → wcgw-2.0.3}/src/__init__.py +0 -0
  16. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/__init__.py +0 -0
  17. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/__init__.py +0 -0
  18. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/__main__.py +0 -0
  19. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/cli.py +0 -0
  20. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/common.py +0 -0
  21. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/computer_use.py +0 -0
  22. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/diff-instructions.txt +0 -0
  23. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/mcp_server/Readme.md +0 -0
  24. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/mcp_server/__init__.py +0 -0
  25. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/openai_client.py +0 -0
  26. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/openai_utils.py +0 -0
  27. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/sys_utils.py +0 -0
  28. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/client/tools.py +0 -0
  29. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/relay/serve.py +0 -0
  30. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/relay/static/privacy.txt +0 -0
  31. {wcgw-2.0.2 → wcgw-2.0.3}/src/wcgw/types_.py +0 -0
  32. {wcgw-2.0.2 → wcgw-2.0.3}/static/claude-ss.jpg +0 -0
  33. {wcgw-2.0.2 → wcgw-2.0.3}/static/computer-use.jpg +0 -0
  34. {wcgw-2.0.2 → wcgw-2.0.3}/static/example.jpg +0 -0
  35. {wcgw-2.0.2 → wcgw-2.0.3}/static/rocket-icon.png +0 -0
  36. {wcgw-2.0.2 → wcgw-2.0.3}/static/ss1.png +0 -0
  37. {wcgw-2.0.2 → wcgw-2.0.3}/tests/test_basic.py +0 -0
  38. {wcgw-2.0.2 → wcgw-2.0.3}/tests/test_tools.py +0 -0
  39. {wcgw-2.0.2 → wcgw-2.0.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: wcgw
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: What could go wrong giving full shell access to 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.0.2"
4
+ version = "2.0.3"
5
5
  description = "What could go wrong giving full shell access to chatgpt?"
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.11, <3.13"
@@ -262,6 +262,7 @@ def loop(
262
262
  - Interact with the linux os on docker using mouse.
263
263
  - Uses xdotool
264
264
  - About left_click_drag: the current mouse position will be used as the starting point, click and drag to the given x, y coordinates. Useful in things like sliders, moving things around, etc.
265
+ - The output of this command has the screenshot after doing this action. Use this to verify if the action was successful.
265
266
  """,
266
267
  ),
267
268
  ToolParam(
@@ -272,6 +273,8 @@ def loop(
272
273
  - Emulate keyboard input to the screen
273
274
  - Uses xdootool to send keyboard input, keys like Return, BackSpace, Escape, Page_Up, etc. can be used.
274
275
  - Do not use it to interact with Bash tool.
276
+ - Make sure you've selected a text area or an editable element before sending text.
277
+ - The output of this command has the screenshot after doing this action. Use this to verify if the action was successful.
275
278
  """,
276
279
  ),
277
280
  ]
@@ -178,6 +178,7 @@ async def handle_list_tools() -> list[types.Tool]:
178
178
  - Interact with the linux os on docker using mouse.
179
179
  - Uses xdotool
180
180
  - About left_click_drag: the current mouse position will be used as the starting point, click and drag to the given x, y coordinates. Useful in things like sliders, moving things around, etc.
181
+ - The output of this command has the screenshot after doing this action. Use this to verify if the action was successful.
181
182
  """,
182
183
  ),
183
184
  ToolParam(
@@ -189,6 +190,7 @@ async def handle_list_tools() -> list[types.Tool]:
189
190
  - Uses xdootool to send keyboard input, keys like Return, BackSpace, Escape, Page_Up, etc. can be used.
190
191
  - Do not use it to interact with Bash tool.
191
192
  - Make sure you've selected a text area or an editable element before sending text.
193
+ - The output of this command has the screenshot after doing this action. Use this to verify if the action was successful.
192
194
  """,
193
195
  ),
194
196
  ]
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