mycode-cli 0.9.2__py3-none-any.whl → 0.9.4__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.
- {mycode_cli-0.9.2.dist-info → mycode_cli-0.9.4.dist-info}/METADATA +6 -4
- {mycode_cli-0.9.2.dist-info → mycode_cli-0.9.4.dist-info}/RECORD +5 -5
- {mycode_cli-0.9.2.dist-info → mycode_cli-0.9.4.dist-info}/WHEEL +0 -0
- {mycode_cli-0.9.2.dist-info → mycode_cli-0.9.4.dist-info}/entry_points.txt +0 -0
- {mycode_cli-0.9.2.dist-info → mycode_cli-0.9.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mycode-cli
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: Minimal coding agent CLI and web UI built on mycode-sdk.
|
|
5
5
|
Project-URL: Homepage, https://github.com/legibet/mycode
|
|
6
6
|
Project-URL: Repository, https://github.com/legibet/mycode
|
|
@@ -21,8 +21,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Topic :: Software Development
|
|
23
23
|
Requires-Python: >=3.12
|
|
24
|
-
Requires-Dist: fastapi
|
|
25
|
-
Requires-Dist: mycode-sdk==0.9.
|
|
24
|
+
Requires-Dist: fastapi>0.137
|
|
25
|
+
Requires-Dist: mycode-sdk==0.9.4
|
|
26
26
|
Requires-Dist: prompt-toolkit>=3.0.0
|
|
27
27
|
Requires-Dist: pyyaml>=6.0.0
|
|
28
28
|
Requires-Dist: rich>=15.0.0
|
|
@@ -155,8 +155,10 @@ Interactive slash commands: `/new` `/resume` `/rewind` `/provider` `/model` `/ef
|
|
|
155
155
|
|
|
156
156
|
## Development
|
|
157
157
|
|
|
158
|
+
The `web/` UI is a git submodule from [`legibet/mycode-web`](https://github.com/legibet/mycode-web); `--recurse-submodules` fetches it.
|
|
159
|
+
|
|
158
160
|
```bash
|
|
159
|
-
git clone https://github.com/legibet/mycode.git && cd mycode
|
|
161
|
+
git clone --recurse-submodules https://github.com/legibet/mycode.git && cd mycode
|
|
160
162
|
uv sync --dev
|
|
161
163
|
uv run mycode
|
|
162
164
|
```
|
|
@@ -390,8 +390,8 @@ mycode_cli/tui/__init__.py,sha256=5sPlJS3c8HdNEBwcF0bUuj8f8brAD-_6MNmF4Q_1Edg,69
|
|
|
390
390
|
mycode_cli/tui/chat.py,sha256=WoViW9th971PoZbEHHrAf-347w7AP9xj7ORTEVMlwVM,32360
|
|
391
391
|
mycode_cli/tui/render.py,sha256=mUQobX6wIN70l2ZgS21z91jjdA4F_Db32P23pKZNQDs,24643
|
|
392
392
|
mycode_cli/tui/theme.py,sha256=HS3C1kSoIONrSaiSx22AWRLk1n6-T-Tn5iohCMewAg4,3455
|
|
393
|
-
mycode_cli-0.9.
|
|
394
|
-
mycode_cli-0.9.
|
|
395
|
-
mycode_cli-0.9.
|
|
396
|
-
mycode_cli-0.9.
|
|
397
|
-
mycode_cli-0.9.
|
|
393
|
+
mycode_cli-0.9.4.dist-info/METADATA,sha256=hlKvjVLuiG9TyhoMq9SP8-k--x0UoSiM9sGUwMlSdAk,6234
|
|
394
|
+
mycode_cli-0.9.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
395
|
+
mycode_cli-0.9.4.dist-info/entry_points.txt,sha256=1R7YN8dxJUy5AMC4q2J5Ly9xuEom3ZbTaa8xXwxuZyk,48
|
|
396
|
+
mycode_cli-0.9.4.dist-info/licenses/LICENSE,sha256=DSE6T-B9WhrWypr6H7y2kTZzoF1tef5xf7veUyImQsM,1064
|
|
397
|
+
mycode_cli-0.9.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|