wcgw 2.7.1__tar.gz → 2.7.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-2.7.1 → wcgw-2.7.2}/PKG-INFO +9 -2
- {wcgw-2.7.1 → wcgw-2.7.2}/README.md +8 -1
- {wcgw-2.7.1 → wcgw-2.7.2}/pyproject.toml +1 -1
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/tools.py +1 -1
- {wcgw-2.7.1 → wcgw-2.7.2}/uv.lock +1 -1
- {wcgw-2.7.1 → wcgw-2.7.2}/.github/workflows/python-publish.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.github/workflows/python-tests.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.github/workflows/python-types.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.gitignore +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.gitmodules +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.python-version +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/.vscode/settings.json +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/LICENSE +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/gpt_action_json_schema.json +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/gpt_instructions.txt +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/openai.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.git +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/workflows/main-checks.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/workflows/publish-pypi.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/workflows/pull-request-checks.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.github/workflows/shared.yml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.gitignore +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/.python-version +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/CODE_OF_CONDUCT.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/CONTRIBUTING.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/LICENSE +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/README.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/RELEASE.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/SECURITY.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/README.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/.python-version +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/README.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/server.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/pyproject.toml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/.python-version +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/README.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/mcp_simple_resource/server.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-resource/pyproject.toml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/.python-version +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/README.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/server.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/pyproject.toml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/pyproject.toml +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/client/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/client/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/client/session.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/client/sse.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/client/stdio.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/py.typed +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/models.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/session.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/sse.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/stdio.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/server/websocket.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/context.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/exceptions.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/memory.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/progress.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/session.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/shared/version.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/src/mcp_wcgw/types.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/client/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/client/test_session.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/client/test_stdio.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/conftest.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/server/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/server/test_session.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/server/test_stdio.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/shared/test_memory.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/tests/test_types.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/uv.lock +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/__main__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/anthropic_client.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/cli.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/common.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/computer_use.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/diff-instructions.txt +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/file_ops/diff_edit.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/file_ops/search_replace.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/mcp_server/Readme.md +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/mcp_server/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/mcp_server/server.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/memory.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/openai_client.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/openai_utils.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/repo_ops/display_tree.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/repo_ops/path_prob.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/repo_ops/repo_context.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/client/sys_utils.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/relay/serve.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/relay/static/privacy.txt +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/src/wcgw/types_.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/static/claude-ss.jpg +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/static/computer-use.jpg +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/static/example.jpg +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/static/rocket-icon.png +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/static/ss1.png +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/file_ops/test_diff_edit.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/file_ops/test_search_replace.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/repo_ops/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/repo_ops/test_display_tree.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/repo_ops/test_display_tree_simple.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/repo_ops/test_path_prob.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/repo_ops/test_repo_context.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_anthropic_client_utils.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_memory.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_openai_utils.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_basic.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_extended.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_file_ops.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_files.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_shell.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/test_tools_validation.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/__init__.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_command_validation.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_docker_operations.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_error_handling.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_execute_bash.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_file_operations.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_files/test1.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_files/test2.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_files/test_file.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_is_int.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_knowledge_transfer.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_large_blocks.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_render_terminal.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_terminal_output.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_user_interaction.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/client/tools/test_write_file.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/conftest.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_anthropic_client.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_basic.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_common.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_computer_use.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_computer_use_base.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_computer_use_shell.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_sys_utils.py +0 -0
- {wcgw-2.7.1 → wcgw-2.7.2}/tests/test_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wcgw
|
|
3
|
-
Version: 2.7.
|
|
3
|
+
Version: 2.7.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>
|
|
@@ -41,6 +41,8 @@ Description-Content-Type: text/markdown
|
|
|
41
41
|
[](https://codecov.io/gh/rusiaaman/wcgw)
|
|
42
42
|
|
|
43
43
|
## Updates
|
|
44
|
+
- [8 Jan 2025] Context saving tool for saving relevant file paths along with a description in a single file. Can be used as a task checkpoint or for knowledge transfer.
|
|
45
|
+
|
|
44
46
|
- [29 Dec 2024] Syntax checking on file writing and edits is now stable. Made `initialize` tool call useful; sending smart repo structure to claude if any repo is referenced. Large file handling is also now improved.
|
|
45
47
|
|
|
46
48
|
- [9 Dec 2024] [Vscode extension to paste context on Claude app](https://marketplace.visualstudio.com/items?itemName=AmanRusia.wcgw)
|
|
@@ -66,7 +68,7 @@ Description-Content-Type: text/markdown
|
|
|
66
68
|
- Only one command is allowed to be run at a time, simplifying management and avoiding rogue processes. There's only single shell instance at any point of time.
|
|
67
69
|
- Current working directory is always returned after any shell command to prevent AI from getting lost.
|
|
68
70
|
- Command polling exits after a quick timeout to avoid slow feedback. However, status checking has wait tolerance based on fresh output streaming from a command. Both of these approach combined provides a good shell interaction experience.
|
|
69
|
-
|
|
71
|
+
- ⚡ **Saving repo context in a single file**: Task checkpointing using "ContextSave" tool saves detailed context in a single file. Tasks can later be resumed in a new chat asking "Resume `task id`". The saved file can be used to do other kinds of knowledge transfer, such as taking help from another AI.
|
|
70
72
|
|
|
71
73
|
## Top use cases examples
|
|
72
74
|
|
|
@@ -140,6 +142,11 @@ over here
|
|
|
140
142
|
|
|
141
143
|
Then ask claude to execute shell commands, read files, edit files, run your code, etc.
|
|
142
144
|
|
|
145
|
+
#### Task checkpoint or knowledge transfer
|
|
146
|
+
- You can do a task checkpoint or a knowledge transfer by attaching "KnowledgeTransfer" prompt using "Attach from MCP" button.
|
|
147
|
+
- On running "KnowledgeTransfer" prompt, the "ContextSave" tool will be called saving the task description and all file content together in a single file. An id for the task will be generated.
|
|
148
|
+
- You can in a new chat say "Resume '<task id>'", the AI should then call "Initialize" with the task id and load the context from there.
|
|
149
|
+
- Or you can directly open the file generated and share it with another AI for help.
|
|
143
150
|
|
|
144
151
|
### [Optional] Vs code extension
|
|
145
152
|
https://marketplace.visualstudio.com/items?itemName=AmanRusia.wcgw
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
[](https://codecov.io/gh/rusiaaman/wcgw)
|
|
13
13
|
|
|
14
14
|
## Updates
|
|
15
|
+
- [8 Jan 2025] Context saving tool for saving relevant file paths along with a description in a single file. Can be used as a task checkpoint or for knowledge transfer.
|
|
16
|
+
|
|
15
17
|
- [29 Dec 2024] Syntax checking on file writing and edits is now stable. Made `initialize` tool call useful; sending smart repo structure to claude if any repo is referenced. Large file handling is also now improved.
|
|
16
18
|
|
|
17
19
|
- [9 Dec 2024] [Vscode extension to paste context on Claude app](https://marketplace.visualstudio.com/items?itemName=AmanRusia.wcgw)
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
- Only one command is allowed to be run at a time, simplifying management and avoiding rogue processes. There's only single shell instance at any point of time.
|
|
38
40
|
- Current working directory is always returned after any shell command to prevent AI from getting lost.
|
|
39
41
|
- Command polling exits after a quick timeout to avoid slow feedback. However, status checking has wait tolerance based on fresh output streaming from a command. Both of these approach combined provides a good shell interaction experience.
|
|
40
|
-
|
|
42
|
+
- ⚡ **Saving repo context in a single file**: Task checkpointing using "ContextSave" tool saves detailed context in a single file. Tasks can later be resumed in a new chat asking "Resume `task id`". The saved file can be used to do other kinds of knowledge transfer, such as taking help from another AI.
|
|
41
43
|
|
|
42
44
|
## Top use cases examples
|
|
43
45
|
|
|
@@ -111,6 +113,11 @@ over here
|
|
|
111
113
|
|
|
112
114
|
Then ask claude to execute shell commands, read files, edit files, run your code, etc.
|
|
113
115
|
|
|
116
|
+
#### Task checkpoint or knowledge transfer
|
|
117
|
+
- You can do a task checkpoint or a knowledge transfer by attaching "KnowledgeTransfer" prompt using "Attach from MCP" button.
|
|
118
|
+
- On running "KnowledgeTransfer" prompt, the "ContextSave" tool will be called saving the task description and all file content together in a single file. An id for the task will be generated.
|
|
119
|
+
- You can in a new chat say "Resume '<task id>'", the AI should then call "Initialize" with the task id and load the context from there.
|
|
120
|
+
- Or you can directly open the file generated and share it with another AI for help.
|
|
114
121
|
|
|
115
122
|
### [Optional] Vs code extension
|
|
116
123
|
https://marketplace.visualstudio.com/items?itemName=AmanRusia.wcgw
|
|
@@ -1153,7 +1153,7 @@ def get_tool_output(
|
|
|
1153
1153
|
fglob = expand_user(fglob, None)
|
|
1154
1154
|
if not os.path.isabs(fglob) and arg.project_root_path:
|
|
1155
1155
|
fglob = os.path.join(arg.project_root_path, fglob)
|
|
1156
|
-
globs = glob.glob(fglob)
|
|
1156
|
+
globs = glob.glob(fglob, recursive=True)
|
|
1157
1157
|
relevant_files.extend(globs[:1000])
|
|
1158
1158
|
if not globs:
|
|
1159
1159
|
warnings += f"Warning: No files found for the glob: {fglob}\n"
|
|
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-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__init__.py
RENAMED
|
File without changes
|
{wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/__main__.py
RENAMED
|
File without changes
|
{wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-prompt/mcp_simple_prompt/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
|
{wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__init__.py
RENAMED
|
File without changes
|
{wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/examples/servers/simple-tool/mcp_simple_tool/__main__.py
RENAMED
|
File without changes
|
{wcgw-2.7.1 → wcgw-2.7.2}/src/mcp_wcgw/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
|
|
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
|