.codespellrc
.gitattributes
.gitignore
.pre-commit-config.yaml
.secrets.baseline
CHANGELOG.md
CNAME
LICENSE
README-dev.md
README.md
UPDATING_DOCS.md
adding_mcp.txt
git_diff.txt
github_diff
mkdocs.yml
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
tox.ini
.github/workflows/python-app.yml
.vscode/settings.json
docs/DIV.md
docs/Interfaces.txt
docs/TOOLBAR-STYLING.md
docs/alternatives.md
docs/deepseek-setup.md
docs/driver-flow.md
docs/driver-request-cancellation.md
docs/drivers.md
docs/event-bus.md
docs/index.md
docs/llm-drivers-required-config.md
docs/llm-drivers.md
docs/moonshotai-setup.md
docs/security.md
docs/supported-providers-models.md
docs/tools-index.md
docs/tools-natural-results.md
docs/tools-precision.md
docs/about/costs.md
docs/about/vs-webchats.md
docs/about/why.md
docs/code_intelligence/agentic-frameworks-comparison.md
docs/code_intelligence/code-generation-challenges.md
docs/code_intelligence/code-generation-observability.md
docs/code_intelligence/our-approach.md
docs/code_intelligence/why-string-replacement.md
docs/concepts/analysis-style.md
docs/concepts/human-guided-ai.md
docs/concepts/index.md
docs/concepts/language-model-clients.md
docs/concepts/prompt-design-style.md
docs/drivers/events.md
docs/guides/configuration.md
docs/guides/developing.md
docs/guides/disabled-tools.md
docs/guides/installation.md
docs/guides/profiles.md
docs/guides/single-shot-terminal.md
docs/guides/terminal-shell.md
docs/guides/tools-developer-guide.md
docs/guides/using.md
docs/guides/using_tools.md
docs/guides/prompting/README.md
docs/imgs/code-generation-observability.png
docs/imgs/code_generation_observability.png
docs/imgs/happy-programmer.png
docs/imgs/happy-programmer.svg
docs/imgs/terminal-one-shot.png
docs/imgs/terminal-shell.png
docs/imgs/terminal_one_shot.png
docs/imgs/terminal_shell.png
docs/meta/developer-toolchain.md
docs/meta/quality-checks.txt
docs/reference/api.md
docs/reference/azure-openai.md
docs/reference/cli-options.md
docs/reference/message-handler-model.md
docs/reference/rich-message-handler.md
docs/tools/search-text.md
janito/__init__.py
janito/__main__.py
janito/_version.py
janito/config.py
janito/config_manager.py
janito/conversation_history.py
janito/dir_walk_utils.py
janito/driver_events.py
janito/exceptions.py
janito/formatting.py
janito/formatting_token.py
janito/gitignore_utils.py
janito/perf_singleton.py
janito/performance_collector.py
janito/platform_discovery.py
janito/provider_config.py
janito/provider_registry.py
janito/report_events.py
janito/shell.bak.zip
janito/utils.py
janito.egg-info/PKG-INFO
janito.egg-info/SOURCES.txt
janito.egg-info/dependency_links.txt
janito.egg-info/entry_points.txt
janito.egg-info/requires.txt
janito.egg-info/top_level.txt
janito/agent/setup_agent.py
janito/agent/templates/profiles/system_prompt_template_Developer_with_Python_Tools.txt.j2
janito/agent/templates/profiles/system_prompt_template_developer.txt.j2
janito/agent/templates/profiles/system_prompt_template_model_conversation_without_tools_or_context.txt.j2
janito/cli/__init__.py
janito/cli/config.py
janito/cli/console.py
janito/cli/main.py
janito/cli/main_cli.py
janito/cli/prompt_core.py
janito/cli/prompt_handler.py
janito/cli/prompt_setup.py
janito/cli/rich_terminal_reporter.py
janito/cli/utils.py
janito/cli/verbose_output.py
janito/cli/chat_mode/bindings.py
janito/cli/chat_mode/chat_entry.py
janito/cli/chat_mode/prompt_style.py
janito/cli/chat_mode/script_runner.py
janito/cli/chat_mode/session.py
janito/cli/chat_mode/session_profile_select.py
janito/cli/chat_mode/toolbar.py
janito/cli/chat_mode/shell/autocomplete.py
janito/cli/chat_mode/shell/commands.bak.zip
janito/cli/chat_mode/shell/input_history.py
janito/cli/chat_mode/shell/session.bak.zip
janito/cli/chat_mode/shell/commands/__init__.py
janito/cli/chat_mode/shell/commands/_priv_check.py
janito/cli/chat_mode/shell/commands/_priv_status.py
janito/cli/chat_mode/shell/commands/bang.py
janito/cli/chat_mode/shell/commands/base.py
janito/cli/chat_mode/shell/commands/clear.py
janito/cli/chat_mode/shell/commands/conversation_restart.py
janito/cli/chat_mode/shell/commands/execute.py
janito/cli/chat_mode/shell/commands/help.py
janito/cli/chat_mode/shell/commands/history_view.py
janito/cli/chat_mode/shell/commands/lang.py
janito/cli/chat_mode/shell/commands/model.py
janito/cli/chat_mode/shell/commands/multi.py
janito/cli/chat_mode/shell/commands/privileges.py
janito/cli/chat_mode/shell/commands/prompt.py
janito/cli/chat_mode/shell/commands/read.py
janito/cli/chat_mode/shell/commands/role.py
janito/cli/chat_mode/shell/commands/session.py
janito/cli/chat_mode/shell/commands/session_control.py
janito/cli/chat_mode/shell/commands/tools.py
janito/cli/chat_mode/shell/commands/utility.py
janito/cli/chat_mode/shell/commands/verbose.py
janito/cli/chat_mode/shell/commands/write.py
janito/cli/chat_mode/shell/session/__init__.py
janito/cli/chat_mode/shell/session/history.py
janito/cli/chat_mode/shell/session/manager.py
janito/cli/cli_commands/list_config.py
janito/cli/cli_commands/list_models.py
janito/cli/cli_commands/list_profiles.py
janito/cli/cli_commands/list_providers.py
janito/cli/cli_commands/list_tools.py
janito/cli/cli_commands/model_selection.py
janito/cli/cli_commands/model_utils.py
janito/cli/cli_commands/set_api_key.py
janito/cli/cli_commands/show_config.py
janito/cli/cli_commands/show_system_prompt.py
janito/cli/core/__init__.py
janito/cli/core/event_logger.py
janito/cli/core/getters.py
janito/cli/core/runner.py
janito/cli/core/setters.py
janito/cli/core/unsetters.py
janito/cli/single_shot_mode/__init__.py
janito/cli/single_shot_mode/handler.py
janito/drivers/dashscope.bak.zip
janito/drivers/driver_registry.py
janito/drivers/openai_responses.bak.zip
janito/drivers/azure_openai/driver.py
janito/drivers/openai/README.md
janito/drivers/openai/driver.py
janito/event_bus/__init__.py
janito/event_bus/bus.py
janito/event_bus/event.py
janito/event_bus/handler.py
janito/event_bus/queue_bus.py
janito/i18n/__init__.py
janito/i18n/messages.py
janito/i18n/pt.py
janito/llm/README.md
janito/llm/__init__.py
janito/llm/agent.py
janito/llm/auth.py
janito/llm/driver.py
janito/llm/driver_config.py
janito/llm/driver_config_builder.py
janito/llm/driver_input.py
janito/llm/message_parts.py
janito/llm/model.py
janito/llm/provider.py
janito/providers/__init__.py
janito/providers/dashscope.bak.zip
janito/providers/registry.py
janito/providers/anthropic/model_info.py
janito/providers/anthropic/provider.py
janito/providers/azure_openai/model_info.py
janito/providers/azure_openai/provider.py
janito/providers/deepseek/__init__.py
janito/providers/deepseek/model_info.py
janito/providers/deepseek/provider.py
janito/providers/google/__init__.py
janito/providers/google/model_info.py
janito/providers/google/provider.py
janito/providers/groq/__init__.py
janito/providers/groq/model_info.py
janito/providers/groq/provider.py
janito/providers/moonshotai/__init__.py
janito/providers/moonshotai/model_info.py
janito/providers/moonshotai/provider.py
janito/providers/openai/__init__.py
janito/providers/openai/model_info.py
janito/providers/openai/provider.py
janito/providers/openai/schema_generator.py
janito/tools/DOCSTRING_STANDARD.txt
janito/tools/README.md
janito/tools/__init__.py
janito/tools/disabled_tools.py
janito/tools/inspect_registry.py
janito/tools/outline_file.bak.zip
janito/tools/path_security.py
janito/tools/permissions.py
janito/tools/permissions_parse.py
janito/tools/tool_base.py
janito/tools/tool_events.py
janito/tools/tool_run_exception.py
janito/tools/tool_use_tracker.py
janito/tools/tool_utils.py
janito/tools/tools_adapter.py
janito/tools/tools_schema.py
janito/tools/adapters/__init__.py
janito/tools/adapters/local/__init__.py
janito/tools/adapters/local/adapter.py
janito/tools/adapters/local/ask_user.py
janito/tools/adapters/local/copy_file.py
janito/tools/adapters/local/create_directory.py
janito/tools/adapters/local/create_file.py
janito/tools/adapters/local/delete_text_in_file.py
janito/tools/adapters/local/fetch_url.py
janito/tools/adapters/local/find_files.py
janito/tools/adapters/local/move_file.py
janito/tools/adapters/local/open_html_in_browser.py
janito/tools/adapters/local/open_url.py
janito/tools/adapters/local/python_code_run.py
janito/tools/adapters/local/python_command_run.py
janito/tools/adapters/local/python_file_run.py
janito/tools/adapters/local/read_files.py
janito/tools/adapters/local/remove_directory.py
janito/tools/adapters/local/remove_file.py
janito/tools/adapters/local/replace_text_in_file.py
janito/tools/adapters/local/run_bash_command.py
janito/tools/adapters/local/run_powershell_command.py
janito/tools/adapters/local/view_file.py
janito/tools/adapters/local/get_file_outline/__init__.py
janito/tools/adapters/local/get_file_outline/core.py
janito/tools/adapters/local/get_file_outline/java_outline.py
janito/tools/adapters/local/get_file_outline/markdown_outline.py
janito/tools/adapters/local/get_file_outline/python_outline.py
janito/tools/adapters/local/get_file_outline/search_outline.py
janito/tools/adapters/local/search_text/__init__.py
janito/tools/adapters/local/search_text/core.py
janito/tools/adapters/local/search_text/match_lines.py
janito/tools/adapters/local/search_text/pattern_utils.py
janito/tools/adapters/local/search_text/traverse_directory.py
janito/tools/adapters/local/validate_file_syntax/__init__.py
janito/tools/adapters/local/validate_file_syntax/core.py
janito/tools/adapters/local/validate_file_syntax/css_validator.py
janito/tools/adapters/local/validate_file_syntax/html_validator.py
janito/tools/adapters/local/validate_file_syntax/js_validator.py
janito/tools/adapters/local/validate_file_syntax/json_validator.py
janito/tools/adapters/local/validate_file_syntax/markdown_validator.py
janito/tools/adapters/local/validate_file_syntax/ps1_validator.py
janito/tools/adapters/local/validate_file_syntax/python_validator.py
janito/tools/adapters/local/validate_file_syntax/xml_validator.py
janito/tools/adapters/local/validate_file_syntax/yaml_validator.py
tests/test_cli_list_models.py
tests/test_cli_list_providers.py
tests/test_cli_list_providers_moonshotai.py
tests/test_cli_version.py
tests/test_disabled_tools.py
tests/test_provider_moonshotai.py
tests/adapters/local/test_read_files.py
tests/adapters/local/get_file_outline/test_core_outline.py
tools/release.py