janito 1.8.0__py3-none-any.whl → 1.8.1__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 CHANGED
@@ -1 +1 @@
1
- __version__ = "1.8.0"
1
+ __version__ = "1.8.1"
@@ -77,7 +77,7 @@ def run_cli(args):
77
77
  if getattr(args, "verbose_reason", False):
78
78
  runtime_config.set("verbose_reason", True)
79
79
 
80
- # --- Liteweb integration ---
80
+ # --- termweb integration ---
81
81
  termweb_proc = None
82
82
  selected_port = None
83
83
  if (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: janito
3
- Version: 1.8.0
3
+ Version: 1.8.1
4
4
  Summary: Natural Language Coding Agent,
5
5
  Author-email: João Pinto <joao.pinto@gmail.com>
6
6
  License-Expression: MIT
@@ -29,14 +29,14 @@ Dynamic: license-file
29
29
 
30
30
  # 🚀 Janito: Natural Language Coding Agent
31
31
 
32
- **Current Version: 1.7.0**
32
+ **Current Version: 1.8.1**
33
33
  See [CHANGELOG.md](./CHANGELOG.md) for details on the latest release.
34
34
 
35
35
  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.
36
36
 
37
37
  For a technical overview, see the [Architecture Guide](docs/reference/architecture.md).
38
38
 
39
- ## 🧪 Experimental Feature: Liteweb File Viewer
39
+ ## 🧪 Experimental Feature: termweb File Viewer
40
40
 
41
41
  Janito now includes an experimental lightweight web file viewer for use with 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!
42
42
 
@@ -46,6 +46,7 @@ Janito now includes an experimental lightweight web file viewer for use with the
46
46
  ```bash
47
47
  janito --termweb
48
48
  ```
49
+ - To disable the termweb file viewer, use the `--no-termweb` flag.
49
50
  - By default, the viewer runs at http://localhost:8088 (or the next available port up to 8100).
50
51
  - To specify a port, use `--termweb-port 8090`.
51
52
  - File paths in CLI output become clickable links that open the file in your browser.
@@ -94,6 +95,7 @@ You can alter Janito's behavior in any interface using these flags:
94
95
  - `--no-tools`: Disable all tool usage (Janito will only use the language model, no file/code/shell actions).
95
96
  - `--trust-tools`/`-T`: Trusted tools mode (suppresses all tool output, only shows output file locations).
96
97
  - `--vanilla`: Disables tools, system prompt, and temperature settings for a pure LLM chat experience.
98
+ - `--no-termweb`: Disables the termweb file viewer for terminal links.
97
99
 
98
100
  These modifiers can be combined with any interface mode for tailored workflows.
99
101
 
@@ -1,4 +1,4 @@
1
- janito/__init__.py,sha256=TEX5rBxpQQMGbHlz1RNwQDTVirV3Dy0Px6DtRIL00_0,23
1
+ janito/__init__.py,sha256=3NV2XuiRm8gZOJqF88deLfbAoxnE_u2grAys84ntb-A,23
2
2
  janito/__main__.py,sha256=KKIoPBE9xPcb54PRYO2UOt0ti04iAwLeJlg8YY36vew,76
3
3
  janito/rich_utils.py,sha256=FZEwrRnd_G9dnhBpUus5c40dDs-XDr0tTnIoctZAEME,1128
4
4
  janito/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -72,7 +72,7 @@ janito/cli/main.py,sha256=Njsvs-x22p4WumR0Z4lpG3KwRz18hoSQBdiGAW9Tces,5312
72
72
  janito/cli/termweb_starter.py,sha256=Ky9qJPQ8nY3TOeDHmq-IZvWNZa4m68IVeCZqNTQ9RFY,2795
73
73
  janito/cli/runner/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  janito/cli/runner/_termweb_log_utils.py,sha256=QpH40uxPhksrJHWqthW4cR7BhcSSYakpza_qTeFGABs,722
75
- janito/cli/runner/cli_main.py,sha256=Y74v_F39XCCkrv0aAJTXXNZQfdBjoISZYGkefrZNJf8,6880
75
+ janito/cli/runner/cli_main.py,sha256=7W7NfvfSDF-lF_rVCUsxXyrseoJR79R4N6jlgpLBKMs,6880
76
76
  janito/cli/runner/config.py,sha256=Nzam25C8P55dFlT_f6IlEj2ZvFwS63AAbnkIWe3oNsg,1702
77
77
  janito/cli/runner/formatting.py,sha256=k0mtHoglqR8fKcebSK81iWTT_EL-gDl7eNfjlFZRY6g,287
78
78
  janito/cli_chat_shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -119,9 +119,9 @@ janito/termweb/static/termweb_quickopen.js.bak,sha256=sk_zbEw6HJt1iZSAYlaW0qAhq0
119
119
  janito/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
120
  janito/web/__main__.py,sha256=5Ck6okOZmxKYkQ-ir4mxXDH7XWMNR-9szgsm0UyQLE0,734
121
121
  janito/web/app.py,sha256=NarccXYgeYEMvws1lQSGZtArrzJIvw94LSNR0rW9Dq4,7331
122
- janito-1.8.0.dist-info/licenses/LICENSE,sha256=sHBqv0bvtrb29H7WRR-Z603YHm9pLtJIo3nHU_9cmgE,1091
123
- janito-1.8.0.dist-info/METADATA,sha256=3F51ULeTzBgxUVFZs5cemk1bX1ZFUfRfzpFr6V0WTK8,12479
124
- janito-1.8.0.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
125
- janito-1.8.0.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
126
- janito-1.8.0.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
127
- janito-1.8.0.dist-info/RECORD,,
122
+ janito-1.8.1.dist-info/licenses/LICENSE,sha256=sHBqv0bvtrb29H7WRR-Z603YHm9pLtJIo3nHU_9cmgE,1091
123
+ janito-1.8.1.dist-info/METADATA,sha256=Jck6xN3YFdRvzBqMmc-4VvJsi9mqKNpiruyOs9Sivis,12619
124
+ janito-1.8.1.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
125
+ janito-1.8.1.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
126
+ janito-1.8.1.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
127
+ janito-1.8.1.dist-info/RECORD,,
File without changes