chatmcp-cli 0.2.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.
Files changed (400) hide show
  1. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.env.example +5 -1
  2. chatmcp_cli-1.1.1/CHANGELOG.md +49 -0
  3. chatmcp_cli-1.1.1/OLD_README.md +179 -0
  4. {chatmcp_cli-0.2.0/chatmcp_cli.egg-info → chatmcp_cli-1.1.1}/PKG-INFO +19 -3
  5. chatmcp_cli-1.1.1/README.md +14 -0
  6. chatmcp_cli-1.1.1/ROADMAP.md +131 -0
  7. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/_version.py +2 -2
  8. chatmcp_cli-1.1.1/chatmcp-cli.rb +20 -0
  9. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1/chatmcp_cli.egg-info}/PKG-INFO +19 -3
  10. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/SOURCES.txt +5 -0
  11. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/requires.txt +12 -0
  12. chatmcp_cli-1.1.1/homebrew-setup.md +73 -0
  13. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/project.json +13 -3
  14. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/pyproject.toml +2 -1
  15. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-dev.in +2 -0
  16. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-dev.txt +34 -0
  17. chatmcp_cli-0.2.0/README.md +0 -11
  18. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.dockerignore +0 -0
  19. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.flake8 +0 -0
  20. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
  21. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/check_pypi_version.yml +0 -0
  22. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/docker-build-test.yml +0 -0
  23. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/docker-release.yml +0 -0
  24. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/issues.yml +0 -0
  25. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/pages.yml +0 -0
  26. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/pre-commit.yml +0 -0
  27. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/release.yml +0 -0
  28. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/ubuntu-tests.yml +0 -0
  29. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/windows-tests.yml +0 -0
  30. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.github/workflows/windows_check_pypi_version.yml +0 -0
  31. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.gitignore +0 -0
  32. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/.pre-commit-config.yaml +0 -0
  33. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/CNAME +0 -0
  34. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/CONTRIBUTING.md +0 -0
  35. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/HISTORY.md +0 -0
  36. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/LICENSE.txt +0 -0
  37. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/MANIFEST.in +0 -0
  38. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/__init__.py +0 -0
  39. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/__main__.py +0 -0
  40. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/analytics.py +0 -0
  41. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/args.py +0 -0
  42. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/args_formatter.py +0 -0
  43. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/__init__.py +0 -0
  44. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/architect_coder.py +0 -0
  45. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/architect_prompts.py +0 -0
  46. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/ask_coder.py +0 -0
  47. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/ask_prompts.py +0 -0
  48. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/base_coder.py +0 -0
  49. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/base_prompts.py +0 -0
  50. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/chat_chunks.py +0 -0
  51. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/context_coder.py +0 -0
  52. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/context_prompts.py +0 -0
  53. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_coder.py +0 -0
  54. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_fenced_coder.py +0 -0
  55. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_fenced_prompts.py +0 -0
  56. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_func_coder.py +0 -0
  57. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_func_prompts.py +0 -0
  58. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editblock_prompts.py +0 -0
  59. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_diff_fenced_coder.py +0 -0
  60. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_diff_fenced_prompts.py +0 -0
  61. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_editblock_coder.py +0 -0
  62. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_editblock_prompts.py +0 -0
  63. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_whole_coder.py +0 -0
  64. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/editor_whole_prompts.py +0 -0
  65. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/help_coder.py +0 -0
  66. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/help_prompts.py +0 -0
  67. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/patch_coder.py +0 -0
  68. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/patch_prompts.py +0 -0
  69. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/search_replace.py +0 -0
  70. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/shell.py +0 -0
  71. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/single_wholefile_func_coder.py +0 -0
  72. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/single_wholefile_func_prompts.py +0 -0
  73. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_coder.py +0 -0
  74. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_prompts.py +0 -0
  75. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_simple.py +0 -0
  76. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/udiff_simple_prompts.py +0 -0
  77. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_coder.py +0 -0
  78. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_func_coder.py +0 -0
  79. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_func_prompts.py +0 -0
  80. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/coders/wholefile_prompts.py +0 -0
  81. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/commands.py +0 -0
  82. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/copypaste.py +0 -0
  83. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/deprecated.py +0 -0
  84. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/diffs.py +0 -0
  85. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/dump.py +0 -0
  86. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/editor.py +0 -0
  87. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/exceptions.py +0 -0
  88. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/format_settings.py +0 -0
  89. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/gui.py +0 -0
  90. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/help.py +0 -0
  91. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/help_pats.py +0 -0
  92. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/history.py +0 -0
  93. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/io.py +0 -0
  94. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/linter.py +0 -0
  95. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/llm.py +0 -0
  96. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/main.py +0 -0
  97. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/mdstream.py +0 -0
  98. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/models.py +0 -0
  99. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/onboarding.py +0 -0
  100. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/openrouter.py +0 -0
  101. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/prompts.py +0 -0
  102. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/README.md +0 -0
  103. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/arduino-tags.scm +0 -0
  104. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/c-tags.scm +0 -0
  105. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/chatito-tags.scm +0 -0
  106. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/commonlisp-tags.scm +0 -0
  107. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/cpp-tags.scm +0 -0
  108. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/csharp-tags.scm +0 -0
  109. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/d-tags.scm +0 -0
  110. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/dart-tags.scm +0 -0
  111. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elisp-tags.scm +0 -0
  112. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elixir-tags.scm +0 -0
  113. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/elm-tags.scm +0 -0
  114. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/gleam-tags.scm +0 -0
  115. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/go-tags.scm +0 -0
  116. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/java-tags.scm +0 -0
  117. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/javascript-tags.scm +0 -0
  118. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/lua-tags.scm +0 -0
  119. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ocaml-tags.scm +0 -0
  120. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ocaml_interface-tags.scm +0 -0
  121. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/pony-tags.scm +0 -0
  122. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/properties-tags.scm +0 -0
  123. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/python-tags.scm +0 -0
  124. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/r-tags.scm +0 -0
  125. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/racket-tags.scm +0 -0
  126. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/ruby-tags.scm +0 -0
  127. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/rust-tags.scm +0 -0
  128. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/solidity-tags.scm +0 -0
  129. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/swift-tags.scm +0 -0
  130. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-language-pack/udev-tags.scm +0 -0
  131. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/README.md +0 -0
  132. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/c-tags.scm +0 -0
  133. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/c_sharp-tags.scm +0 -0
  134. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/cpp-tags.scm +0 -0
  135. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/dart-tags.scm +0 -0
  136. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elisp-tags.scm +0 -0
  137. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elixir-tags.scm +0 -0
  138. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/elm-tags.scm +0 -0
  139. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/go-tags.scm +0 -0
  140. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/hcl-tags.scm +0 -0
  141. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/java-tags.scm +0 -0
  142. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/javascript-tags.scm +0 -0
  143. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/kotlin-tags.scm +0 -0
  144. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ocaml-tags.scm +0 -0
  145. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ocaml_interface-tags.scm +0 -0
  146. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/php-tags.scm +0 -0
  147. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/python-tags.scm +0 -0
  148. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ql-tags.scm +0 -0
  149. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/ruby-tags.scm +0 -0
  150. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/rust-tags.scm +0 -0
  151. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/scala-tags.scm +0 -0
  152. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/queries/tree-sitter-languages/typescript-tags.scm +0 -0
  153. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/reasoning_tags.py +0 -0
  154. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/repo.py +0 -0
  155. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/repomap.py +0 -0
  156. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/report.py +0 -0
  157. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/resources/__init__.py +0 -0
  158. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/resources/model-metadata.json +0 -0
  159. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/resources/model-settings.yml +0 -0
  160. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/run_cmd.py +0 -0
  161. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/scrape.py +0 -0
  162. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/sendchat.py +0 -0
  163. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/special.py +0 -0
  164. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/urls.py +0 -0
  165. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/utils.py +0 -0
  166. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/versioncheck.py +0 -0
  167. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/voice.py +0 -0
  168. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/waiting.py +0 -0
  169. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/watch.py +0 -0
  170. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/watch_prompts.py +0 -0
  171. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/Gemfile +0 -0
  172. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/blame.md +0 -0
  173. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/get-started.md +0 -0
  174. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/help-tip.md +0 -0
  175. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/help.md +0 -0
  176. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/install.md +0 -0
  177. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/keys.md +0 -0
  178. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/model-warnings.md +0 -0
  179. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/multi-line.md +0 -0
  180. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/python-m-aider.md +0 -0
  181. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/recording.css +0 -0
  182. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/recording.md +0 -0
  183. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/replit-pipx.md +0 -0
  184. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_includes/works-best.md +0 -0
  185. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/_sass/custom/custom.scss +0 -0
  186. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/adv-model-settings.md +0 -0
  187. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/aider_conf.md +0 -0
  188. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/api-keys.md +0 -0
  189. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/dotenv.md +0 -0
  190. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/editor.md +0 -0
  191. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/model-aliases.md +0 -0
  192. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/options.md +0 -0
  193. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config/reasoning.md +0 -0
  194. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/config.md +0 -0
  195. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/faq.md +0 -0
  196. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/git.md +0 -0
  197. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/index.md +0 -0
  198. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/codespaces.md +0 -0
  199. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/docker.md +0 -0
  200. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/optional.md +0 -0
  201. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/install/replit.md +0 -0
  202. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/install.md +0 -0
  203. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/languages.md +0 -0
  204. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/legal/contributor-agreement.md +0 -0
  205. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/legal/privacy.md +0 -0
  206. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/anthropic.md +0 -0
  207. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/azure.md +0 -0
  208. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/bedrock.md +0 -0
  209. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/cohere.md +0 -0
  210. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/deepseek.md +0 -0
  211. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/gemini.md +0 -0
  212. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/github.md +0 -0
  213. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/groq.md +0 -0
  214. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/lm-studio.md +0 -0
  215. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/ollama.md +0 -0
  216. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openai-compat.md +0 -0
  217. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openai.md +0 -0
  218. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/openrouter.md +0 -0
  219. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/other.md +0 -0
  220. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/vertex.md +0 -0
  221. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/warnings.md +0 -0
  222. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms/xai.md +0 -0
  223. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/llms.md +0 -0
  224. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/analytics.md +0 -0
  225. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/edit-formats.md +0 -0
  226. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/more/infinite-output.md +0 -0
  227. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/more-info.md +0 -0
  228. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/auto-accept-architect.md +0 -0
  229. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/dont-drop-original-read-files.md +0 -0
  230. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/index.md +0 -0
  231. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/model-accepts-settings.md +0 -0
  232. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/recordings/tree-sitter-language-pack.md +0 -0
  233. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/repomap.md +0 -0
  234. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/scripting.md +0 -0
  235. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/aider-not-found.md +0 -0
  236. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/edit-errors.md +0 -0
  237. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/imports.md +0 -0
  238. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/models-and-keys.md +0 -0
  239. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/support.md +0 -0
  240. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/token-limits.md +0 -0
  241. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting/warnings.md +0 -0
  242. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/troubleshooting.md +0 -0
  243. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/browser.md +0 -0
  244. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/caching.md +0 -0
  245. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/commands.md +0 -0
  246. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/conventions.md +0 -0
  247. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/copypaste.md +0 -0
  248. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/images-urls.md +0 -0
  249. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/lint-test.md +0 -0
  250. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/modes.md +0 -0
  251. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/not-code.md +0 -0
  252. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/notifications.md +0 -0
  253. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/tips.md +0 -0
  254. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/tutorials.md +0 -0
  255. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/voice.md +0 -0
  256. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage/watch.md +0 -0
  257. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/docs/usage.md +0 -0
  258. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/aider/website/share/index.md +0 -0
  259. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/Dockerfile +0 -0
  260. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/README.md +0 -0
  261. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/__init__.py +0 -0
  262. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/benchmark.py +0 -0
  263. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/clone-exercism.sh +0 -0
  264. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/cpp-test.sh +0 -0
  265. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/docker.sh +0 -0
  266. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/docker_build.sh +0 -0
  267. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/install-docker-ubuntu.sh +0 -0
  268. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/npm-test.sh +0 -0
  269. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/over_time.py +0 -0
  270. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/plot.sh +0 -0
  271. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/plots.py +0 -0
  272. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/problem_stats.py +0 -0
  273. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/prompts.py +0 -0
  274. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/refactor_tools.py +0 -0
  275. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/rsync.sh +0 -0
  276. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/rungrid.py +0 -0
  277. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/swe-bench-lite.txt +0 -0
  278. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/swe-bench.txt +0 -0
  279. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/swe_bench.py +0 -0
  280. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/benchmark/test_benchmark.py +0 -0
  281. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/dependency_links.txt +0 -0
  282. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/entry_points.txt +0 -0
  283. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/chatmcp_cli.egg-info/top_level.txt +0 -0
  284. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/docker/Dockerfile +0 -0
  285. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/pytest.ini +0 -0
  286. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/common-constraints.txt +0 -0
  287. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-browser.in +0 -0
  288. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-browser.txt +0 -0
  289. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-help.in +0 -0
  290. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-help.txt +0 -0
  291. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-playwright.in +0 -0
  292. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements-playwright.txt +0 -0
  293. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/requirements.in +0 -0
  294. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements/tree-sitter.in +0 -0
  295. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/requirements.txt +0 -0
  296. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/30k-image.py +0 -0
  297. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/Dockerfile.jekyll +0 -0
  298. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/__init__.py +0 -0
  299. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/blame.py +0 -0
  300. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/clean_metadata.py +0 -0
  301. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/dl_icons.py +0 -0
  302. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/history_prompts.py +0 -0
  303. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/homepage.py +0 -0
  304. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/issues.py +0 -0
  305. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/jekyll_build.sh +0 -0
  306. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/jekyll_run.sh +0 -0
  307. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/logo_svg.py +0 -0
  308. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/my_models.py +0 -0
  309. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/pip-compile.sh +0 -0
  310. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/recording_audio.py +0 -0
  311. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/redact-cast.py +0 -0
  312. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/tmux_record.sh +0 -0
  313. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/tsl_pack_langs.py +0 -0
  314. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/update-blame.sh +0 -0
  315. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/update-docs.sh +0 -0
  316. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/update-history.py +0 -0
  317. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/versionbump.py +0 -0
  318. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/scripts/yank-old-versions.py +0 -0
  319. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/setup.cfg +0 -0
  320. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/__init__.py +0 -0
  321. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/__init__.py +0 -0
  322. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_analytics.py +0 -0
  323. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_aws_credentials.py +0 -0
  324. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_coder.py +0 -0
  325. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_commands.py +0 -0
  326. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_deprecated.py +0 -0
  327. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_editblock.py +0 -0
  328. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_editor.py +0 -0
  329. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_exceptions.py +0 -0
  330. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_find_or_blocks.py +0 -0
  331. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_history.py +0 -0
  332. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_io.py +0 -0
  333. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_linter.py +0 -0
  334. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_main.py +0 -0
  335. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_model_info_manager.py +0 -0
  336. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_models.py +0 -0
  337. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_onboarding.py +0 -0
  338. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_openrouter.py +0 -0
  339. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_reasoning.py +0 -0
  340. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_repo.py +0 -0
  341. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_repomap.py +0 -0
  342. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_run_cmd.py +0 -0
  343. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_sanity_check_repo.py +0 -0
  344. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_scripting.py +0 -0
  345. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_sendchat.py +0 -0
  346. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_special.py +0 -0
  347. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_ssl_verification.py +0 -0
  348. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_udiff.py +0 -0
  349. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_urls.py +0 -0
  350. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_voice.py +0 -0
  351. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_watch.py +0 -0
  352. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/basic/test_wholefile.py +0 -0
  353. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/browser/test_browser.py +0 -0
  354. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/chat-history-search-replace-gold.txt +0 -0
  355. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/chat-history.md +0 -0
  356. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/arduino/test.ino +0 -0
  357. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/c/test.c +0 -0
  358. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/chatito/test.chatito +0 -0
  359. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/commonlisp/test.lisp +0 -0
  360. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/cpp/test.cpp +0 -0
  361. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/csharp/test.cs +0 -0
  362. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/d/test.d +0 -0
  363. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/dart/test.dart +0 -0
  364. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elisp/test.el +0 -0
  365. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elixir/test.ex +0 -0
  366. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/elm/test.elm +0 -0
  367. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/gleam/test.gleam +0 -0
  368. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/go/test.go +0 -0
  369. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/hcl/test.tf +0 -0
  370. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/java/test.java +0 -0
  371. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/javascript/test.js +0 -0
  372. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/kotlin/test.kt +0 -0
  373. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/lua/test.lua +0 -0
  374. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ocaml/test.ml +0 -0
  375. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ocaml_interface/test.mli +0 -0
  376. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/php/test.php +0 -0
  377. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/pony/test.pony +0 -0
  378. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/properties/test.properties +0 -0
  379. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/python/test.py +0 -0
  380. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ql/test.ql +0 -0
  381. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/r/test.r +0 -0
  382. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/racket/test.rkt +0 -0
  383. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/ruby/test.rb +0 -0
  384. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/rust/test.rs +0 -0
  385. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/scala/test.scala +0 -0
  386. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/solidity/test.sol +0 -0
  387. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/swift/test.swift +0 -0
  388. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/tsx/test.tsx +0 -0
  389. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/typescript/test.ts +0 -0
  390. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/languages/udev/test.rules +0 -0
  391. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base/sample.js +0 -0
  392. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base/sample.py +0 -0
  393. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/sample-code-base-repo-map.txt +0 -0
  394. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.js +0 -0
  395. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.lisp +0 -0
  396. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch.py +0 -0
  397. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/fixtures/watch_question.js +0 -0
  398. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/help/test_help.py +0 -0
  399. {chatmcp_cli-0.2.0 → chatmcp_cli-1.1.1}/tests/scrape/test_playwright_disable.py +0 -0
  400. {chatmcp_cli-0.2.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
@@ -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: 0.2.0
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.13,>=3.10
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"
@@ -321,14 +334,17 @@ Requires-Dist: pyee==13.0.0; extra == "playwright"
321
334
  Requires-Dist: typing-extensions==4.13.2; extra == "playwright"
322
335
  Dynamic: license-file
323
336
 
324
- # ChatMCP CLI - your coding assistant!
337
+ # ChatMCP CLI - your personal coding assistant!
325
338
 
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
  ```
@@ -0,0 +1,14 @@
1
+ # ChatMCP CLI - your personal coding assistant!
2
+
3
+ Install with:
4
+ ```bash
5
+ pip install chatmcp-cli
6
+ # or via Homebrew
7
+ brew install soulful-ai/tap/chatmcp-cli
8
+ ```
9
+
10
+ Use with:
11
+ ```bash
12
+ chatmcp --help
13
+ aider --help # Legacy compatibility
14
+ ```
@@ -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*
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.2.0'
21
- __version_tuple__ = version_tuple = (0, 2, 0)
20
+ __version__ = version = '1.1.1'
21
+ __version_tuple__ = version_tuple = (1, 1, 1)
@@ -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/5f/a7/c19d5eda0e65af8feafaf6b722bc6ad5cfa0cb86798a4a3d64a16003bf4c/chatmcp_cli-1.1.0.tar.gz"
7
+ sha256 "0585fd06a4f566bc2775255ba847537a488db52f3886f27a4be547fb79facaaf"
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: 0.2.0
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.13,>=3.10
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"
@@ -321,14 +334,17 @@ Requires-Dist: pyee==13.0.0; extra == "playwright"
321
334
  Requires-Dist: typing-extensions==4.13.2; extra == "playwright"
322
335
  Dynamic: license-file
323
336
 
324
- # ChatMCP CLI - your coding assistant!
337
+ # ChatMCP CLI - your personal coding assistant!
325
338
 
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,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
@@ -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