wcgw 5.3.1__tar.gz → 5.3.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-5.3.1 → wcgw-5.3.2}/PKG-INFO +1 -1
- {wcgw-5.3.1 → wcgw-5.3.2}/pyproject.toml +1 -1
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/tools.py +7 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.github/workflows/python-publish.yml +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.github/workflows/python-tests.yml +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.github/workflows/python-types.yml +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.gitignore +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.gitmodules +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.python-version +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/.vscode/settings.json +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/CLAUDE.md +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/Dockerfile +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/LICENSE +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/README.md +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/bash_state/bash_state.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/bash_state/parser/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/bash_state/parser/bash_statement_parser.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/common.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/diff-instructions.txt +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/encoder/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/file_ops/diff_edit.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/file_ops/extensions.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/file_ops/search_replace.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/mcp_server/Readme.md +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/mcp_server/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/mcp_server/server.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/memory.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/modes.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/display_tree.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/file_stats.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/path_prob.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/paths_model.vocab +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/paths_tokens.model +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/repo_ops/repo_context.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/client/tool_prompts.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/py.typed +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw/types_.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/__init__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/__main__.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/anthropic_client.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/cli.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/openai_client.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/src/wcgw_cli/openai_utils.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/claude-ss.jpg +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/computer-use.jpg +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/example.jpg +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/rocket-icon.png +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/ss1.png +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/static/workflow-demo.gif +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_bash_parser.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_bash_parser_complex.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_edit.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_file_range_tracking.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_mcp_server.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_readfiles.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/tests/test_tools.py +0 -0
- {wcgw-5.3.1 → wcgw-5.3.2}/uv.lock +0 -0
|
@@ -266,6 +266,13 @@ def initialize(
|
|
|
266
266
|
# Check for global CLAUDE.md and workspace CLAUDE.md
|
|
267
267
|
alignment_context = ""
|
|
268
268
|
|
|
269
|
+
# Check if ripgrep is available and add instruction if it is
|
|
270
|
+
try:
|
|
271
|
+
subprocess.run(["which", "rg"], timeout=1, capture_output=True, check=True)
|
|
272
|
+
alignment_context += "---\n# Available commands\n\n- Use ripgrep `rg` command instead of `grep` because it's much much faster.\n\n---\n\n"
|
|
273
|
+
except Exception:
|
|
274
|
+
pass
|
|
275
|
+
|
|
269
276
|
# First check for global CLAUDE.md in ~/.wcgw/CLAUDE.md
|
|
270
277
|
global_alignment_file_path = os.path.join(expanduser("~"), ".wcgw", "CLAUDE.md")
|
|
271
278
|
if os.path.exists(global_alignment_file_path):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|