chatmcp-cli 0.2.0__tar.gz → 1.1.0__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/CHANGELOG.md +49 -0
- chatmcp_cli-1.1.0/OLD_README.md +179 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/PKG-INFO +2 -2
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/README.md +1 -1
- chatmcp_cli-1.1.0/ROADMAP.md +131 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/_version.py +2 -2
- chatmcp_cli-1.1.0/chatmcp-cli.rb +20 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/PKG-INFO +2 -2
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/SOURCES.txt +5 -0
- chatmcp_cli-1.1.0/homebrew-setup.md +73 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/project.json +4 -3
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.dockerignore +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.env.example +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.flake8 +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/check_pypi_version.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/docker-build-test.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/docker-release.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/issues.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/pages.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/pre-commit.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/release.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/ubuntu-tests.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/windows-tests.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.github/workflows/windows_check_pypi_version.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.gitignore +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/.pre-commit-config.yaml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/CNAME +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/CONTRIBUTING.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/HISTORY.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/LICENSE.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/MANIFEST.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/__main__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/analytics.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/args.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/args_formatter.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/architect_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/architect_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/ask_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/ask_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/base_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/base_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/chat_chunks.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/context_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/context_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_fenced_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_fenced_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_func_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_func_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_diff_fenced_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_diff_fenced_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_editblock_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_editblock_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_whole_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/editor_whole_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/help_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/help_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/patch_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/patch_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/search_replace.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/shell.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/single_wholefile_func_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/single_wholefile_func_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_simple.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_simple_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_func_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_func_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/commands.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/copypaste.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/deprecated.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/diffs.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/dump.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/editor.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/exceptions.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/format_settings.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/gui.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/help.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/help_pats.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/history.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/io.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/linter.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/llm.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/main.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/mdstream.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/models.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/onboarding.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/openrouter.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/README.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/arduino-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/c-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/chatito-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/commonlisp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/cpp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/csharp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/d-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/dart-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elisp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elixir-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elm-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/gleam-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/go-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/java-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/javascript-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/lua-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ocaml-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ocaml_interface-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/pony-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/properties-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/python-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/r-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/racket-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ruby-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/rust-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/solidity-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/swift-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/udev-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/README.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/c-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/c_sharp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/cpp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/dart-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elisp-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elixir-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elm-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/go-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/hcl-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/java-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/javascript-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/kotlin-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ocaml-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ocaml_interface-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/php-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/python-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ql-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ruby-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/rust-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/scala-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/typescript-tags.scm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/reasoning_tags.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/repo.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/repomap.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/report.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/resources/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/resources/model-metadata.json +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/resources/model-settings.yml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/run_cmd.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/scrape.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/sendchat.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/special.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/urls.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/utils.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/versioncheck.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/voice.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/waiting.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/watch.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/watch_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/Gemfile +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/blame.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/get-started.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/help-tip.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/help.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/install.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/keys.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/model-warnings.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/multi-line.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/python-m-aider.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/recording.css +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/recording.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/replit-pipx.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_includes/works-best.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/_sass/custom/custom.scss +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/adv-model-settings.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/aider_conf.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/api-keys.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/dotenv.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/editor.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/model-aliases.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/options.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/reasoning.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/config.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/faq.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/git.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/index.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/codespaces.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/docker.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/optional.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/replit.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/install.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/languages.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/legal/contributor-agreement.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/legal/privacy.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/anthropic.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/azure.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/bedrock.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/cohere.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/deepseek.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/gemini.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/github.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/groq.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/lm-studio.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/ollama.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openai-compat.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openai.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openrouter.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/other.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/vertex.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/warnings.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/xai.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/analytics.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/edit-formats.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/infinite-output.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/more-info.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/auto-accept-architect.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/dont-drop-original-read-files.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/index.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/model-accepts-settings.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/tree-sitter-language-pack.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/repomap.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/scripting.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/aider-not-found.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/edit-errors.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/imports.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/models-and-keys.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/support.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/token-limits.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/warnings.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/browser.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/caching.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/commands.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/conventions.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/copypaste.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/images-urls.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/lint-test.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/modes.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/not-code.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/notifications.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/tips.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/tutorials.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/voice.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/watch.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/aider/website/share/index.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/Dockerfile +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/README.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/benchmark.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/clone-exercism.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/cpp-test.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/docker.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/docker_build.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/install-docker-ubuntu.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/npm-test.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/over_time.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/plot.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/plots.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/problem_stats.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/refactor_tools.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/rsync.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/rungrid.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/swe-bench-lite.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/swe-bench.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/swe_bench.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/benchmark/test_benchmark.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/dependency_links.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/entry_points.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/requires.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/top_level.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/docker/Dockerfile +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/pyproject.toml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/pytest.ini +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/common-constraints.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-browser.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-browser.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-dev.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-dev.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-help.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-help.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-playwright.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements-playwright.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/requirements.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements/tree-sitter.in +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/requirements.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/30k-image.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/Dockerfile.jekyll +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/blame.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/clean_metadata.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/dl_icons.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/history_prompts.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/homepage.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/issues.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/jekyll_build.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/jekyll_run.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/logo_svg.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/my_models.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/pip-compile.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/recording_audio.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/redact-cast.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/tmux_record.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/tsl_pack_langs.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/update-blame.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/update-docs.sh +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/update-history.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/versionbump.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/scripts/yank-old-versions.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/setup.cfg +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/__init__.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_analytics.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_aws_credentials.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_coder.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_commands.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_deprecated.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_editblock.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_editor.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_exceptions.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_find_or_blocks.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_history.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_io.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_linter.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_main.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_model_info_manager.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_models.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_onboarding.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_openrouter.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_reasoning.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_repo.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_repomap.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_run_cmd.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_sanity_check_repo.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_scripting.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_sendchat.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_special.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_ssl_verification.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_udiff.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_urls.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_voice.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_watch.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/basic/test_wholefile.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/browser/test_browser.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/chat-history-search-replace-gold.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/chat-history.md +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/arduino/test.ino +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/c/test.c +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/chatito/test.chatito +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/commonlisp/test.lisp +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/cpp/test.cpp +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/csharp/test.cs +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/d/test.d +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/dart/test.dart +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elisp/test.el +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elixir/test.ex +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elm/test.elm +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/gleam/test.gleam +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/go/test.go +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/hcl/test.tf +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/java/test.java +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/javascript/test.js +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/kotlin/test.kt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/lua/test.lua +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ocaml/test.ml +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ocaml_interface/test.mli +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/php/test.php +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/pony/test.pony +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/properties/test.properties +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/python/test.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ql/test.ql +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/r/test.r +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/racket/test.rkt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ruby/test.rb +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/rust/test.rs +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/scala/test.scala +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/solidity/test.sol +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/swift/test.swift +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/tsx/test.tsx +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/typescript/test.ts +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/udev/test.rules +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base/sample.js +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base/sample.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base-repo-map.txt +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.js +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.lisp +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch_question.js +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/help/test_help.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/scrape/test_playwright_disable.py +0 -0
- {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.0}/tests/scrape/test_scrape.py +0 -0
@@ -0,0 +1,49 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to ChatMCP CLI will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [0.2.0] - 2025-01-06
|
9
|
+
|
10
|
+
### Added
|
11
|
+
- Simplified README for better PyPI presentation
|
12
|
+
- Beta status indicator in package description
|
13
|
+
|
14
|
+
### Changed
|
15
|
+
- Renamed detailed README to OLD_README.md
|
16
|
+
- Updated package metadata for public release
|
17
|
+
|
18
|
+
## [0.1.0] - 2025-01-06
|
19
|
+
|
20
|
+
### Added
|
21
|
+
- Initial public release on PyPI
|
22
|
+
- MCP (Model Context Protocol) server integration for enhanced AI context
|
23
|
+
- Claude API integration with Anthropic's latest models
|
24
|
+
- Git integration for repository-aware conversations
|
25
|
+
- Voice mode support for hands-free coding
|
26
|
+
- Browser automation capabilities
|
27
|
+
- Multi-file editing with transaction support
|
28
|
+
- Intelligent code search and analysis
|
29
|
+
- Test-driven development workflow support
|
30
|
+
- Undo functionality for safe experimentation
|
31
|
+
|
32
|
+
### Infrastructure
|
33
|
+
- Python 3.10+ support
|
34
|
+
- Cross-platform compatibility (Windows, macOS, Linux)
|
35
|
+
- Setuptools-based packaging
|
36
|
+
- PyPI distribution setup
|
37
|
+
|
38
|
+
### Documentation
|
39
|
+
- Comprehensive usage documentation
|
40
|
+
- Installation instructions
|
41
|
+
- Configuration guides
|
42
|
+
|
43
|
+
## [Pre-release Development]
|
44
|
+
|
45
|
+
### Initial Development
|
46
|
+
- Forked from aider-chat project
|
47
|
+
- Adapted for platforma monorepo structure
|
48
|
+
- Integrated with Nx build system
|
49
|
+
- Added MCP server capabilities
|
@@ -0,0 +1,179 @@
|
|
1
|
+
<p align="center">
|
2
|
+
<a href="https://aider.chat/"><img src="https://aider.chat/assets/logo.svg" alt="Aider Logo" width="300"></a>
|
3
|
+
</p>
|
4
|
+
|
5
|
+
<h1 align="center">
|
6
|
+
AI Pair Programming in Your Terminal
|
7
|
+
</h1>
|
8
|
+
|
9
|
+
|
10
|
+
<p align="center">
|
11
|
+
Aider lets you pair program with LLMs to start a new project or build on your existing codebase.
|
12
|
+
</p>
|
13
|
+
|
14
|
+
<p align="center">
|
15
|
+
<img
|
16
|
+
src="https://aider.chat/assets/screencast.svg"
|
17
|
+
alt="aider screencast"
|
18
|
+
>
|
19
|
+
</p>
|
20
|
+
|
21
|
+
<p align="center">
|
22
|
+
<!--[[[cog
|
23
|
+
from scripts.homepage import get_badges_md
|
24
|
+
text = get_badges_md()
|
25
|
+
cog.out(text)
|
26
|
+
]]]-->
|
27
|
+
<a href="https://github.com/Aider-AI/aider/stargazers"><img alt="GitHub Stars" title="Total number of GitHub stars the Aider project has received"
|
28
|
+
src="https://img.shields.io/github/stars/Aider-AI/aider?style=flat-square&logo=github&color=f1c40f&labelColor=555555"/></a>
|
29
|
+
<a href="https://pypi.org/project/aider-chat/"><img alt="PyPI Downloads" title="Total number of installations via pip from PyPI"
|
30
|
+
src="https://img.shields.io/badge/📦%20Installs-2.4M-2ecc71?style=flat-square&labelColor=555555"/></a>
|
31
|
+
<img alt="Tokens per week" title="Number of tokens processed weekly by Aider users"
|
32
|
+
src="https://img.shields.io/badge/📈%20Tokens%2Fweek-15B-3498db?style=flat-square&labelColor=555555"/>
|
33
|
+
<a href="https://openrouter.ai/#options-menu"><img alt="OpenRouter Ranking" title="Aider's ranking among applications on the OpenRouter platform"
|
34
|
+
src="https://img.shields.io/badge/🏆%20OpenRouter-Top%2020-9b59b6?style=flat-square&labelColor=555555"/></a>
|
35
|
+
<a href="https://aider.chat/HISTORY.html"><img alt="Singularity" title="Percentage of the new code in Aider's last release written by Aider itself"
|
36
|
+
src="https://img.shields.io/badge/🔄%20Singularity-79%25-e74c3c?style=flat-square&labelColor=555555"/></a>
|
37
|
+
<!--[[[end]]]-->
|
38
|
+
</p>
|
39
|
+
|
40
|
+
## Features
|
41
|
+
|
42
|
+
### [Cloud and local LLMs](https://aider.chat/docs/llms.html)
|
43
|
+
|
44
|
+
<a href="https://aider.chat/docs/llms.html"><img src="https://aider.chat/assets/icons/brain.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
45
|
+
Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models.
|
46
|
+
|
47
|
+
<br>
|
48
|
+
|
49
|
+
### [Maps your codebase](https://aider.chat/docs/repomap.html)
|
50
|
+
|
51
|
+
<a href="https://aider.chat/docs/repomap.html"><img src="https://aider.chat/assets/icons/map-outline.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
52
|
+
Aider makes a map of your entire codebase, which helps it work well in larger projects.
|
53
|
+
|
54
|
+
<br>
|
55
|
+
|
56
|
+
### [100+ code languages](https://aider.chat/docs/languages.html)
|
57
|
+
|
58
|
+
<a href="https://aider.chat/docs/languages.html"><img src="https://aider.chat/assets/icons/code-tags.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
59
|
+
Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.
|
60
|
+
|
61
|
+
<br>
|
62
|
+
|
63
|
+
### [Git integration](https://aider.chat/docs/git.html)
|
64
|
+
|
65
|
+
<a href="https://aider.chat/docs/git.html"><img src="https://aider.chat/assets/icons/source-branch.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
66
|
+
Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.
|
67
|
+
|
68
|
+
<br>
|
69
|
+
|
70
|
+
### [Use in your IDE](https://aider.chat/docs/usage/watch.html)
|
71
|
+
|
72
|
+
<a href="https://aider.chat/docs/usage/watch.html"><img src="https://aider.chat/assets/icons/monitor.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
73
|
+
Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work.
|
74
|
+
|
75
|
+
<br>
|
76
|
+
|
77
|
+
### [Images & web pages](https://aider.chat/docs/usage/images-urls.html)
|
78
|
+
|
79
|
+
<a href="https://aider.chat/docs/usage/images-urls.html"><img src="https://aider.chat/assets/icons/image-multiple.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
80
|
+
Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc.
|
81
|
+
|
82
|
+
<br>
|
83
|
+
|
84
|
+
### [Voice-to-code](https://aider.chat/docs/usage/voice.html)
|
85
|
+
|
86
|
+
<a href="https://aider.chat/docs/usage/voice.html"><img src="https://aider.chat/assets/icons/microphone.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
87
|
+
Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes.
|
88
|
+
|
89
|
+
<br>
|
90
|
+
|
91
|
+
### [Linting & testing](https://aider.chat/docs/usage/lint-test.html)
|
92
|
+
|
93
|
+
<a href="https://aider.chat/docs/usage/lint-test.html"><img src="https://aider.chat/assets/icons/check-all.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
94
|
+
Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites.
|
95
|
+
|
96
|
+
<br>
|
97
|
+
|
98
|
+
### [Copy/paste to web chat](https://aider.chat/docs/usage/copypaste.html)
|
99
|
+
|
100
|
+
<a href="https://aider.chat/docs/usage/copypaste.html"><img src="https://aider.chat/assets/icons/content-copy.svg" width="32" height="32" align="left" valign="middle" style="margin-right:10px"></a>
|
101
|
+
Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser.
|
102
|
+
|
103
|
+
## Getting Started
|
104
|
+
|
105
|
+
```bash
|
106
|
+
python -m pip install aider-install
|
107
|
+
aider-install
|
108
|
+
|
109
|
+
# Change directory into your codebase
|
110
|
+
cd /to/your/project
|
111
|
+
|
112
|
+
# DeepSeek
|
113
|
+
aider --model deepseek --api-key deepseek=<key>
|
114
|
+
|
115
|
+
# Claude 3.7 Sonnet
|
116
|
+
aider --model sonnet --api-key anthropic=<key>
|
117
|
+
|
118
|
+
# o3-mini
|
119
|
+
aider --model o3-mini --api-key openai=<key>
|
120
|
+
```
|
121
|
+
|
122
|
+
See the [installation instructions](https://aider.chat/docs/install.html) and [usage documentation](https://aider.chat/docs/usage.html) for more details.
|
123
|
+
|
124
|
+
## More Information
|
125
|
+
|
126
|
+
### Documentation
|
127
|
+
- [Installation Guide](https://aider.chat/docs/install.html)
|
128
|
+
- [Usage Guide](https://aider.chat/docs/usage.html)
|
129
|
+
- [Tutorial Videos](https://aider.chat/docs/usage/tutorials.html)
|
130
|
+
- [Connecting to LLMs](https://aider.chat/docs/llms.html)
|
131
|
+
- [Configuration Options](https://aider.chat/docs/config.html)
|
132
|
+
- [Troubleshooting](https://aider.chat/docs/troubleshooting.html)
|
133
|
+
- [FAQ](https://aider.chat/docs/faq.html)
|
134
|
+
|
135
|
+
### Community & Resources
|
136
|
+
- [LLM Leaderboards](https://aider.chat/docs/leaderboards/)
|
137
|
+
- [GitHub Repository](https://github.com/Aider-AI/aider)
|
138
|
+
- [Discord Community](https://discord.gg/Y7X7bhMQFV)
|
139
|
+
- [Release notes](https://aider.chat/HISTORY.html)
|
140
|
+
- [Blog](https://aider.chat/blog/)
|
141
|
+
|
142
|
+
## Kind Words From Users
|
143
|
+
|
144
|
+
- *"My life has changed... Aider... It's going to rock your world."* — [Eric S. Raymond on X](https://x.com/esrtweet/status/1910809356381413593)
|
145
|
+
- *"The best free open source AI coding assistant."* — [IndyDevDan on YouTube](https://youtu.be/YALpX8oOn78)
|
146
|
+
- *"The best AI coding assistant so far."* — [Matthew Berman on YouTube](https://www.youtube.com/watch?v=df8afeb1FY8)
|
147
|
+
- *"Aider ... has easily quadrupled my coding productivity."* — [SOLAR_FIELDS on Hacker News](https://news.ycombinator.com/item?id=36212100)
|
148
|
+
- *"It's a cool workflow... Aider's ergonomics are perfect for me."* — [qup on Hacker News](https://news.ycombinator.com/item?id=38185326)
|
149
|
+
- *"It's really like having your senior developer live right in your Git repo - truly amazing!"* — [rappster on GitHub](https://github.com/Aider-AI/aider/issues/124)
|
150
|
+
- *"What an amazing tool. It's incredible."* — [valyagolev on GitHub](https://github.com/Aider-AI/aider/issues/6#issue-1722897858)
|
151
|
+
- *"Aider is such an astounding thing!"* — [cgrothaus on GitHub](https://github.com/Aider-AI/aider/issues/82#issuecomment-1631876700)
|
152
|
+
- *"It was WAY faster than I would be getting off the ground and making the first few working versions."* — [Daniel Feldman on X](https://twitter.com/d_feldman/status/1662295077387923456)
|
153
|
+
- *"THANK YOU for Aider! It really feels like a glimpse into the future of coding."* — [derwiki on Hacker News](https://news.ycombinator.com/item?id=38205643)
|
154
|
+
- *"It's just amazing. It is freeing me to do things I felt were out my comfort zone before."* — [Dougie on Discord](https://discord.com/channels/1131200896827654144/1174002618058678323/1174084556257775656)
|
155
|
+
- *"This project is stellar."* — [funkytaco on GitHub](https://github.com/Aider-AI/aider/issues/112#issuecomment-1637429008)
|
156
|
+
- *"Amazing project, definitely the best AI coding assistant I've used."* — [joshuavial on GitHub](https://github.com/Aider-AI/aider/issues/84)
|
157
|
+
- *"I absolutely love using Aider ... It makes software development feel so much lighter as an experience."* — [principalideal0 on Discord](https://discord.com/channels/1131200896827654144/1133421607499595858/1229689636012691468)
|
158
|
+
- *"I have been recovering from ... surgeries ... aider ... has allowed me to continue productivity."* — [codeninja on Reddit](https://www.reddit.com/r/OpenAI/s/nmNwkHy1zG)
|
159
|
+
- *"I am an aider addict. I'm getting so much more work done, but in less time."* — [dandandan on Discord](https://discord.com/channels/1131200896827654144/1131200896827654149/1135913253483069470)
|
160
|
+
- *"Aider... blows everything else out of the water hands down, there's no competition whatsoever."* — [SystemSculpt on Discord](https://discord.com/channels/1131200896827654144/1131200896827654149/1178736602797846548)
|
161
|
+
- *"Aider is amazing, coupled with Sonnet 3.5 it's quite mind blowing."* — [Josh Dingus on Discord](https://discord.com/channels/1131200896827654144/1133060684540813372/1262374225298198548)
|
162
|
+
- *"Hands down, this is the best AI coding assistant tool so far."* — [IndyDevDan on YouTube](https://www.youtube.com/watch?v=MPYFPvxfGZs)
|
163
|
+
- *"[Aider] changed my daily coding workflows. It's mind-blowing how ...(it)... can change your life."* — [maledorak on Discord](https://discord.com/channels/1131200896827654144/1131200896827654149/1258453375620747264)
|
164
|
+
- *"Best agent for actual dev work in existing codebases."* — [Nick Dobos on X](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
|
165
|
+
- *"One of my favorite pieces of software. Blazing trails on new paradigms!"* — [Chris Wall on X](https://x.com/chris65536/status/1905053299251798432)
|
166
|
+
- *"Aider has been revolutionary for me and my work."* — [Starry Hope on X](https://x.com/starryhopeblog/status/1904985812137132056)
|
167
|
+
- *"Try aider! One of the best ways to vibe code."* — [Chris Wall on X](https://x.com/Chris65536/status/1905053418961391929)
|
168
|
+
- *"Aider is hands down the best. And it's free and opensource."* — [AriyaSavakaLurker on Reddit](https://www.reddit.com/r/ChatGPTCoding/comments/1ik16y6/whats_your_take_on_aider/mbip39n/)
|
169
|
+
- *"Aider is also my best friend."* — [jzn21 on Reddit](https://www.reddit.com/r/ChatGPTCoding/comments/1heuvuo/aider_vs_cline_vs_windsurf_vs_cursor/m27dcnb/)
|
170
|
+
- *"Try Aider, it's worth it."* — [jorgejhms on Reddit](https://www.reddit.com/r/ChatGPTCoding/comments/1heuvuo/aider_vs_cline_vs_windsurf_vs_cursor/m27cp99/)
|
171
|
+
- *"I like aider :)"* — [Chenwei Cui on X](https://x.com/ccui42/status/1904965344999145698)
|
172
|
+
- *"Aider is the precision tool of LLM code gen... Minimal, thoughtful and capable of surgical changes ... while keeping the developer in control."* — [Reilly Sweetland on X](https://x.com/rsweetland/status/1904963807237259586)
|
173
|
+
- *"Cannot believe aider vibe coded a 650 LOC feature across service and cli today in 1 shot."* - [autopoietist on Discord](https://discord.com/channels/1131200896827654144/1131200896827654149/1355675042259796101)
|
174
|
+
- *"Oh no the secret is out! Yes, Aider is the best coding tool around. I highly, highly recommend it to anyone."* — [Joshua D Vander Hook on X](https://x.com/jodavaho/status/1911154899057795218)
|
175
|
+
- *"thanks to aider, i have started and finished three personal projects within the last two days"* — [joseph stalzyn on X](https://x.com/anitaheeder/status/1908338609645904160)
|
176
|
+
- *"Been using aider as my daily driver for over a year ... I absolutely love the tool, like beyond words."* — [koleok on Discord](https://discord.com/channels/1131200896827654144/1273248471394291754/1356727448372252783)
|
177
|
+
- *"Aider ... is the tool to benchmark against."* — [BeetleB on Hacker News](https://news.ycombinator.com/item?id=43930201)
|
178
|
+
- *"aider is really cool"* — [kache on X](https://x.com/yacineMTB/status/1911224442430124387)
|
179
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chatmcp-cli
|
3
|
-
Version:
|
3
|
+
Version: 1.1.0
|
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
|
@@ -321,7 +321,7 @@ Requires-Dist: pyee==13.0.0; extra == "playwright"
|
|
321
321
|
Requires-Dist: typing-extensions==4.13.2; extra == "playwright"
|
322
322
|
Dynamic: license-file
|
323
323
|
|
324
|
-
# ChatMCP CLI - your coding assistant!
|
324
|
+
# ChatMCP CLI - your personal coding assistant!
|
325
325
|
|
326
326
|
Install with:
|
327
327
|
```bash
|
@@ -0,0 +1,131 @@
|
|
1
|
+
# ChatMCP CLI Roadmap
|
2
|
+
|
3
|
+
## Overview
|
4
|
+
|
5
|
+
ChatMCP CLI is an AI-powered pair programming tool that enhances the coding experience through MCP (Model Context Protocol) server integration. This roadmap outlines our vision for making ChatMCP the premier AI coding assistant for developers.
|
6
|
+
|
7
|
+
## Current State (Q1 2025)
|
8
|
+
|
9
|
+
- ✅ Public PyPI release (v0.2.0)
|
10
|
+
- ✅ Core MCP server integration
|
11
|
+
- ✅ Claude API support with latest models
|
12
|
+
- ✅ Git-aware conversations
|
13
|
+
- ✅ Multi-file editing capabilities
|
14
|
+
- ✅ Voice mode for hands-free coding
|
15
|
+
|
16
|
+
## Phase 1: Enhanced Developer Experience (Q1 2025)
|
17
|
+
|
18
|
+
### MCP Ecosystem Integration
|
19
|
+
- [ ] Support for additional MCP tools and servers
|
20
|
+
- [ ] Plugin architecture for custom MCP extensions
|
21
|
+
- [ ] MCP tool discovery and auto-configuration
|
22
|
+
|
23
|
+
### Improved Context Management
|
24
|
+
- [ ] Smart context window optimization
|
25
|
+
- [ ] Persistent conversation history
|
26
|
+
- [ ] Project-specific memory and preferences
|
27
|
+
- [ ] Enhanced code indexing for large repositories
|
28
|
+
|
29
|
+
### Performance Optimizations
|
30
|
+
- [ ] Faster file operations and caching
|
31
|
+
- [ ] Reduced token usage through intelligent summarization
|
32
|
+
- [ ] Parallel processing for multi-file operations
|
33
|
+
|
34
|
+
## Phase 2: Advanced AI Capabilities (Q2 2025)
|
35
|
+
|
36
|
+
### Multi-Model Support
|
37
|
+
- [ ] Integration with additional AI providers
|
38
|
+
- [ ] Model routing based on task type
|
39
|
+
- [ ] Cost optimization through model selection
|
40
|
+
|
41
|
+
### Intelligent Code Generation
|
42
|
+
- [ ] Test-first development workflows
|
43
|
+
- [ ] Architecture-aware code suggestions
|
44
|
+
- [ ] Automated refactoring capabilities
|
45
|
+
- [ ] Code review and improvement suggestions
|
46
|
+
|
47
|
+
### Enhanced Collaboration
|
48
|
+
- [ ] Team sharing of MCP configurations
|
49
|
+
- [ ] Collaborative coding sessions
|
50
|
+
- [ ] Code explanation and documentation generation
|
51
|
+
|
52
|
+
## Phase 3: Platform Integration (Q3 2025)
|
53
|
+
|
54
|
+
### IDE Integration
|
55
|
+
- [ ] VS Code extension companion
|
56
|
+
- [ ] JetBrains IDE support
|
57
|
+
- [ ] Neovim plugin
|
58
|
+
|
59
|
+
### CI/CD Integration
|
60
|
+
- [ ] GitHub Actions integration
|
61
|
+
- [ ] GitLab CI support
|
62
|
+
- [ ] Automated PR generation and review
|
63
|
+
|
64
|
+
### Cloud Capabilities
|
65
|
+
- [ ] Cloud-based conversation history
|
66
|
+
- [ ] Remote development support
|
67
|
+
- [ ] Distributed team features
|
68
|
+
|
69
|
+
## Phase 4: Enterprise Features (Q4 2025)
|
70
|
+
|
71
|
+
### Security & Compliance
|
72
|
+
- [ ] On-premise deployment options
|
73
|
+
- [ ] SOC 2 compliance
|
74
|
+
- [ ] Custom model deployment support
|
75
|
+
- [ ] Audit logging and compliance features
|
76
|
+
|
77
|
+
### Advanced Analytics
|
78
|
+
- [ ] Development metrics and insights
|
79
|
+
- [ ] Team productivity analytics
|
80
|
+
- [ ] Code quality tracking
|
81
|
+
|
82
|
+
### Enterprise Support
|
83
|
+
- [ ] Priority support channels
|
84
|
+
- [ ] Custom training and onboarding
|
85
|
+
- [ ] SLA guarantees
|
86
|
+
|
87
|
+
## Long-term Vision (2026+)
|
88
|
+
|
89
|
+
### Autonomous Development
|
90
|
+
- Proactive code improvements
|
91
|
+
- Automated dependency updates
|
92
|
+
- Self-healing code capabilities
|
93
|
+
|
94
|
+
### AI-Native Development
|
95
|
+
- Natural language to application workflows
|
96
|
+
- Visual programming interfaces
|
97
|
+
- Domain-specific language support
|
98
|
+
|
99
|
+
## Success Metrics
|
100
|
+
|
101
|
+
- **Adoption**: 100K+ developers using ChatMCP CLI
|
102
|
+
- **Productivity**: 50% reduction in development time for common tasks
|
103
|
+
- **Quality**: 30% reduction in bugs through AI-assisted development
|
104
|
+
- **Satisfaction**: 4.5+ star rating on developer surveys
|
105
|
+
|
106
|
+
## Contributing
|
107
|
+
|
108
|
+
We welcome contributions! Key areas for community involvement:
|
109
|
+
- MCP tool development
|
110
|
+
- Language-specific improvements
|
111
|
+
- Documentation and tutorials
|
112
|
+
- Bug reports and feature requests
|
113
|
+
|
114
|
+
## Technical Priorities
|
115
|
+
|
116
|
+
1. **Stability**: Rock-solid core functionality
|
117
|
+
2. **Performance**: Sub-second response times
|
118
|
+
3. **Extensibility**: Plugin-friendly architecture
|
119
|
+
4. **Privacy**: Local-first, secure by design
|
120
|
+
5. **Accessibility**: Support for all developers
|
121
|
+
|
122
|
+
## Feedback
|
123
|
+
|
124
|
+
We're building ChatMCP CLI for developers, by developers. Share your feedback:
|
125
|
+
- GitHub Issues: Feature requests and bug reports
|
126
|
+
- Discord: Join our community discussions
|
127
|
+
- Email: feedback@chatmcp.org
|
128
|
+
|
129
|
+
---
|
130
|
+
|
131
|
+
*This roadmap is subject to change based on user feedback and technical constraints. Last updated: January 2025*
|
@@ -0,0 +1,20 @@
|
|
1
|
+
class ChatmcpCli < Formula
|
2
|
+
include Language::Python::Virtualenv
|
3
|
+
|
4
|
+
desc "ChatMCP CLI - AI pair programming with MCP server integration"
|
5
|
+
homepage "https://github.com/soulful-ai/platforma"
|
6
|
+
url "https://files.pythonhosted.org/packages/b0/30/80c4fb4c893c3e85f9393584f603b764f2d5fe02608ed69ed35fe27eb99d/chatmcp_cli-0.1.0.tar.gz"
|
7
|
+
sha256 "3ef6f0dbb2dc3617ffa098a99d54cdb10e1d669bb1cc8c3858890982cc69e1b6"
|
8
|
+
license "Apache-2.0"
|
9
|
+
|
10
|
+
depends_on "python@3.12"
|
11
|
+
|
12
|
+
def install
|
13
|
+
virtualenv_install_with_resources
|
14
|
+
end
|
15
|
+
|
16
|
+
test do
|
17
|
+
assert_match "usage:", shell_output("#{bin}/chatmcp --help")
|
18
|
+
assert_match "usage:", shell_output("#{bin}/aider --help")
|
19
|
+
end
|
20
|
+
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chatmcp-cli
|
3
|
-
Version:
|
3
|
+
Version: 1.1.0
|
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
|
@@ -321,7 +321,7 @@ Requires-Dist: pyee==13.0.0; extra == "playwright"
|
|
321
321
|
Requires-Dist: typing-extensions==4.13.2; extra == "playwright"
|
322
322
|
Dynamic: license-file
|
323
323
|
|
324
|
-
# ChatMCP CLI - your coding assistant!
|
324
|
+
# ChatMCP CLI - your personal coding assistant!
|
325
325
|
|
326
326
|
Install with:
|
327
327
|
```bash
|
@@ -3,12 +3,17 @@
|
|
3
3
|
.flake8
|
4
4
|
.gitignore
|
5
5
|
.pre-commit-config.yaml
|
6
|
+
CHANGELOG.md
|
6
7
|
CNAME
|
7
8
|
CONTRIBUTING.md
|
8
9
|
HISTORY.md
|
9
10
|
LICENSE.txt
|
10
11
|
MANIFEST.in
|
12
|
+
OLD_README.md
|
11
13
|
README.md
|
14
|
+
ROADMAP.md
|
15
|
+
chatmcp-cli.rb
|
16
|
+
homebrew-setup.md
|
12
17
|
project.json
|
13
18
|
pyproject.toml
|
14
19
|
pytest.ini
|
@@ -0,0 +1,73 @@
|
|
1
|
+
# Homebrew Formula for ChatMCP CLI
|
2
|
+
|
3
|
+
## Formula Ready
|
4
|
+
Created `chatmcp-cli.rb` with:
|
5
|
+
- **Package**: `chatmcp-cli` v0.1.0
|
6
|
+
- **SHA256**: `3ef6f0dbb2dc3617ffa098a99d54cdb10e1d669bb1cc8c3858890982cc69e1b6`
|
7
|
+
- **URL**: https://files.pythonhosted.org/packages/b0/30/80c4fb4c893c3e85f9393584f603b764f2d5fe02608ed69ed35fe27eb99d/chatmcp_cli-0.1.0.tar.gz
|
8
|
+
|
9
|
+
## Next Steps (on macOS/Linux with Homebrew)
|
10
|
+
|
11
|
+
### 1. Test Formula Locally
|
12
|
+
```bash
|
13
|
+
# Test the formula
|
14
|
+
brew install --build-from-source ./chatmcp-cli.rb
|
15
|
+
brew test chatmcp-cli
|
16
|
+
|
17
|
+
# Test commands work
|
18
|
+
chatmcp --help
|
19
|
+
aider --help
|
20
|
+
|
21
|
+
# Uninstall test
|
22
|
+
brew uninstall chatmcp-cli
|
23
|
+
```
|
24
|
+
|
25
|
+
### 2. Submit to Homebrew Core
|
26
|
+
```bash
|
27
|
+
# Fork and clone homebrew-core
|
28
|
+
git clone https://github.com/YOUR_USERNAME/homebrew-core.git
|
29
|
+
cd homebrew-core
|
30
|
+
|
31
|
+
# Add formula
|
32
|
+
cp ../chatmcp-cli.rb Formula/
|
33
|
+
|
34
|
+
# Create commit
|
35
|
+
git add Formula/chatmcp-cli.rb
|
36
|
+
git commit -m "chatmcp-cli: new formula
|
37
|
+
|
38
|
+
ChatMCP CLI - AI pair programming with MCP server integration"
|
39
|
+
|
40
|
+
# Push and create PR
|
41
|
+
git push origin main
|
42
|
+
```
|
43
|
+
|
44
|
+
### 3. Alternative: Personal Tap
|
45
|
+
For faster approval, create a personal tap:
|
46
|
+
|
47
|
+
```bash
|
48
|
+
# Create tap repository
|
49
|
+
gh repo create homebrew-tap --public
|
50
|
+
|
51
|
+
# Clone and add formula
|
52
|
+
git clone https://github.com/YOUR_USERNAME/homebrew-tap.git
|
53
|
+
cd homebrew-tap
|
54
|
+
mkdir -p Formula
|
55
|
+
cp ../chatmcp-cli.rb Formula/
|
56
|
+
git add Formula/chatmcp-cli.rb
|
57
|
+
git commit -m "Add chatmcp-cli formula"
|
58
|
+
git push origin main
|
59
|
+
|
60
|
+
# Users can then install with:
|
61
|
+
brew tap YOUR_USERNAME/tap
|
62
|
+
brew install YOUR_USERNAME/tap/chatmcp-cli
|
63
|
+
```
|
64
|
+
|
65
|
+
## Formula Requirements Met
|
66
|
+
✅ Python virtualenv support
|
67
|
+
✅ Proper dependencies (python@3.12)
|
68
|
+
✅ Test cases for both commands
|
69
|
+
✅ Correct licensing (Apache-2.0)
|
70
|
+
✅ Valid homepage and description
|
71
|
+
✅ Verified SHA256 hash
|
72
|
+
|
73
|
+
Ready for Homebrew submission!
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"executor": "nx:run-commands",
|
10
10
|
"options": {
|
11
11
|
"commands": [
|
12
|
-
"cd packages/chatmcp_cli && export
|
12
|
+
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.0 && 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=
|
49
|
+
"cd packages/chatmcp_cli && export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_CHATMCP_CLI=1.1.0 && python -m build"
|
50
50
|
],
|
51
51
|
"parallel": false
|
52
52
|
}
|
@@ -58,7 +58,8 @@
|
|
58
58
|
"commands": [
|
59
59
|
"cd packages/chatmcp_cli && python -m twine upload dist/*"
|
60
60
|
],
|
61
|
-
"parallel": false
|
61
|
+
"parallel": false,
|
62
|
+
"envFile": "packages/chatmcp_cli/.env"
|
62
63
|
}
|
63
64
|
},
|
64
65
|
"publish-test": {
|
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
|