kash-shell 0.3.27__py3-none-any.whl → 0.3.28__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.
- kash/xonsh_custom/shell_load_commands.py +3 -9
- {kash_shell-0.3.27.dist-info → kash_shell-0.3.28.dist-info}/METADATA +4 -3
- {kash_shell-0.3.27.dist-info → kash_shell-0.3.28.dist-info}/RECORD +6 -6
- {kash_shell-0.3.27.dist-info → kash_shell-0.3.28.dist-info}/WHEEL +0 -0
- {kash_shell-0.3.27.dist-info → kash_shell-0.3.28.dist-info}/entry_points.txt +0 -0
- {kash_shell-0.3.27.dist-info → kash_shell-0.3.28.dist-info}/licenses/LICENSE +0 -0
|
@@ -130,20 +130,14 @@ def log_command_action_info():
|
|
|
130
130
|
kits = get_loaded_kits()
|
|
131
131
|
action_count = len(get_all_action_classes())
|
|
132
132
|
command_count = len(get_all_commands())
|
|
133
|
-
|
|
134
|
-
Text.assemble(
|
|
135
|
-
Text("Kits loaded: "),
|
|
136
|
-
Text(
|
|
137
|
-
f"{', '.join(kits.keys()) if kits else 'none'}", style=COLOR_VALUE if kits else ""
|
|
138
|
-
),
|
|
139
|
-
)
|
|
140
|
-
)
|
|
133
|
+
kits_list = ["kash-shell"] + list(k.distribution_name for k in kits.values())
|
|
141
134
|
cprint(
|
|
142
135
|
Text.assemble(
|
|
143
136
|
Text(f"{command_count} commands", style=COLOR_VALUE),
|
|
144
137
|
Text(" and "),
|
|
145
138
|
Text(f"{action_count} actions", style=COLOR_VALUE),
|
|
146
|
-
Text(" loaded
|
|
139
|
+
Text(" loaded from "),
|
|
140
|
+
Text(f"{', '.join(kits_list)}", style=COLOR_VALUE if kits_list else ""),
|
|
147
141
|
)
|
|
148
142
|
)
|
|
149
143
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kash-shell
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.28
|
|
4
4
|
Summary: The knowledge agent shell (core)
|
|
5
5
|
Project-URL: Repository, https://github.com/jlevy/kash-shell
|
|
6
6
|
Author-email: Joshua Levy <joshua@cal.berkeley.edu>
|
|
@@ -29,7 +29,7 @@ Requires-Dist: deepgram-sdk>=3.10.1
|
|
|
29
29
|
Requires-Dist: dunamai>=1.23.0
|
|
30
30
|
Requires-Dist: fastapi>=0.115.11
|
|
31
31
|
Requires-Dist: flowmark>=0.5.2
|
|
32
|
-
Requires-Dist: frontmatter-format>=0.2.
|
|
32
|
+
Requires-Dist: frontmatter-format>=0.2.2
|
|
33
33
|
Requires-Dist: funlog>=0.2.0
|
|
34
34
|
Requires-Dist: httpx[brotli]>=0.28.1
|
|
35
35
|
Requires-Dist: humanfriendly>=10.0
|
|
@@ -37,7 +37,7 @@ Requires-Dist: inquirerpy>=0.3.4
|
|
|
37
37
|
Requires-Dist: jinja2>=3.1.6
|
|
38
38
|
Requires-Dist: justext>=3.0.2
|
|
39
39
|
Requires-Dist: lazyasd>=0.1.4
|
|
40
|
-
Requires-Dist: litellm>=1.
|
|
40
|
+
Requires-Dist: litellm>=1.74.15.post1
|
|
41
41
|
Requires-Dist: markdownify>=0.13.1
|
|
42
42
|
Requires-Dist: mcp-proxy>=0.5.0
|
|
43
43
|
Requires-Dist: mcp>=1.6.0
|
|
@@ -64,6 +64,7 @@ Requires-Dist: rich>=14.0.0
|
|
|
64
64
|
Requires-Dist: ripgrepy>=2.1.0
|
|
65
65
|
Requires-Dist: send2trash>=1.8.3
|
|
66
66
|
Requires-Dist: setproctitle>=1.3.5
|
|
67
|
+
Requires-Dist: sidematter-format>=0.0.1
|
|
67
68
|
Requires-Dist: strif>=3.0.1
|
|
68
69
|
Requires-Dist: tenacity>=9.0.0
|
|
69
70
|
Requires-Dist: thefuzz>=0.22.1
|
|
@@ -287,7 +287,7 @@ kash/xonsh_custom/command_nl_utils.py,sha256=6Xcx98HXL5HywziHi0XskwFx6kfvz7oCmMX
|
|
|
287
287
|
kash/xonsh_custom/custom_shell.py,sha256=xthM_CAHw6FNlXx-vicLXfRgMHK2f7MpLprhc8PCD84,19005
|
|
288
288
|
kash/xonsh_custom/customize_prompt.py,sha256=u-jRY-ftXYflBkbJVetEg6GYelPUvqZEpjrPRUTfy8w,6896
|
|
289
289
|
kash/xonsh_custom/load_into_xonsh.py,sha256=Z_PAaW_Uv-PDRKdw9E_7dC1eMe6FbwwIUioxyS1Sp_g,3596
|
|
290
|
-
kash/xonsh_custom/shell_load_commands.py,sha256=
|
|
290
|
+
kash/xonsh_custom/shell_load_commands.py,sha256=2SzigO-IDK5QTBhAkv7bL4hPuRLWIT0r5D9t4mrXANY,4673
|
|
291
291
|
kash/xonsh_custom/shell_which.py,sha256=zRaLhFVg9HEDFXo4dqWKwX07YpfPh25kopeG_fgctOE,1926
|
|
292
292
|
kash/xonsh_custom/xonsh_completers.py,sha256=jxsc279DwZUHm0-iCnCtvbzqJBtq8zu0FUls5J1BA8o,17959
|
|
293
293
|
kash/xonsh_custom/xonsh_env.py,sha256=KEob1vxlT4gBndYrLPP3deQtANA5Sx6PPE9Q08r4ua8,871
|
|
@@ -296,8 +296,8 @@ kash/xonsh_custom/xonsh_modern_tools.py,sha256=mj_b34LZXfE8MJe9EpDmp5JZ0tDM1biYN
|
|
|
296
296
|
kash/xonsh_custom/xonsh_ranking_completer.py,sha256=ZRGiAfoEgqgnlq2-ReUVEaX5oOgW1DQ9WxIv2OJLuTo,5620
|
|
297
297
|
kash/xontrib/fnm.py,sha256=V2tsOdmIDgbFbZSfMLpsvDIwwJJqiYnOkOySD1cXNXw,3700
|
|
298
298
|
kash/xontrib/kash_extension.py,sha256=FLIMlgR3C_6A1fwKE-Ul0nmmpJSszVPbAriinUyQ8Zg,1896
|
|
299
|
-
kash_shell-0.3.
|
|
300
|
-
kash_shell-0.3.
|
|
301
|
-
kash_shell-0.3.
|
|
302
|
-
kash_shell-0.3.
|
|
303
|
-
kash_shell-0.3.
|
|
299
|
+
kash_shell-0.3.28.dist-info/METADATA,sha256=IM3U_GjrsZruEj5jtyFT3grUb6TGe-kRzzwO2MdLIxY,33080
|
|
300
|
+
kash_shell-0.3.28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
301
|
+
kash_shell-0.3.28.dist-info/entry_points.txt,sha256=SQraWDAo8SqYpthLXThei0mf_hGGyhYBUO-Er_0HcwI,85
|
|
302
|
+
kash_shell-0.3.28.dist-info/licenses/LICENSE,sha256=rCh2PsfYeiU6FK_0wb58kHGm_Fj5c43fdcHEexiVzIo,34562
|
|
303
|
+
kash_shell-0.3.28.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|