kash-shell 0.3.6__tar.gz → 0.3.7__tar.gz
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.
- {kash_shell-0.3.6 → kash_shell-0.3.7}/PKG-INFO +1 -1
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/settings.py +2 -2
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_cli.py +5 -5
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_main.py +3 -4
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_server_routes.py +1 -1
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_server_sse.py +2 -2
- {kash_shell-0.3.6 → kash_shell-0.3.7}/.copier-answers.yml +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/.env.template +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/.github/workflows/ci.yml +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/.github/workflows/publish.yml +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/.gitignore +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/LICENSE +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/Makefile +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/README.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/development.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/devtools/generate_readme.xsh +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/devtools/lint.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/devtools/profile_main.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/pyproject.toml +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/__main__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/assistant_chat.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/chat.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/format_markdown_template.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/markdownify.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/readability.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/show_webpage.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/strip_html.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/summarize_as_bullets.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/webpage_config.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/core/webpage_generate.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/meta/write_instructions.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/actions/meta/write_new_action.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/basic_file_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/browser_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/debug_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/diff_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/files_command.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/general_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/logs_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/model_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/reformat_command.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/search_command.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/base/show_command.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/extras/utils_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/help/assistant_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/help/doc_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/help/help_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/help/logo.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/workspace/selection_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/commands/workspace/workspace_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/concepts/concept_formats.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/concepts/cosine.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/concepts/embeddings.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/concepts/text_similarity.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/api_keys.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/capture_output.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/colors.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/dotenv_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/init.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/lazy_imports.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/logger.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/logger_basic.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/logo.txt +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/server_config.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/setup.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/suppress_warnings.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/config/text_styles.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/all_docs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/load_actions_info.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/load_api_docs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/load_help_topics.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/load_source_code.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/api_docs_template.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/assistant_instructions_template.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/readme_template.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/a1_what_is_kash.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/a2_installation.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/a3_getting_started.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/a4_elements.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/a5_tips_for_use_with_other_tools.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b0_philosophy_of_kash.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b1_kash_overview.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b2_workspace_and_file_formats.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b3_modern_shell_tool_recommendations.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b4_faq.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/warning.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/welcome.md +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/docs_base.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/load_custom_command_info.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/load_faqs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/load_recipe_snippets.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/recipes/general_system_commands.ksh +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/recipes/python_dev_commands.ksh +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/recipes/tldr_standard_commands.ksh +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/action_decorators.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/action_exec.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/action_registry.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/combiners.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/command_exec.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/command_registry.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/fetch_url_metadata.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/history.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/llm_transforms.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/precondition_checks.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/precondition_registry.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/preconditions.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/resolve_args.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec/shell_callable_action.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec_model/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec_model/args_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec_model/commands_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec_model/script_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/exec_model/shell_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/file_store.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/item_file_format.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/metadata_dirs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/persisted_yaml.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/store_cache_warmer.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/file_storage/store_filenames.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/assistant.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/assistant_instructions.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/assistant_output.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/docstring_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/function_param_info.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/help_embeddings.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/help_lookups.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/help_pages.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/help_printing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/help_types.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/recommended_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/help/tldr_help.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/clean_headings.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/fuzzy_parsing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/llm_completion.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/llm_messages.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/llm_names.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/llm_utils/llms.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/local_server.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/local_server_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/local_server_routes.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/local_url_formatters.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/port_tools.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/local_server/rich_html_template.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_server_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/mcp/mcp_server_stdio.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/audio_processing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/media_cache.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/media_services.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/media_tools.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/services/local_file_media.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/speech_transcription.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/media_base/timestamp_citations.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/actions_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/assistant_response_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/compound_actions_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/graph_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/items_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/language_list.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/llm_actions_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/media_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/operations_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/params_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/paths_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/model/preconditions_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/completions/completion_scoring.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/completions/completion_types.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/completions/shell_completions.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/file_icons/color_for_format.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/file_icons/nerd_icons.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/collect_dotenv.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/input_prompts.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/inquirer_settings.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/param_inputs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/input/shell_confirm.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/output/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/output/kerm_code_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/output/kerm_codes.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/output/kmarkdown.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/output/shell_output.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/shell_main.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/ui/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/ui/shell_results.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/ui/shell_syntax.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/argparse_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/exception_printing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/native_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/osc_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/shell_function_wrapper.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/sys_tool_deps.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/utils/terminal_images.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/shell/version.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/text_handling/custom_sliding_transforms.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/text_handling/doc_normalization.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/text_handling/markdown_util.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/text_handling/unified_diffs.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/atomic_var.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/format_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/function_inspect.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/import_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/lazyobject.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/obj_replace.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/parse_key_vals.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/parse_shell_args.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/stack_traces.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/string_replace.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/string_template.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/task_stack.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/type_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/uniquifier.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/common/url.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/errors.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_formats/chat_format.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/dir_size.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/file_ext.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/file_formats.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/file_formats_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/file_sort_filter.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/file_walk.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/filename_parsing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/ignore_files.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/mtime_cache.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/file_utils/path_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/lang_utils/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/lang_utils/capitalization.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/lang_utils/inflection.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/rich_custom/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/rich_custom/ansi_cell_len.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/rich_custom/rich_char_transform.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/rich_custom/rich_indent.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/utils/rich_custom/rich_markdown_fork.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/canon_url.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/dir_store.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/file_cache_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/local_file_cache.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/web_extract.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/web_extract_justext.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/web_extract_readabilipy.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/web_fetch.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_content/web_page_model.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/tabbed_webpage.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/template_render.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/base_styles.css.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/base_webpage.html.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/content_styles.css.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/explain_view.html.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/item_view.html.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/web_gen/templates/tabbed_webpage.html.jinja +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/__init__.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/param_state.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/selections.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/source_items.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/workspace_importing.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/workspace_output.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/workspace_registry.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/workspaces/workspaces.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/command_nl_utils.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/custom_shell.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/customize_prompt.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/load_into_xonsh.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/shell_load_commands.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/shell_which.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/xonsh_completers.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/xonsh_env.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/xonsh_modern_tools.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xonsh_custom/xonsh_ranking_completer.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xontrib/fnm.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/xontrib/kash_extension.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/tests/test_shell.py +0 -0
- {kash_shell-0.3.6 → kash_shell-0.3.7}/uv.lock +0 -0
|
@@ -81,7 +81,7 @@ CONTENT_CACHE_NAME = "content"
|
|
|
81
81
|
# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=444
|
|
82
82
|
# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=447
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
DEFAULT_MCP_SERVER_PORT = 4440
|
|
85
85
|
|
|
86
86
|
LOCAL_SERVER_PORT_START = 4470
|
|
87
87
|
LOCAL_SERVER_PORTS_MAX = 30
|
|
@@ -216,7 +216,7 @@ _settings = AtomicVar(
|
|
|
216
216
|
local_server_ports_start=LOCAL_SERVER_PORT_START,
|
|
217
217
|
local_server_ports_max=LOCAL_SERVER_PORTS_MAX,
|
|
218
218
|
local_server_port=0,
|
|
219
|
-
mcp_server_port=
|
|
219
|
+
mcp_server_port=DEFAULT_MCP_SERVER_PORT,
|
|
220
220
|
use_kerm_codes=False,
|
|
221
221
|
use_nerd_icons=True,
|
|
222
222
|
)
|
|
@@ -10,7 +10,7 @@ import os
|
|
|
10
10
|
from pathlib import Path
|
|
11
11
|
|
|
12
12
|
from kash.config.logger_basic import basic_logging_setup
|
|
13
|
-
from kash.config.settings import
|
|
13
|
+
from kash.config.settings import DEFAULT_MCP_SERVER_PORT, GLOBAL_LOGS_DIR, LogLevel
|
|
14
14
|
from kash.config.setup import setup
|
|
15
15
|
from kash.mcp.mcp_main import McpMode, run_mcp_server
|
|
16
16
|
from kash.mcp.mcp_server_sse import MCP_LOG_PREFIX
|
|
@@ -20,7 +20,7 @@ from kash.workspaces.workspaces import Workspace, get_ws, global_ws_dir
|
|
|
20
20
|
|
|
21
21
|
__version__ = get_version()
|
|
22
22
|
|
|
23
|
-
DEFAULT_PROXY_URL = f"http://localhost:{
|
|
23
|
+
DEFAULT_PROXY_URL = f"http://localhost:{DEFAULT_MCP_SERVER_PORT}/sse"
|
|
24
24
|
|
|
25
25
|
LOG_PATH = GLOBAL_LOGS_DIR / f"{MCP_LOG_PREFIX}_cli.log"
|
|
26
26
|
|
|
@@ -29,7 +29,7 @@ basic_logging_setup(LOG_PATH, LogLevel.info)
|
|
|
29
29
|
log = logging.getLogger()
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def
|
|
32
|
+
def build_parser():
|
|
33
33
|
parser = argparse.ArgumentParser(description=__doc__, formatter_class=WrappedColorFormatter)
|
|
34
34
|
parser.add_argument(
|
|
35
35
|
"--version",
|
|
@@ -55,11 +55,11 @@ def parse_args():
|
|
|
55
55
|
),
|
|
56
56
|
)
|
|
57
57
|
parser.add_argument("--sse", action="store_true", help="Run in SSE standalone mode")
|
|
58
|
-
return parser
|
|
58
|
+
return parser
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
def main():
|
|
62
|
-
args = parse_args()
|
|
62
|
+
args = build_parser().parse_args()
|
|
63
63
|
|
|
64
64
|
base_dir = Path(args.workspace)
|
|
65
65
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import asyncio
|
|
2
|
-
from enum import Enum
|
|
3
2
|
import logging
|
|
4
3
|
import time
|
|
5
|
-
from
|
|
4
|
+
from enum import Enum
|
|
6
5
|
|
|
7
6
|
import anyio
|
|
8
7
|
import httpcore
|
|
@@ -52,7 +51,7 @@ def run_as_proxy(proxy_to_url: str, timeout_secs: int = 300):
|
|
|
52
51
|
log.error("Failed to connect. Giving up.")
|
|
53
52
|
|
|
54
53
|
|
|
55
|
-
def run_mcp_server(mcp_mode: McpMode, proxy_to: str | None):
|
|
54
|
+
def run_mcp_server(mcp_mode: McpMode, proxy_to: str | None, tool_names: list[str] | None = None):
|
|
56
55
|
"""
|
|
57
56
|
Run an MCP server in one of the given modes.
|
|
58
57
|
"""
|
|
@@ -66,7 +65,7 @@ def run_mcp_server(mcp_mode: McpMode, proxy_to: str | None):
|
|
|
66
65
|
# dynamic publishing of tools.
|
|
67
66
|
log.warning("Running MCP server standalone, starting up...")
|
|
68
67
|
kash_reload_all()
|
|
69
|
-
publish_mcp_tools()
|
|
68
|
+
publish_mcp_tools(tool_names)
|
|
70
69
|
log.warning("Loaded kash, now running MCP server server (%s)", mcp_mode)
|
|
71
70
|
if mcp_mode == McpMode.standalone_stdio:
|
|
72
71
|
run_mcp_server_stdio()
|
|
@@ -30,7 +30,7 @@ _mcp_published_actions: AtomicVar[list[str]] = AtomicVar([])
|
|
|
30
30
|
def publish_mcp_tools(action_names: list[str] | None = None) -> None:
|
|
31
31
|
"""
|
|
32
32
|
Add actions to the list of published MCP tools.
|
|
33
|
-
By default, all actions are published.
|
|
33
|
+
By default, all actions marked as MCP tools are published.
|
|
34
34
|
"""
|
|
35
35
|
global _mcp_published_actions
|
|
36
36
|
if action_names is None:
|
|
@@ -16,7 +16,7 @@ if TYPE_CHECKING:
|
|
|
16
16
|
|
|
17
17
|
from kash.config.logger import get_logger
|
|
18
18
|
from kash.config.server_config import create_server_config
|
|
19
|
-
from kash.config.settings import
|
|
19
|
+
from kash.config.settings import global_settings, server_log_file_path
|
|
20
20
|
from kash.mcp import mcp_server_routes
|
|
21
21
|
from kash.utils.errors import InvalidState
|
|
22
22
|
|
|
@@ -63,7 +63,7 @@ class MCPServerSSE:
|
|
|
63
63
|
# in the correct event loop when needed
|
|
64
64
|
AppStatus.should_exit_event = None
|
|
65
65
|
|
|
66
|
-
port =
|
|
66
|
+
port = global_settings().mcp_server_port
|
|
67
67
|
self.log_path = server_log_file_path(MCP_SERVER_NAME, port)
|
|
68
68
|
config = create_server_config(
|
|
69
69
|
self.app, MCP_SERVER_HOST, port, MCP_SERVER_NAME, self.log_path
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/assistant_instructions_template.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b0_philosophy_of_kash.md
RENAMED
|
File without changes
|
|
File without changes
|
{kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs/markdown/topics/b2_workspace_and_file_formats.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kash_shell-0.3.6 → kash_shell-0.3.7}/src/kash/docs_base/recipes/general_system_commands.ksh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|