janito 3.14.2__py3-none-any.whl → 3.15.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.
Files changed (37) hide show
  1. janito/platform_discovery.py +1 -8
  2. janito/plugins/tools/local/adapter.py +3 -2
  3. janito/plugins/tools/local/ask_user.py +111 -112
  4. janito/plugins/tools/local/copy_file.py +86 -87
  5. janito/plugins/tools/local/create_directory.py +111 -112
  6. janito/plugins/tools/local/create_file.py +0 -1
  7. janito/plugins/tools/local/delete_text_in_file.py +133 -134
  8. janito/plugins/tools/local/fetch_url.py +465 -466
  9. janito/plugins/tools/local/find_files.py +142 -143
  10. janito/plugins/tools/local/markdown_view.py +0 -1
  11. janito/plugins/tools/local/move_file.py +130 -131
  12. janito/plugins/tools/local/open_html_in_browser.py +50 -51
  13. janito/plugins/tools/local/open_url.py +36 -37
  14. janito/plugins/tools/local/python_code_run.py +171 -172
  15. janito/plugins/tools/local/python_command_run.py +170 -171
  16. janito/plugins/tools/local/python_file_run.py +171 -172
  17. janito/plugins/tools/local/read_chart.py +258 -259
  18. janito/plugins/tools/local/read_files.py +57 -58
  19. janito/plugins/tools/local/remove_directory.py +54 -55
  20. janito/plugins/tools/local/remove_file.py +57 -58
  21. janito/plugins/tools/local/replace_text_in_file.py +275 -276
  22. janito/plugins/tools/local/run_bash_command.py +182 -183
  23. janito/plugins/tools/local/run_powershell_command.py +217 -218
  24. janito/plugins/tools/local/show_image.py +0 -1
  25. janito/plugins/tools/local/show_image_grid.py +0 -1
  26. janito/plugins/tools/local/view_file.py +0 -1
  27. janito/providers/alibaba/model_info.py +2 -2
  28. janito/providers/alibaba/provider.py +1 -1
  29. janito/tools/base.py +19 -12
  30. janito/tools/tool_base.py +122 -121
  31. janito/tools/tools_schema.py +104 -104
  32. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/METADATA +9 -29
  33. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/RECORD +37 -37
  34. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/WHEEL +0 -0
  35. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/entry_points.txt +0 -0
  36. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/licenses/LICENSE +0 -0
  37. {janito-3.14.2.dist-info → janito-3.15.1.dist-info}/top_level.txt +0 -0