wcgw 5.3.0__py3-none-any.whl → 5.3.2__py3-none-any.whl
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/client/tools.py +7 -0
- {wcgw-5.3.0.dist-info → wcgw-5.3.2.dist-info}/METADATA +3 -3
- {wcgw-5.3.0.dist-info → wcgw-5.3.2.dist-info}/RECORD +6 -6
- {wcgw-5.3.0.dist-info → wcgw-5.3.2.dist-info}/WHEEL +0 -0
- {wcgw-5.3.0.dist-info → wcgw-5.3.2.dist-info}/entry_points.txt +0 -0
- {wcgw-5.3.0.dist-info → wcgw-5.3.2.dist-info}/licenses/LICENSE +0 -0
wcgw/client/tools.py
CHANGED
|
@@ -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):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wcgw
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.2
|
|
4
4
|
Summary: Shell and coding agent for Claude and other mcp clients
|
|
5
5
|
Project-URL: Homepage, https://github.com/rusiaaman/wcgw
|
|
6
6
|
Author-email: Aman Rusia <gapypi@arcfu.com>
|
|
@@ -19,7 +19,7 @@ Requires-Dist: pyte>=0.8.2
|
|
|
19
19
|
Requires-Dist: python-dotenv>=1.0.1
|
|
20
20
|
Requires-Dist: rich>=13.8.1
|
|
21
21
|
Requires-Dist: semantic-version>=2.10.0
|
|
22
|
-
Requires-Dist: syntax-checker==0.4.
|
|
22
|
+
Requires-Dist: syntax-checker==0.4.0
|
|
23
23
|
Requires-Dist: tokenizers>=0.21.0
|
|
24
24
|
Requires-Dist: toml>=0.10.2
|
|
25
25
|
Requires-Dist: tree-sitter-bash>=0.23.3
|
|
@@ -41,7 +41,6 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
|
|
|
41
41
|
[](https://github.com/rusiaaman/wcgw/actions/workflows/python-types.yml)
|
|
42
42
|
[](https://github.com/rusiaaman/wcgw/actions/workflows/python-publish.yml)
|
|
43
43
|
[](https://codecov.io/gh/rusiaaman/wcgw)
|
|
44
|
-
[](https://www.reddit.com/r/wcgw_mcp/)
|
|
45
44
|
|
|
46
45
|
## Demo
|
|
47
46
|
|
|
@@ -87,6 +86,7 @@ wcgw is an MCP server with tightly integrated shell and code editing tools.
|
|
|
87
86
|
- By default it runs in 'wcgw' mode that has no restrictions and full authorisation.
|
|
88
87
|
- More details in [Modes section](#modes)
|
|
89
88
|
- ⚡ **Runs in multiplex terminal** Run `screen -x` to attach to the terminal that the AI runs commands on. See history or interrupt process or interact with the same terminal that AI uses.
|
|
89
|
+
- ⚡ **Automatically load CLAUDE.md** Loads "CLAUDE.md" file in project root and sends as instructions during initialisation. Instructions in a global "~/.wcgw/CLAUDE.md" file are loaded and added along with project specific CLAUDE.md. The file name is case sensitive.
|
|
90
90
|
|
|
91
91
|
## Top use cases examples
|
|
92
92
|
|
|
@@ -7,7 +7,7 @@ wcgw/client/diff-instructions.txt,sha256=a-UeK9VEHJlwffAzZ-I1OiUkeMOuGU8zj3By-_S
|
|
|
7
7
|
wcgw/client/memory.py,sha256=U2Nw2si3Zg7n_RhNAuaYcmrrDtZ_Mooi-kfAOKflT-I,3079
|
|
8
8
|
wcgw/client/modes.py,sha256=roH6SPBokJMr5IzAlccdI-vJyvyS5vqSMMyth7TE86A,10315
|
|
9
9
|
wcgw/client/tool_prompts.py,sha256=7tq9ijSo4CznVlMFcWpauELfCT_QAqwi8Chsl3SRfBY,4539
|
|
10
|
-
wcgw/client/tools.py,sha256=
|
|
10
|
+
wcgw/client/tools.py,sha256=zIIti_qcbu5NNcLoVfPVtrzHiwu-aJ8o4GDcp7BE2Tk,49367
|
|
11
11
|
wcgw/client/bash_state/bash_state.py,sha256=b-Zo6pO3psfxu9TA0uw1ZZAa6bLmDPxbl7277fZfmrM,41862
|
|
12
12
|
wcgw/client/bash_state/parser/__init__.py,sha256=AnlNSmoQTSoqqlLOLX4P1uXfzc5VGeCGJsGgtisq2zE,207
|
|
13
13
|
wcgw/client/bash_state/parser/bash_statement_parser.py,sha256=9a8vPO1r3_tXmaAcubTQ5UY-NseWlalgm8LZA17LXuY,6058
|
|
@@ -30,8 +30,8 @@ wcgw_cli/anthropic_client.py,sha256=8bjDY59-aioyTJgpB-NBHZNhZaq6rqcTJcOf81kzCyA,
|
|
|
30
30
|
wcgw_cli/cli.py,sha256=-7FBe_lahKyUOhf65iurTA1M1gXXXAiT0OVKQVcZKKo,948
|
|
31
31
|
wcgw_cli/openai_client.py,sha256=GOqoSFazTV-cFjpdZGPM0DIwec8Up2TEcKUbsN40AGY,15990
|
|
32
32
|
wcgw_cli/openai_utils.py,sha256=xGOb3W5ALrIozV7oszfGYztpj0FnXdD7jAxm5lEIVKY,2439
|
|
33
|
-
wcgw-5.3.
|
|
34
|
-
wcgw-5.3.
|
|
35
|
-
wcgw-5.3.
|
|
36
|
-
wcgw-5.3.
|
|
37
|
-
wcgw-5.3.
|
|
33
|
+
wcgw-5.3.2.dist-info/METADATA,sha256=2vTutkQhInaRkhxb8hy35imN7-DAVYIwmNLyAGav2s8,15679
|
|
34
|
+
wcgw-5.3.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
35
|
+
wcgw-5.3.2.dist-info/entry_points.txt,sha256=UnjK-MAH4Qssh0tGJDMeij1oi-oRKokItkknP_BwShE,94
|
|
36
|
+
wcgw-5.3.2.dist-info/licenses/LICENSE,sha256=BvY8xqjOfc3X2qZpGpX3MZEmF-4Dp0LqgKBbT6L_8oI,11142
|
|
37
|
+
wcgw-5.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|