pygent 0.1.9__py3-none-any.whl → 0.1.10__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.
- pygent/runtime.py +1 -1
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/METADATA +1 -1
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/RECORD +7 -7
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/WHEEL +0 -0
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/entry_points.txt +0 -0
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/licenses/LICENSE +0 -0
- {pygent-0.1.9.dist-info → pygent-0.1.10.dist-info}/top_level.txt +0 -0
pygent/runtime.py
CHANGED
@@ -81,7 +81,7 @@ class Runtime:
|
|
81
81
|
def write_file(self, path: Union[str, Path], content: str) -> str:
|
82
82
|
p = self.base_dir / path
|
83
83
|
p.parent.mkdir(parents=True, exist_ok=True)
|
84
|
-
p.write_text(content)
|
84
|
+
p.write_text(content, encoding="utf-8")
|
85
85
|
return f"Wrote {p.relative_to(self.base_dir)}"
|
86
86
|
|
87
87
|
def cleanup(self) -> None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pygent
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.10
|
4
4
|
Summary: Pygent is a minimalist coding assistant that runs commands in a Docker container when available and falls back to local execution. See https://marianochaves.github.io/pygent for documentation and https://github.com/marianochaves/pygent for the source code.
|
5
5
|
Author-email: Mariano Chaves <mchaves.software@gmail.com>
|
6
6
|
Project-URL: Documentation, https://marianochaves.github.io/pygent
|
@@ -5,12 +5,12 @@ pygent/cli.py,sha256=Hz2FZeNMVhxoT5DjCqphXla3TisGJtPEz921LEcpxrA,527
|
|
5
5
|
pygent/models.py,sha256=_3Y1Z5wL6FUqzC-EOjZe3Vkcq4SzbPdGz6TbshcEB98,992
|
6
6
|
pygent/openai_compat.py,sha256=mS6ntl70jpVH3JzfNYEDhg-z7QIQcMqQTuEV5ja7VOo,2173
|
7
7
|
pygent/py.typed,sha256=0Wh72UpGSn4lSGW-u3xMV9kxcBHMdwE15IGUqiJTwqo,52
|
8
|
-
pygent/runtime.py,sha256=
|
8
|
+
pygent/runtime.py,sha256=hlFnqtsex8HFy3ndz9dI4cypaxH8vMW7y09OK0j4YmI,3435
|
9
9
|
pygent/tools.py,sha256=8-jvqYeiJOlZ2ku1MTnBnK2O1m90hkrboq9aZrMORr0,1732
|
10
10
|
pygent/ui.py,sha256=xqPAvweghPOBBvoD72HzhN6zlXew_3inb8AN7Ck2zpQ,1328
|
11
|
-
pygent-0.1.
|
12
|
-
pygent-0.1.
|
13
|
-
pygent-0.1.
|
14
|
-
pygent-0.1.
|
15
|
-
pygent-0.1.
|
16
|
-
pygent-0.1.
|
11
|
+
pygent-0.1.10.dist-info/licenses/LICENSE,sha256=rIktBU2VR4kHzsWul64cbom2zHIgGqYmABoZwSur6T8,1071
|
12
|
+
pygent-0.1.10.dist-info/METADATA,sha256=BqILS0kmRlGPSEJF2BKFwTAHBbEkcLCoQhxeLDAFgoQ,878
|
13
|
+
pygent-0.1.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
14
|
+
pygent-0.1.10.dist-info/entry_points.txt,sha256=b9j216E5UpuMrQWRZrwyEmacNEAYvw1tCKkZqdIVIOc,70
|
15
|
+
pygent-0.1.10.dist-info/top_level.txt,sha256=P26IYsb-ThK5IkGP_bRuGJQ0Q_Y8JCcbYqVpvULdxDw,7
|
16
|
+
pygent-0.1.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|