.gitignore
.pre-commit-config.yaml
.secrets.baseline
AGENTS.md
CHANGELOG.md
README.gmail.md
README.md
README.onedrive.md
README_DEV.md
README_MCP.md
README_custom.md
mkdocs.yml
pyproject.toml
tox.ini
uv.lock
.github/workflows/documentation.yml
.github/workflows/release.yaml
.janito/config.json
docs/TOOL.md
docs/cli_lanscape.md
docs/index.md
docs/configuration/index.md
docs/configuration/providers.md
docs/configuration/secrets.md
docs/development/contributing.md
docs/development/index.md
docs/getting-started/index.md
docs/getting-started/installation.md
docs/getting-started/quick-start.md
docs/imgs/console_vs_web.png
docs/reference/cli-options.md
docs/reference/exit-codes.md
docs/tools/files.md
docs/tools/gmail.md
docs/tools/index.md
docs/tools/mcp.md
docs/tools/onedrive.md
docs/tools/skills.md
docs/tools/web-search.md
docs/usage/index.md
docs/usage/interactive-mode.md
docs/usage/logging.md
docs/usage/single-prompt.md
docs/usage/web-ui.md
janito/PROVIDER_CONFIG_REORG.md
janito/__init__.py
janito/__main__.py
janito/_version.py
janito/auth_config.py
janito/config_dir.py
janito/general_config.py
janito/mcp_config.py
janito/mcp_manager.py
janito/privileges.py
janito/provider_config.py
janito/secrets_config.py
janito/system_prompt.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/scm_file_list.json
janito.egg-info/scm_version.json
janito.egg-info/top_level.txt
janito/cli/__init__.py
janito/cli/chat.py
janito/cli/input.py
janito/cli/logging_config.py
janito/cli/parser.py
janito/cli/setup.py
janito/cli/handlers/__init__.py
janito/cli/handlers/auth.py
janito/cli/handlers/config.py
janito/cli/handlers/info.py
janito/cli/handlers/onedrive.py
janito/cli/handlers/secrets.py
janito/cli/handlers/skills.py
janito/cli/handlers/tools.py
janito/mcp_client/__init__.py
janito/mcp_client/base.py
janito/mcp_client/factory.py
janito/mcp_client/http.py
janito/mcp_client/protocols.py
janito/mcp_client/stdio.py
janito/openai_client/__init__.py
janito/openai_client/client.py
janito/shell/__init__.py
janito/shell/completer.py
janito/shell/interactive.py
janito/shell/cmds/__init__.py
janito/shell/cmds/ask.py
janito/shell/cmds/base.py
janito/shell/cmds/changes.py
janito/shell/cmds/config.py
janito/shell/cmds/exit.py
janito/shell/cmds/help.py
janito/shell/cmds/history.py
janito/shell/cmds/mcp.py
janito/shell/cmds/multi.py
janito/shell/cmds/priv.py
janito/shell/cmds/prompt.py
janito/shell/cmds/registry.py
janito/shell/cmds/rollback.py
janito/shell/cmds/show_tools_stats.py
janito/shell/cmds/tools.py
janito/tooling/__init__.py
janito/tooling/base_tool.py
janito/tooling/changes.py
janito/tooling/decorator.py
janito/tooling/mcp_registry.py
janito/tooling/path_utils.py
janito/tooling/reporter.py
janito/tooling/skills_provider.py
janito/tooling/time_utils.py
janito/tooling/tools_registry.py
janito/tooling/tools_usage.py
janito/tooling/used_files.py
janito/tooling/examples/path_utils_example.py
janito/tools/__init__.py
janito/tools/files/__init__.py
janito/tools/files/create_directory.py
janito/tools/files/create_file.py
janito/tools/files/delete_file.py
janito/tools/files/find_files.py
janito/tools/files/gitignore_utils.py
janito/tools/files/list_files.py
janito/tools/files/move_file.py
janito/tools/files/read_file.py
janito/tools/files/read_multiple_files.py
janito/tools/files/remove_directory.py
janito/tools/files/replace_text_in_file.py
janito/tools/files/search_regex.py
janito/tools/files/search_text.py
janito/tools/gmail/__init__.py
janito/tools/gmail/__main__.py
janito/tools/gmail/count_emails.py
janito/tools/gmail/delete_emails.py
janito/tools/gmail/imap_utils.py
janito/tools/gmail/list_folders.py
janito/tools/gmail/move_emails.py
janito/tools/gmail/read_emails.py
janito/tools/gmail/trash_emails.py
janito/tools/janitoweb/__init__.py
janito/tools/janitoweb/create_image.py
janito/tools/janitoweb/create_svg.py
janito/tools/net/__init__.py
janito/tools/net/get_url.py
janito/tools/net/web_search.py
janito/tools/onedrive/__init__.py
janito/tools/onedrive/__main__.py
janito/tools/onedrive/base_client.py
janito/tools/onedrive/create_folder.py
janito/tools/onedrive/delete_file.py
janito/tools/onedrive/device_code_auth.py
janito/tools/onedrive/download_file.py
janito/tools/onedrive/get_share_link.py
janito/tools/onedrive/list_files.py
janito/tools/onedrive/read_file.py
janito/tools/onedrive/search_files.py
janito/tools/onedrive/upload_file.py
janito/tools/system/__init__.py
janito/tools/system/get_current_time.py
janito/tools/system/open_browser.py
janito/tools/system/run_bash_code.py
janito/tools/system/run_github_cli.py
janito/tools/system/run_powershell_code.py
janito/tools/system/run_python_code.py
janito/tools/system/run_python_file.py
janito/web/__init__.py
janito/web/backend/__init__.py
janito/web/backend/app.py
janito/web/backend/config.py
janito/web/backend/events.py
janito/web/backend/security.py
janito/web/backend/session.py
janito/web/backend/agent/__init__.py
janito/web/backend/agent/call.py
janito/web/backend/agent/loop.py
janito/web/backend/agent/tooling.py
janito/web/backend/agent/turn.py
janito/web/backend/routers/__init__.py
janito/web/backend/routers/chat.py
janito/web/backend/routers/config.py
janito/web/backend/routers/images.py
janito/web/backend/routers/mcp.py
janito/web/backend/routers/tools.py
janito/web/frontend/favicon.ico
janito/web/frontend/favicon.svg
janito/web/frontend/index.html
janito/web/frontend/css/chat.css
janito/web/frontend/css/drawers.css
janito/web/frontend/css/layout.css
janito/web/frontend/css/messages.css
janito/web/frontend/css/theme.css
janito/web/frontend/css/tokens.css
janito/web/frontend/css/tools.css
janito/web/frontend/css/ui-controls.css
janito/web/frontend/css/utilities.css
janito/web/frontend/js/api.js
janito/web/frontend/js/app.js
janito/web/frontend/js/chat.js
janito/web/frontend/js/chatEvents.js
janito/web/frontend/js/chatFormat.js
janito/web/frontend/js/chatHistory.js
janito/web/frontend/js/chatMessages.js
janito/web/frontend/js/chatScroll.js
janito/web/frontend/js/chatStore.js
janito/web/frontend/js/markdown.js
janito/web/frontend/js/mcp.js
janito/web/frontend/js/sessions.js
janito/web/frontend/js/settings.js
janito/web/frontend/js/statusBar.js
janito/web/frontend/js/websocket.js
scripts/check_changelog_freshness.py
scripts/promote_changelog.py
tests/test_changes.py
tests/test_config_dir.py
tests/test_create_image.py
tests/test_general_config.py
tests/test_get_url.py
tests/test_path_utils.py
tests/test_provider_config.py
tests/test_search_path_normalization.py
tests/test_set_api_key_overwrite.py
tests/test_shell_completer.py
tests/test_show_tools_stats.py
tests/test_skills_provider.py
tests/test_system_prompt.py
tests/test_tools_usage.py
tests/test_used_files.py
tests/test_web_search.py