Skip to content

Commit 810d498

Browse files
author
Example
committed
Using bashr rc
1 parent c228682 commit 810d498

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
authors = [{ name = "Aman Rusia", email = "[email protected]" }]
33
name = "wcgw"
4-
version = "2.0.3"
5-
description = "What could go wrong giving full shell access to chatgpt?"
4+
version = "2.0.4"
5+
description = "Shell and coding agent on claude and chatgpt"
66
readme = "README.md"
77
requires-python = ">=3.11, <3.13"
88
dependencies = [

src/wcgw/client/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def ask_confirmation(prompt: Confirmation) -> str:
107107

108108
def start_shell() -> pexpect.spawn: # type: ignore
109109
SHELL = pexpect.spawn(
110-
"/bin/bash --noprofile --norc",
110+
"/bin/bash",
111111
env={**os.environ, **{"PS1": PROMPT}}, # type: ignore[arg-type]
112112
echo=False,
113113
encoding="utf-8",

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)