janito 1.14.2__py3-none-any.whl → 1.14.3__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.
- janito/__init__.py +1 -1
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/METADATA +10 -3
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/RECORD +7 -7
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/WHEEL +0 -0
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/entry_points.txt +0 -0
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/licenses/LICENSE +0 -0
- {janito-1.14.2.dist-info → janito-1.14.3.dist-info}/top_level.txt +0 -0
janito/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.14.
|
1
|
+
__version__ = "1.14.3"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: janito
|
3
|
-
Version: 1.14.
|
4
|
-
Summary:
|
3
|
+
Version: 1.14.3
|
4
|
+
Summary: Language Model Thin Client,
|
5
5
|
Author-email: João Pinto <joao.pinto@gmail.com>
|
6
6
|
License-Expression: MIT
|
7
7
|
Project-URL: homepage, https://janito.dev
|
@@ -29,7 +29,7 @@ Requires-Dist: mkdocs>=1.5.3; extra == "docs"
|
|
29
29
|
Requires-Dist: mkdocs-material>=9.4.8; extra == "docs"
|
30
30
|
Dynamic: license-file
|
31
31
|
|
32
|
-
# 🚀 Janito:
|
32
|
+
# 🚀 Janito: Language Model Thin Client
|
33
33
|
|
34
34
|
Janito is an AI-powered assistant for the command line and web that interprets natural language system_prompt_template to edit code, manage files, and analyze projects using patterns and tools designed by experienced software engineers. It prioritizes transparency, interactive clarification, and precise, reviewable changes.
|
35
35
|
|
@@ -43,6 +43,7 @@ For a technical overview, see the [Architecture Guide](docs/reference/architectu
|
|
43
43
|
|
44
44
|
---
|
45
45
|
|
46
|
+
|
46
47
|
## Listing Available Tools
|
47
48
|
|
48
49
|
To list all registered tools on the command line, use the option:
|
@@ -80,6 +81,7 @@ These modifiers can be combined with any interface mode for tailored workflows.
|
|
80
81
|
|
81
82
|
---
|
82
83
|
|
84
|
+
|
83
85
|
## 📝 Full CLI Options Reference
|
84
86
|
|
85
87
|
The full list of CLI options has been moved to its own document for clarity. Please see [docs/CLI_OPTIONS.md](docs/CLI_OPTIONS.md) for a comprehensive, up-to-date reference of all supported command-line flags and their descriptions.
|
@@ -106,6 +108,7 @@ janito --web
|
|
106
108
|
|
107
109
|
---
|
108
110
|
|
111
|
+
|
109
112
|
## ✨ Key Features
|
110
113
|
|
111
114
|
- 📝 **Code Editing via Natural Language:** Modify, create, or delete code files simply by describing the changes.
|
@@ -157,6 +160,7 @@ For details on using models hosted on Azure OpenAI, see [docs/reference/azure-op
|
|
157
160
|
|
158
161
|
---
|
159
162
|
|
163
|
+
|
160
164
|
## 🧑💻 System Prompt & Role
|
161
165
|
|
162
166
|
Janito operates using a system prompt template that defines its behavior, communication profile, and capabilities. By default, Janito assumes the role of a "software engineer"—this means its responses and actions are tailored to the expectations and best practices of professional software engineering.
|
@@ -176,6 +180,7 @@ For more details or to customize the prompt, see the template file at `janito/ag
|
|
176
180
|
|
177
181
|
---
|
178
182
|
|
183
|
+
|
179
184
|
## 🥛 Vanilla Mode
|
180
185
|
|
181
186
|
Janito supports a "vanilla mode" for pure LLM interaction:
|
@@ -276,6 +281,7 @@ See `janito/render_prompt.py` and `janito/agent/templates/` for implementation d
|
|
276
281
|
|
277
282
|
---
|
278
283
|
|
284
|
+
|
279
285
|
## 📂 termweb File Viewer (Web File Preview)
|
280
286
|
|
281
287
|
Janito includes a lightweight web file viewer (termweb) that starts by default when you use the CLI chat shell. This feature allows you to click on file paths in the terminal (when using a Rich-compatible terminal) and instantly preview file contents in your browser—no full IDE required!
|
@@ -303,4 +309,5 @@ Janito includes a lightweight web file viewer (termweb) that starts by default w
|
|
303
309
|
- Uses the Rich library’s link markup for clickable terminal links.
|
304
310
|
|
305
311
|
---
|
312
|
+
|
306
313
|
_generated by janito.dev_
|
@@ -1,4 +1,4 @@
|
|
1
|
-
janito/__init__.py,sha256=
|
1
|
+
janito/__init__.py,sha256=RRlnM2cJwV2DWJtQnG5hIWOxPEZtWsd0G75BOYBeZTo,24
|
2
2
|
janito/__main__.py,sha256=KKIoPBE9xPcb54PRYO2UOt0ti04iAwLeJlg8YY36vew,76
|
3
3
|
janito/rich_utils.py,sha256=x7OsZdwtAOtUu_HYbrAMga0LElFMPbQL8GZ62vw5Jh8,1825
|
4
4
|
janito/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -154,9 +154,9 @@ janito/tests/test_rich_utils.py,sha256=S_mGVynekAP0DM4A_ZaY-SseJGtdlBJxOlzc-v8lJ
|
|
154
154
|
janito/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
155
155
|
janito/web/__main__.py,sha256=5Ck6okOZmxKYkQ-ir4mxXDH7XWMNR-9szgsm0UyQLE0,734
|
156
156
|
janito/web/app.py,sha256=-zUBA1zlnrZdYbI421CSAgFZXOisLmIznNzUJrkSLQQ,4762
|
157
|
-
janito-1.14.
|
158
|
-
janito-1.14.
|
159
|
-
janito-1.14.
|
160
|
-
janito-1.14.
|
161
|
-
janito-1.14.
|
162
|
-
janito-1.14.
|
157
|
+
janito-1.14.3.dist-info/licenses/LICENSE,sha256=sHBqv0bvtrb29H7WRR-Z603YHm9pLtJIo3nHU_9cmgE,1091
|
158
|
+
janito-1.14.3.dist-info/METADATA,sha256=sEoeDSpRcwVXhol4d1CGLJINmYjEDlXTMP7UGpEuB8Y,12917
|
159
|
+
janito-1.14.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
160
|
+
janito-1.14.3.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
|
161
|
+
janito-1.14.3.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
|
162
|
+
janito-1.14.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|