chatmcp-cli 1.1.0__tar.gz → 1.1.1__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.
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.env.example +5 -1
- {chatmcp_cli-1.1.0/chatmcp_cli.egg-info → chatmcp_cli-1.1.1}/PKG-INFO +18 -2
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/README.md +3 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/_version.py +2 -2
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp-cli.rb +2 -2
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1/chatmcp_cli.egg-info}/PKG-INFO +18 -2
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/requires.txt +12 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/project.json +11 -2
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/pyproject.toml +2 -1
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-dev.in +2 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-dev.txt +34 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.dockerignore +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.flake8 +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/check_pypi_version.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/docker-build-test.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/docker-release.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/issues.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/pages.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/pre-commit.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/release.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/ubuntu-tests.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/windows-tests.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.github/workflows/windows_check_pypi_version.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.gitignore +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/.pre-commit-config.yaml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/CHANGELOG.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/CNAME +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/CONTRIBUTING.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/HISTORY.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/LICENSE.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/MANIFEST.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/OLD_README.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/ROADMAP.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/__main__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/analytics.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/args.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/args_formatter.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/architect_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/architect_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/ask_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/ask_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/base_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/base_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/chat_chunks.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/context_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/context_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_fenced_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_fenced_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_func_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_func_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_diff_fenced_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_diff_fenced_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_editblock_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_editblock_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_whole_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/editor_whole_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/help_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/help_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/patch_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/patch_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/search_replace.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/shell.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/single_wholefile_func_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/single_wholefile_func_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_simple.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_simple_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_func_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_func_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/commands.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/copypaste.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/deprecated.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/diffs.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/dump.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/editor.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/exceptions.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/format_settings.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/gui.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/help.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/help_pats.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/history.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/io.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/linter.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/llm.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/main.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/mdstream.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/models.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/onboarding.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/openrouter.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/README.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/arduino-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/c-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/chatito-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/commonlisp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/cpp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/csharp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/d-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/dart-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elisp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elixir-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elm-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/gleam-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/go-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/java-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/javascript-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/lua-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ocaml-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ocaml_interface-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/pony-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/properties-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/python-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/r-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/racket-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ruby-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/rust-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/solidity-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/swift-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/udev-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/README.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/c-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/c_sharp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/cpp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/dart-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elisp-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elixir-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elm-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/go-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/hcl-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/java-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/javascript-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/kotlin-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ocaml-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ocaml_interface-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/php-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/python-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ql-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ruby-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/rust-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/scala-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/typescript-tags.scm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/reasoning_tags.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/repo.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/repomap.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/report.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/resources/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/resources/model-metadata.json +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/resources/model-settings.yml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/run_cmd.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/scrape.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/sendchat.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/special.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/urls.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/utils.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/versioncheck.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/voice.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/waiting.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/watch.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/watch_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/Gemfile +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/blame.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/get-started.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/help-tip.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/help.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/install.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/keys.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/model-warnings.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/multi-line.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/python-m-aider.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/recording.css +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/recording.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/replit-pipx.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_includes/works-best.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/_sass/custom/custom.scss +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/adv-model-settings.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/aider_conf.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/api-keys.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/dotenv.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/editor.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/model-aliases.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/options.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/reasoning.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/config.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/faq.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/git.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/index.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/codespaces.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/docker.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/optional.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/replit.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/install.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/languages.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/legal/contributor-agreement.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/legal/privacy.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/anthropic.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/azure.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/bedrock.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/cohere.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/deepseek.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/gemini.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/github.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/groq.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/lm-studio.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/ollama.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openai-compat.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openai.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openrouter.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/other.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/vertex.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/warnings.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/xai.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/analytics.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/edit-formats.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/infinite-output.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/more-info.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/auto-accept-architect.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/dont-drop-original-read-files.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/index.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/model-accepts-settings.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/tree-sitter-language-pack.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/repomap.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/scripting.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/aider-not-found.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/edit-errors.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/imports.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/models-and-keys.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/support.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/token-limits.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/warnings.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/browser.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/caching.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/commands.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/conventions.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/copypaste.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/images-urls.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/lint-test.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/modes.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/not-code.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/notifications.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/tips.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/tutorials.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/voice.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/watch.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/aider/website/share/index.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/Dockerfile +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/README.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/benchmark.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/clone-exercism.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/cpp-test.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/docker.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/docker_build.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/install-docker-ubuntu.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/npm-test.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/over_time.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/plot.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/plots.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/problem_stats.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/refactor_tools.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/rsync.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/rungrid.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/swe-bench-lite.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/swe-bench.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/swe_bench.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/benchmark/test_benchmark.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/SOURCES.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/dependency_links.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/entry_points.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/top_level.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/docker/Dockerfile +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/homebrew-setup.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/pytest.ini +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/common-constraints.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-browser.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-browser.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-help.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-help.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-playwright.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements-playwright.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/requirements.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements/tree-sitter.in +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/requirements.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/30k-image.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/Dockerfile.jekyll +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/blame.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/clean_metadata.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/dl_icons.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/history_prompts.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/homepage.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/issues.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/jekyll_build.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/jekyll_run.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/logo_svg.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/my_models.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/pip-compile.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/recording_audio.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/redact-cast.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/tmux_record.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/tsl_pack_langs.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/update-blame.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/update-docs.sh +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/update-history.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/versionbump.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/scripts/yank-old-versions.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/setup.cfg +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/__init__.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_analytics.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_aws_credentials.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_coder.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_commands.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_deprecated.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_editblock.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_editor.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_exceptions.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_find_or_blocks.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_history.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_io.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_linter.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_main.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_model_info_manager.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_models.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_onboarding.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_openrouter.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_reasoning.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_repo.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_repomap.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_run_cmd.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_sanity_check_repo.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_scripting.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_sendchat.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_special.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_ssl_verification.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_udiff.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_urls.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_voice.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_watch.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/basic/test_wholefile.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/browser/test_browser.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/chat-history-search-replace-gold.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/chat-history.md +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/arduino/test.ino +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/c/test.c +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/chatito/test.chatito +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/commonlisp/test.lisp +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/cpp/test.cpp +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/csharp/test.cs +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/d/test.d +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/dart/test.dart +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elisp/test.el +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elixir/test.ex +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elm/test.elm +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/gleam/test.gleam +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/go/test.go +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/hcl/test.tf +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/java/test.java +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/javascript/test.js +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/kotlin/test.kt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/lua/test.lua +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ocaml/test.ml +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ocaml_interface/test.mli +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/php/test.php +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/pony/test.pony +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/properties/test.properties +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/python/test.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ql/test.ql +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/r/test.r +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/racket/test.rkt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ruby/test.rb +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/rust/test.rs +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/scala/test.scala +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/solidity/test.sol +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/swift/test.swift +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/tsx/test.tsx +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/typescript/test.ts +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/udev/test.rules +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base/sample.js +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base/sample.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base-repo-map.txt +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.js +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.lisp +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch_question.js +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/help/test_help.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/scrape/test_playwright_disable.py +0 -0
- {chatmcp_cli-1.1.0 → chatmcp_cli-1.1.1}/tests/scrape/test_scrape.py +0 -0
@@ -2,7 +2,11 @@
|
|
2
2
|
# Get your API key from: https://makersuite.google.com/app/apikey
|
3
3
|
GEMINI_API_KEY=your_gemini_api_key_here
|
4
4
|
|
5
|
+
# PyPI Publishing Credentials (for maintainers)
|
6
|
+
# TWINE_USERNAME=__token__
|
7
|
+
# TWINE_PASSWORD=your_pypi_token_here
|
8
|
+
|
5
9
|
# Optional: Other LLM API keys
|
6
10
|
# OPENAI_API_KEY=your_openai_api_key_here
|
7
11
|
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
8
|
-
# OPENROUTER_API_KEY=your_openrouter_api_key_here
|
12
|
+
# OPENROUTER_API_KEY=your_openrouter_api_key_here
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chatmcp-cli
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.1
|
4
4
|
Summary: ChatMCP CLI - AI pair programming with MCP server integration
|
5
5
|
Project-URL: Homepage, https://github.com/soulful-ai/platforma
|
6
6
|
Project-URL: Repository, https://github.com/soulful-ai/platforma
|
@@ -13,9 +13,10 @@ Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
16
17
|
Classifier: Programming Language :: Python
|
17
18
|
Classifier: Topic :: Software Development
|
18
|
-
Requires-Python: <3.
|
19
|
+
Requires-Python: <3.14,>=3.10
|
19
20
|
Description-Content-Type: text/markdown
|
20
21
|
License-File: LICENSE.txt
|
21
22
|
Requires-Dist: aiohappyeyeballs==2.6.1
|
@@ -148,6 +149,7 @@ Requires-Dist: contourpy==1.3.2; extra == "dev"
|
|
148
149
|
Requires-Dist: cycler==0.12.1; extra == "dev"
|
149
150
|
Requires-Dist: dill==0.4.0; extra == "dev"
|
150
151
|
Requires-Dist: distlib==0.3.9; extra == "dev"
|
152
|
+
Requires-Dist: docutils==0.21.2; extra == "dev"
|
151
153
|
Requires-Dist: filelock==3.18.0; extra == "dev"
|
152
154
|
Requires-Dist: fonttools==4.57.0; extra == "dev"
|
153
155
|
Requires-Dist: google-api-core[grpc]==2.24.2; extra == "dev"
|
@@ -159,16 +161,23 @@ Requires-Dist: google-resumable-media==2.7.2; extra == "dev"
|
|
159
161
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "dev"
|
160
162
|
Requires-Dist: grpcio==1.71.0; extra == "dev"
|
161
163
|
Requires-Dist: grpcio-status==1.71.0; extra == "dev"
|
164
|
+
Requires-Dist: id==1.5.0; extra == "dev"
|
162
165
|
Requires-Dist: identify==2.6.10; extra == "dev"
|
163
166
|
Requires-Dist: idna==3.10; extra == "dev"
|
164
167
|
Requires-Dist: imgcat==0.6.0; extra == "dev"
|
165
168
|
Requires-Dist: iniconfig==2.1.0; extra == "dev"
|
169
|
+
Requires-Dist: jaraco-classes==3.4.0; extra == "dev"
|
170
|
+
Requires-Dist: jaraco-context==6.0.1; extra == "dev"
|
171
|
+
Requires-Dist: jaraco-functools==4.1.0; extra == "dev"
|
172
|
+
Requires-Dist: keyring==25.6.0; extra == "dev"
|
166
173
|
Requires-Dist: kiwisolver==1.4.8; extra == "dev"
|
167
174
|
Requires-Dist: lox==0.13.0; extra == "dev"
|
168
175
|
Requires-Dist: markdown-it-py==3.0.0; extra == "dev"
|
169
176
|
Requires-Dist: matplotlib==3.10.3; extra == "dev"
|
170
177
|
Requires-Dist: mdurl==0.1.2; extra == "dev"
|
178
|
+
Requires-Dist: more-itertools==10.7.0; extra == "dev"
|
171
179
|
Requires-Dist: multiprocess==0.70.18; extra == "dev"
|
180
|
+
Requires-Dist: nh3==0.2.21; extra == "dev"
|
172
181
|
Requires-Dist: nodeenv==1.9.1; extra == "dev"
|
173
182
|
Requires-Dist: numpy==1.26.4; extra == "dev"
|
174
183
|
Requires-Dist: packaging==24.2; extra == "dev"
|
@@ -194,13 +203,17 @@ Requires-Dist: pytest-env==1.1.5; extra == "dev"
|
|
194
203
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "dev"
|
195
204
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
196
205
|
Requires-Dist: pyyaml==6.0.2; extra == "dev"
|
206
|
+
Requires-Dist: readme-renderer==44.0; extra == "dev"
|
197
207
|
Requires-Dist: requests==2.32.3; extra == "dev"
|
208
|
+
Requires-Dist: requests-toolbelt==1.0.0; extra == "dev"
|
209
|
+
Requires-Dist: rfc3986==2.0.0; extra == "dev"
|
198
210
|
Requires-Dist: rich==14.0.0; extra == "dev"
|
199
211
|
Requires-Dist: rsa==4.9.1; extra == "dev"
|
200
212
|
Requires-Dist: semver==3.0.4; extra == "dev"
|
201
213
|
Requires-Dist: setuptools==80.3.1; extra == "dev"
|
202
214
|
Requires-Dist: shellingham==1.5.4; extra == "dev"
|
203
215
|
Requires-Dist: six==1.17.0; extra == "dev"
|
216
|
+
Requires-Dist: twine==6.1.0; extra == "dev"
|
204
217
|
Requires-Dist: typer==0.15.3; extra == "dev"
|
205
218
|
Requires-Dist: typing-extensions==4.13.2; extra == "dev"
|
206
219
|
Requires-Dist: tzdata==2025.2; extra == "dev"
|
@@ -326,9 +339,12 @@ Dynamic: license-file
|
|
326
339
|
Install with:
|
327
340
|
```bash
|
328
341
|
pip install chatmcp-cli
|
342
|
+
# or via Homebrew
|
343
|
+
brew install soulful-ai/tap/chatmcp-cli
|
329
344
|
```
|
330
345
|
|
331
346
|
Use with:
|
332
347
|
```bash
|
333
348
|
chatmcp --help
|
349
|
+
aider --help # Legacy compatibility
|
334
350
|
```
|
@@ -3,8 +3,8 @@ class ChatmcpCli < Formula
|
|
3
3
|
|
4
4
|
desc "ChatMCP CLI - AI pair programming with MCP server integration"
|
5
5
|
homepage "https://github.com/soulful-ai/platforma"
|
6
|
-
url "https://files.pythonhosted.org/packages/
|
7
|
-
sha256 "
|
6
|
+
url "https://files.pythonhosted.org/packages/5f/a7/c19d5eda0e65af8feafaf6b722bc6ad5cfa0cb86798a4a3d64a16003bf4c/chatmcp_cli-1.1.0.tar.gz"
|
7
|
+
sha256 "0585fd06a4f566bc2775255ba847537a488db52f3886f27a4be547fb79facaaf"
|
8
8
|
license "Apache-2.0"
|
9
9
|
|
10
10
|
depends_on "python@3.12"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chatmcp-cli
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.1
|
4
4
|
Summary: ChatMCP CLI - AI pair programming with MCP server integration
|
5
5
|
Project-URL: Homepage, https://github.com/soulful-ai/platforma
|
6
6
|
Project-URL: Repository, https://github.com/soulful-ai/platforma
|
@@ -13,9 +13,10 @@ Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
16
17
|
Classifier: Programming Language :: Python
|
17
18
|
Classifier: Topic :: Software Development
|
18
|
-
Requires-Python: <3.
|
19
|
+
Requires-Python: <3.14,>=3.10
|
19
20
|
Description-Content-Type: text/markdown
|
20
21
|
License-File: LICENSE.txt
|
21
22
|
Requires-Dist: aiohappyeyeballs==2.6.1
|
@@ -148,6 +149,7 @@ Requires-Dist: contourpy==1.3.2; extra == "dev"
|
|
148
149
|
Requires-Dist: cycler==0.12.1; extra == "dev"
|
149
150
|
Requires-Dist: dill==0.4.0; extra == "dev"
|
150
151
|
Requires-Dist: distlib==0.3.9; extra == "dev"
|
152
|
+
Requires-Dist: docutils==0.21.2; extra == "dev"
|
151
153
|
Requires-Dist: filelock==3.18.0; extra == "dev"
|
152
154
|
Requires-Dist: fonttools==4.57.0; extra == "dev"
|
153
155
|
Requires-Dist: google-api-core[grpc]==2.24.2; extra == "dev"
|
@@ -159,16 +161,23 @@ Requires-Dist: google-resumable-media==2.7.2; extra == "dev"
|
|
159
161
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "dev"
|
160
162
|
Requires-Dist: grpcio==1.71.0; extra == "dev"
|
161
163
|
Requires-Dist: grpcio-status==1.71.0; extra == "dev"
|
164
|
+
Requires-Dist: id==1.5.0; extra == "dev"
|
162
165
|
Requires-Dist: identify==2.6.10; extra == "dev"
|
163
166
|
Requires-Dist: idna==3.10; extra == "dev"
|
164
167
|
Requires-Dist: imgcat==0.6.0; extra == "dev"
|
165
168
|
Requires-Dist: iniconfig==2.1.0; extra == "dev"
|
169
|
+
Requires-Dist: jaraco-classes==3.4.0; extra == "dev"
|
170
|
+
Requires-Dist: jaraco-context==6.0.1; extra == "dev"
|
171
|
+
Requires-Dist: jaraco-functools==4.1.0; extra == "dev"
|
172
|
+
Requires-Dist: keyring==25.6.0; extra == "dev"
|
166
173
|
Requires-Dist: kiwisolver==1.4.8; extra == "dev"
|
167
174
|
Requires-Dist: lox==0.13.0; extra == "dev"
|
168
175
|
Requires-Dist: markdown-it-py==3.0.0; extra == "dev"
|
169
176
|
Requires-Dist: matplotlib==3.10.3; extra == "dev"
|
170
177
|
Requires-Dist: mdurl==0.1.2; extra == "dev"
|
178
|
+
Requires-Dist: more-itertools==10.7.0; extra == "dev"
|
171
179
|
Requires-Dist: multiprocess==0.70.18; extra == "dev"
|
180
|
+
Requires-Dist: nh3==0.2.21; extra == "dev"
|
172
181
|
Requires-Dist: nodeenv==1.9.1; extra == "dev"
|
173
182
|
Requires-Dist: numpy==1.26.4; extra == "dev"
|
174
183
|
Requires-Dist: packaging==24.2; extra == "dev"
|
@@ -194,13 +203,17 @@ Requires-Dist: pytest-env==1.1.5; extra == "dev"
|
|
194
203
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "dev"
|
195
204
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
196
205
|
Requires-Dist: pyyaml==6.0.2; extra == "dev"
|
206
|
+
Requires-Dist: readme-renderer==44.0; extra == "dev"
|
197
207
|
Requires-Dist: requests==2.32.3; extra == "dev"
|
208
|
+
Requires-Dist: requests-toolbelt==1.0.0; extra == "dev"
|
209
|
+
Requires-Dist: rfc3986==2.0.0; extra == "dev"
|
198
210
|
Requires-Dist: rich==14.0.0; extra == "dev"
|
199
211
|
Requires-Dist: rsa==4.9.1; extra == "dev"
|
200
212
|
Requires-Dist: semver==3.0.4; extra == "dev"
|
201
213
|
Requires-Dist: setuptools==80.3.1; extra == "dev"
|
202
214
|
Requires-Dist: shellingham==1.5.4; extra == "dev"
|
203
215
|
Requires-Dist: six==1.17.0; extra == "dev"
|
216
|
+
Requires-Dist: twine==6.1.0; extra == "dev"
|
204
217
|
Requires-Dist: typer==0.15.3; extra == "dev"
|
205
218
|
Requires-Dist: typing-extensions==4.13.2; extra == "dev"
|
206
219
|
Requires-Dist: tzdata==2025.2; extra == "dev"
|
@@ -326,9 +339,12 @@ Dynamic: license-file
|
|
326
339
|
Install with:
|
327
340
|
```bash
|
328
341
|
pip install chatmcp-cli
|
342
|
+
# or via Homebrew
|
343
|
+
brew install soulful-ai/tap/chatmcp-cli
|
329
344
|
```
|
330
345
|
|
331
346
|
Use with:
|
332
347
|
```bash
|
333
348
|
chatmcp --help
|
349
|
+
aider --help # Legacy compatibility
|
334
350
|
```
|
@@ -171,6 +171,7 @@ contourpy==1.3.2
|
|
171
171
|
cycler==0.12.1
|
172
172
|
dill==0.4.0
|
173
173
|
distlib==0.3.9
|
174
|
+
docutils==0.21.2
|
174
175
|
filelock==3.18.0
|
175
176
|
fonttools==4.57.0
|
176
177
|
google-api-core[grpc]==2.24.2
|
@@ -182,16 +183,23 @@ google-resumable-media==2.7.2
|
|
182
183
|
googleapis-common-protos==1.70.0
|
183
184
|
grpcio==1.71.0
|
184
185
|
grpcio-status==1.71.0
|
186
|
+
id==1.5.0
|
185
187
|
identify==2.6.10
|
186
188
|
idna==3.10
|
187
189
|
imgcat==0.6.0
|
188
190
|
iniconfig==2.1.0
|
191
|
+
jaraco-classes==3.4.0
|
192
|
+
jaraco-context==6.0.1
|
193
|
+
jaraco-functools==4.1.0
|
194
|
+
keyring==25.6.0
|
189
195
|
kiwisolver==1.4.8
|
190
196
|
lox==0.13.0
|
191
197
|
markdown-it-py==3.0.0
|
192
198
|
matplotlib==3.10.3
|
193
199
|
mdurl==0.1.2
|
200
|
+
more-itertools==10.7.0
|
194
201
|
multiprocess==0.70.18
|
202
|
+
nh3==0.2.21
|
195
203
|
nodeenv==1.9.1
|
196
204
|
numpy==1.26.4
|
197
205
|
packaging==24.2
|
@@ -217,13 +225,17 @@ pytest-env==1.1.5
|
|
217
225
|
python-dateutil==2.9.0.post0
|
218
226
|
pytz==2025.2
|
219
227
|
pyyaml==6.0.2
|
228
|
+
readme-renderer==44.0
|
220
229
|
requests==2.32.3
|
230
|
+
requests-toolbelt==1.0.0
|
231
|
+
rfc3986==2.0.0
|
221
232
|
rich==14.0.0
|
222
233
|
rsa==4.9.1
|
223
234
|
semver==3.0.4
|
224
235
|
setuptools==80.3.1
|
225
236
|
shellingham==1.5.4
|
226
237
|
six==1.17.0
|
238
|
+
twine==6.1.0
|
227
239
|
typer==0.15.3
|
228
240
|
typing-extensions==4.13.2
|
229
241
|
tzdata==2025.2
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"executor": "nx:run-commands",
|
10
10
|
"options": {
|
11
11
|
"commands": [
|
12
|
-
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.
|
12
|
+
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.1 && pip install -e .[dev,playwright]"
|
13
13
|
],
|
14
14
|
"parallel": false
|
15
15
|
}
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"executor": "nx:run-commands",
|
47
47
|
"options": {
|
48
48
|
"commands": [
|
49
|
-
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.
|
49
|
+
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.1 && python -m build"
|
50
50
|
],
|
51
51
|
"parallel": false
|
52
52
|
}
|
@@ -71,6 +71,15 @@
|
|
71
71
|
],
|
72
72
|
"parallel": false
|
73
73
|
}
|
74
|
+
},
|
75
|
+
"update-homebrew": {
|
76
|
+
"executor": "nx:run-commands",
|
77
|
+
"options": {
|
78
|
+
"commands": [
|
79
|
+
"node scripts/update-homebrew-formula.js"
|
80
|
+
],
|
81
|
+
"parallel": false
|
82
|
+
}
|
74
83
|
}
|
75
84
|
}
|
76
85
|
}
|
@@ -12,10 +12,11 @@ classifiers = [
|
|
12
12
|
"Programming Language :: Python :: 3.10",
|
13
13
|
"Programming Language :: Python :: 3.11",
|
14
14
|
"Programming Language :: Python :: 3.12",
|
15
|
+
"Programming Language :: Python :: 3.13",
|
15
16
|
"Programming Language :: Python",
|
16
17
|
"Topic :: Software Development",
|
17
18
|
]
|
18
|
-
requires-python = ">=3.10,<3.
|
19
|
+
requires-python = ">=3.10,<3.14"
|
19
20
|
dynamic = ["dependencies", "optional-dependencies", "version"]
|
20
21
|
|
21
22
|
[project.urls]
|
@@ -3,6 +3,7 @@
|
|
3
3
|
build==1.2.2.post1
|
4
4
|
# via
|
5
5
|
# -c requirements/common-constraints.txt
|
6
|
+
# -r requirements/requirements-dev.in
|
6
7
|
# pip-tools
|
7
8
|
cachetools==5.5.2
|
8
9
|
# via
|
@@ -50,6 +51,8 @@ distlib==0.3.9
|
|
50
51
|
# via
|
51
52
|
# -c requirements/common-constraints.txt
|
52
53
|
# virtualenv
|
54
|
+
docutils==0.21.2
|
55
|
+
# via readme-renderer
|
53
56
|
filelock==3.18.0
|
54
57
|
# via
|
55
58
|
# -c requirements/common-constraints.txt
|
@@ -99,6 +102,8 @@ grpcio-status==1.71.0
|
|
99
102
|
# via
|
100
103
|
# -c requirements/common-constraints.txt
|
101
104
|
# google-api-core
|
105
|
+
id==1.5.0
|
106
|
+
# via twine
|
102
107
|
identify==2.6.10
|
103
108
|
# via
|
104
109
|
# -c requirements/common-constraints.txt
|
@@ -115,6 +120,14 @@ iniconfig==2.1.0
|
|
115
120
|
# via
|
116
121
|
# -c requirements/common-constraints.txt
|
117
122
|
# pytest
|
123
|
+
jaraco-classes==3.4.0
|
124
|
+
# via keyring
|
125
|
+
jaraco-context==6.0.1
|
126
|
+
# via keyring
|
127
|
+
jaraco-functools==4.1.0
|
128
|
+
# via keyring
|
129
|
+
keyring==25.6.0
|
130
|
+
# via twine
|
118
131
|
kiwisolver==1.4.8
|
119
132
|
# via
|
120
133
|
# -c requirements/common-constraints.txt
|
@@ -135,10 +148,16 @@ mdurl==0.1.2
|
|
135
148
|
# via
|
136
149
|
# -c requirements/common-constraints.txt
|
137
150
|
# markdown-it-py
|
151
|
+
more-itertools==10.7.0
|
152
|
+
# via
|
153
|
+
# jaraco-classes
|
154
|
+
# jaraco-functools
|
138
155
|
multiprocess==0.70.18
|
139
156
|
# via
|
140
157
|
# -c requirements/common-constraints.txt
|
141
158
|
# pathos
|
159
|
+
nh3==0.2.21
|
160
|
+
# via readme-renderer
|
142
161
|
nodeenv==1.9.1
|
143
162
|
# via
|
144
163
|
# -c requirements/common-constraints.txt
|
@@ -156,6 +175,7 @@ packaging==24.2
|
|
156
175
|
# google-cloud-bigquery
|
157
176
|
# matplotlib
|
158
177
|
# pytest
|
178
|
+
# twine
|
159
179
|
pandas==2.2.3
|
160
180
|
# via
|
161
181
|
# -c requirements/common-constraints.txt
|
@@ -219,6 +239,7 @@ pyasn1-modules==0.4.2
|
|
219
239
|
pygments==2.19.1
|
220
240
|
# via
|
221
241
|
# -c requirements/common-constraints.txt
|
242
|
+
# readme-renderer
|
222
243
|
# rich
|
223
244
|
pyparsing==3.2.3
|
224
245
|
# via
|
@@ -252,14 +273,24 @@ pyyaml==6.0.2
|
|
252
273
|
# via
|
253
274
|
# -c requirements/common-constraints.txt
|
254
275
|
# pre-commit
|
276
|
+
readme-renderer==44.0
|
277
|
+
# via twine
|
255
278
|
requests==2.32.3
|
256
279
|
# via
|
257
280
|
# -c requirements/common-constraints.txt
|
258
281
|
# google-api-core
|
259
282
|
# google-cloud-bigquery
|
283
|
+
# id
|
284
|
+
# requests-toolbelt
|
285
|
+
# twine
|
286
|
+
requests-toolbelt==1.0.0
|
287
|
+
# via twine
|
288
|
+
rfc3986==2.0.0
|
289
|
+
# via twine
|
260
290
|
rich==14.0.0
|
261
291
|
# via
|
262
292
|
# -c requirements/common-constraints.txt
|
293
|
+
# twine
|
263
294
|
# typer
|
264
295
|
rsa==4.9.1
|
265
296
|
# via
|
@@ -281,6 +312,8 @@ six==1.17.0
|
|
281
312
|
# via
|
282
313
|
# -c requirements/common-constraints.txt
|
283
314
|
# python-dateutil
|
315
|
+
twine==6.1.0
|
316
|
+
# via -r requirements/requirements-dev.in
|
284
317
|
typer==0.15.3
|
285
318
|
# via
|
286
319
|
# -c requirements/common-constraints.txt
|
@@ -297,6 +330,7 @@ urllib3==2.4.0
|
|
297
330
|
# via
|
298
331
|
# -c requirements/common-constraints.txt
|
299
332
|
# requests
|
333
|
+
# twine
|
300
334
|
uv==0.7.3
|
301
335
|
# via
|
302
336
|
# -c requirements/common-constraints.txt
|
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
|