janito 2.6.0__py3-none-any.whl → 2.6.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 +7 -6
- janito/__main__.py +5 -4
- janito/_version.py +58 -57
- janito/agent/setup_agent.py +13 -3
- janito/cli/__init__.py +10 -9
- janito/cli/chat_mode/bindings.py +38 -37
- janito/cli/chat_mode/chat_entry.py +23 -22
- janito/cli/chat_mode/prompt_style.py +25 -24
- janito/cli/chat_mode/script_runner.py +154 -153
- janito/cli/chat_mode/session.py +282 -282
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/METADATA +14 -9
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/RECORD +17 -17
- /janito/agent/templates/profiles/{system_prompt_template_software_developer.txt.j2 → system_prompt_template_software developer.txt.j2} +0 -0
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/WHEEL +0 -0
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/entry_points.txt +0 -0
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/licenses/LICENSE +0 -0
- {janito-2.6.0.dist-info → janito-2.6.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
janito/__init__.py,sha256=
|
2
|
-
janito/__main__.py,sha256=
|
3
|
-
janito/_version.py,sha256=
|
1
|
+
janito/__init__.py,sha256=d9Pxq6WdBj7zNpinWuHoQFur8fiDwoxoJ7WlX8M_WYA,239
|
2
|
+
janito/__main__.py,sha256=i2S7BQWtS7W_KkZHsjfxdf64xyg5yd6_9yslf_gePyE,67
|
3
|
+
janito/_version.py,sha256=88QQFIBL2uFzp1JUeigjP84Vqjtk1-l0YeGyCP4z-_8,2292
|
4
4
|
janito/config.py,sha256=HJh0CmZEx7AbMQOmFkiYHFNzc-fO7fqpZ9rh6RenxK8,201
|
5
5
|
janito/config_manager.py,sha256=-v28Rybh0KUXU8dZF-ozqHWXn7djAyYxSrJEwXOC7TQ,5047
|
6
6
|
janito/conversation_history.py,sha256=GqqEJElTVONzOMRe-9g25WCMcDi0PF7DOnqGWLTrY_8,897
|
@@ -18,11 +18,11 @@ janito/provider_registry.py,sha256=Fqx-1C1If9pVH-cM-aZRPNFNtv2KyjrMQ8rf3fmgLMU,7
|
|
18
18
|
janito/report_events.py,sha256=q4OR_jTZNfcqaQF_fzTjgqo6_VlUIxSGWfhpT4nJWcw,938
|
19
19
|
janito/shell.bak.zip,sha256=hznHbmgfkAkjuQDJ3w73XPQh05yrtUZQxLmtGbanbYU,22
|
20
20
|
janito/utils.py,sha256=eXSsMgM69YyzahgCNrJQLcEbB8ssLI1MQqaa20ONxbE,376
|
21
|
-
janito/agent/setup_agent.py,sha256=
|
21
|
+
janito/agent/setup_agent.py,sha256=hfeEaVo0x0IHL9lMR0har8OClXTKdv2w7Lq19E9NL1s,8634
|
22
22
|
janito/agent/templates/profiles/system_prompt_template_assistant.txt.j2,sha256=dTV9aF8ji2r9dzi-l4b9r95kHrbKmjvnRxk5cVpopN4,28
|
23
23
|
janito/agent/templates/profiles/system_prompt_template_developer.txt.j2,sha256=gIXF3dPgGxQnVqRBnT8r2sUGu7F_Sl0F4YF-TfyOKgI,2586
|
24
|
-
janito/agent/templates/profiles/
|
25
|
-
janito/cli/__init__.py,sha256=
|
24
|
+
janito/agent/templates/profiles/system_prompt_template_software developer.txt.j2,sha256=BGo15WSeOd1rAy0xDRKtQJvVey7FLftoLjY3aNdnZJU,2394
|
25
|
+
janito/cli/__init__.py,sha256=R2scfqFNqllvKMQw8Mh77bd_RgABy-EHyMdYX_Yidno,186
|
26
26
|
janito/cli/config.py,sha256=t7sdM0I3RD_FZ2ni1xuGMFGzvCLMt3NwJKu3_WtxPUg,1068
|
27
27
|
janito/cli/console.py,sha256=gJolqzWL7jEPLxeuH-CwBDRFpXt976KdZOEAB2tdBDs,64
|
28
28
|
janito/cli/main.py,sha256=s5odou0txf8pzTf1ADk2yV7T5m8B6cejJ81e7iu776U,312
|
@@ -33,11 +33,11 @@ janito/cli/prompt_setup.py,sha256=PoRXIWEoVJ5DQtOLO0JCz_8cVVWp7zhKXQtXJuRGiQ4,18
|
|
33
33
|
janito/cli/rich_terminal_reporter.py,sha256=_1xqmjcl2-untIslEvdT5-5gsp1HYqpTXCc3zZBhKH0,6605
|
34
34
|
janito/cli/utils.py,sha256=plCQiDKIf3V8mFhhX5H9-MF2W86i-xRdWf8Xi117Z0w,677
|
35
35
|
janito/cli/verbose_output.py,sha256=UmB1byT1V6wZvMJDIPfqajhmNcMnnJ3tgYocje5w0x8,7620
|
36
|
-
janito/cli/chat_mode/bindings.py,sha256=
|
37
|
-
janito/cli/chat_mode/chat_entry.py,sha256=
|
38
|
-
janito/cli/chat_mode/prompt_style.py,sha256=
|
39
|
-
janito/cli/chat_mode/script_runner.py,sha256=
|
40
|
-
janito/cli/chat_mode/session.py,sha256=
|
36
|
+
janito/cli/chat_mode/bindings.py,sha256=01die7k9_vn1dLJ9RosF3XfYBXVQakM6DsC3IVKU8XU,937
|
37
|
+
janito/cli/chat_mode/chat_entry.py,sha256=_2hIccaUYpHLtmHfCgfeWmDZ4fxj5Yjy85yHmQxyOpI,456
|
38
|
+
janito/cli/chat_mode/prompt_style.py,sha256=WBy8y1U5XHfpmJ-rMKMNAWdT2rzUYQVujCh5bwIJbC0,802
|
39
|
+
janito/cli/chat_mode/script_runner.py,sha256=QFjpYsnhD-FQoBIFz2JehRCWEmskr7yAsl4gkHDt-0E,6290
|
40
|
+
janito/cli/chat_mode/session.py,sha256=fWFvP-V_Yw2YBIJCuJGJHxlLooFovXnVBQwatlMBiuc,11802
|
41
41
|
janito/cli/chat_mode/session_profile_select.py,sha256=8x2zvQfg-ILkU-b9THkKHFMfHGqO3Vj8jR3ZAKMyKY0,5109
|
42
42
|
janito/cli/chat_mode/toolbar.py,sha256=BqNrIqFEb5uhxMf2XLNb8vZjq9C2_BLnsXPVNKIiwPw,3484
|
43
43
|
janito/cli/chat_mode/shell/autocomplete.py,sha256=lE68MaVaodbA2VfUM0_YLqQVLBJAE_BJsd5cMtwuD-g,793
|
@@ -191,9 +191,9 @@ janito/tools/adapters/local/validate_file_syntax/ps1_validator.py,sha256=TeIkPt0
|
|
191
191
|
janito/tools/adapters/local/validate_file_syntax/python_validator.py,sha256=BfCO_K18qy92m-2ZVvHsbEU5e11OPo1pO9Vz4G4616E,130
|
192
192
|
janito/tools/adapters/local/validate_file_syntax/xml_validator.py,sha256=AijlsP_PgNuC8ZbGsC5vOTt3Jur76otQzkd_7qR0QFY,284
|
193
193
|
janito/tools/adapters/local/validate_file_syntax/yaml_validator.py,sha256=TgyI0HRL6ug_gBcWEm5TGJJuA4E34ZXcIzMpAbv3oJs,155
|
194
|
-
janito-2.6.
|
195
|
-
janito-2.6.
|
196
|
-
janito-2.6.
|
197
|
-
janito-2.6.
|
198
|
-
janito-2.6.
|
199
|
-
janito-2.6.
|
194
|
+
janito-2.6.1.dist-info/licenses/LICENSE,sha256=GSAKapQH5ZIGWlpQTA7v5YrfECyaxaohUb1vJX-qepw,1090
|
195
|
+
janito-2.6.1.dist-info/METADATA,sha256=wAkuZD3NvUgoiHB6fwecZhKZRPJSsLXPbyDuwZ1RpU8,16272
|
196
|
+
janito-2.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
197
|
+
janito-2.6.1.dist-info/entry_points.txt,sha256=wIo5zZxbmu4fC-ZMrsKD0T0vq7IqkOOLYhrqRGypkx4,48
|
198
|
+
janito-2.6.1.dist-info/top_level.txt,sha256=m0NaVCq0-ivxbazE2-ND0EA9Hmuijj_OGkmCbnBcCig,7
|
199
|
+
janito-2.6.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|