chatmcp-cli 0.1.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.
Files changed (399) hide show
  1. chatmcp_cli-1.1.0/CHANGELOG.md +49 -0
  2. {chatmcp_cli-0.1.0/chatmcp_cli.egg-info → chatmcp_cli-1.1.0}/PKG-INFO +8 -176
  3. chatmcp_cli-1.1.0/README.md +11 -0
  4. chatmcp_cli-1.1.0/ROADMAP.md +131 -0
  5. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/_version.py +2 -2
  6. chatmcp_cli-1.1.0/chatmcp-cli.rb +20 -0
  7. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0/chatmcp_cli.egg-info}/PKG-INFO +8 -176
  8. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/SOURCES.txt +5 -0
  9. chatmcp_cli-1.1.0/homebrew-setup.md +73 -0
  10. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/project.json +4 -3
  11. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.dockerignore +0 -0
  12. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.env.example +0 -0
  13. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.flake8 +0 -0
  14. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/ISSUE_TEMPLATE/issue.yml +0 -0
  15. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/check_pypi_version.yml +0 -0
  16. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/docker-build-test.yml +0 -0
  17. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/docker-release.yml +0 -0
  18. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/issues.yml +0 -0
  19. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/pages.yml +0 -0
  20. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/pre-commit.yml +0 -0
  21. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/release.yml +0 -0
  22. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/ubuntu-tests.yml +0 -0
  23. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/windows-tests.yml +0 -0
  24. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.github/workflows/windows_check_pypi_version.yml +0 -0
  25. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.gitignore +0 -0
  26. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/.pre-commit-config.yaml +0 -0
  27. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/CNAME +0 -0
  28. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/CONTRIBUTING.md +0 -0
  29. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/HISTORY.md +0 -0
  30. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/LICENSE.txt +0 -0
  31. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/MANIFEST.in +0 -0
  32. /chatmcp_cli-0.1.0/README.md → /chatmcp_cli-1.1.0/OLD_README.md +0 -0
  33. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/__init__.py +0 -0
  34. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/__main__.py +0 -0
  35. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/analytics.py +0 -0
  36. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/args.py +0 -0
  37. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/args_formatter.py +0 -0
  38. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/__init__.py +0 -0
  39. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/architect_coder.py +0 -0
  40. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/architect_prompts.py +0 -0
  41. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/ask_coder.py +0 -0
  42. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/ask_prompts.py +0 -0
  43. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/base_coder.py +0 -0
  44. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/base_prompts.py +0 -0
  45. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/chat_chunks.py +0 -0
  46. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/context_coder.py +0 -0
  47. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/context_prompts.py +0 -0
  48. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_coder.py +0 -0
  49. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_fenced_coder.py +0 -0
  50. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_fenced_prompts.py +0 -0
  51. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_func_coder.py +0 -0
  52. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_func_prompts.py +0 -0
  53. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editblock_prompts.py +0 -0
  54. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_diff_fenced_coder.py +0 -0
  55. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_diff_fenced_prompts.py +0 -0
  56. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_editblock_coder.py +0 -0
  57. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_editblock_prompts.py +0 -0
  58. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_whole_coder.py +0 -0
  59. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/editor_whole_prompts.py +0 -0
  60. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/help_coder.py +0 -0
  61. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/help_prompts.py +0 -0
  62. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/patch_coder.py +0 -0
  63. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/patch_prompts.py +0 -0
  64. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/search_replace.py +0 -0
  65. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/shell.py +0 -0
  66. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/single_wholefile_func_coder.py +0 -0
  67. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/single_wholefile_func_prompts.py +0 -0
  68. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_coder.py +0 -0
  69. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_prompts.py +0 -0
  70. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_simple.py +0 -0
  71. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/udiff_simple_prompts.py +0 -0
  72. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_coder.py +0 -0
  73. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_func_coder.py +0 -0
  74. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_func_prompts.py +0 -0
  75. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/coders/wholefile_prompts.py +0 -0
  76. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/commands.py +0 -0
  77. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/copypaste.py +0 -0
  78. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/deprecated.py +0 -0
  79. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/diffs.py +0 -0
  80. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/dump.py +0 -0
  81. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/editor.py +0 -0
  82. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/exceptions.py +0 -0
  83. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/format_settings.py +0 -0
  84. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/gui.py +0 -0
  85. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/help.py +0 -0
  86. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/help_pats.py +0 -0
  87. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/history.py +0 -0
  88. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/io.py +0 -0
  89. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/linter.py +0 -0
  90. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/llm.py +0 -0
  91. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/main.py +0 -0
  92. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/mdstream.py +0 -0
  93. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/models.py +0 -0
  94. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/onboarding.py +0 -0
  95. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/openrouter.py +0 -0
  96. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/prompts.py +0 -0
  97. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/README.md +0 -0
  98. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/arduino-tags.scm +0 -0
  99. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/c-tags.scm +0 -0
  100. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/chatito-tags.scm +0 -0
  101. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/commonlisp-tags.scm +0 -0
  102. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/cpp-tags.scm +0 -0
  103. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/csharp-tags.scm +0 -0
  104. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/d-tags.scm +0 -0
  105. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/dart-tags.scm +0 -0
  106. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elisp-tags.scm +0 -0
  107. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elixir-tags.scm +0 -0
  108. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/elm-tags.scm +0 -0
  109. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/gleam-tags.scm +0 -0
  110. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/go-tags.scm +0 -0
  111. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/java-tags.scm +0 -0
  112. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/javascript-tags.scm +0 -0
  113. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/lua-tags.scm +0 -0
  114. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ocaml-tags.scm +0 -0
  115. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ocaml_interface-tags.scm +0 -0
  116. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/pony-tags.scm +0 -0
  117. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/properties-tags.scm +0 -0
  118. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/python-tags.scm +0 -0
  119. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/r-tags.scm +0 -0
  120. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/racket-tags.scm +0 -0
  121. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/ruby-tags.scm +0 -0
  122. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/rust-tags.scm +0 -0
  123. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/solidity-tags.scm +0 -0
  124. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/swift-tags.scm +0 -0
  125. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-language-pack/udev-tags.scm +0 -0
  126. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/README.md +0 -0
  127. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/c-tags.scm +0 -0
  128. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/c_sharp-tags.scm +0 -0
  129. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/cpp-tags.scm +0 -0
  130. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/dart-tags.scm +0 -0
  131. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elisp-tags.scm +0 -0
  132. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elixir-tags.scm +0 -0
  133. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/elm-tags.scm +0 -0
  134. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/go-tags.scm +0 -0
  135. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/hcl-tags.scm +0 -0
  136. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/java-tags.scm +0 -0
  137. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/javascript-tags.scm +0 -0
  138. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/kotlin-tags.scm +0 -0
  139. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ocaml-tags.scm +0 -0
  140. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ocaml_interface-tags.scm +0 -0
  141. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/php-tags.scm +0 -0
  142. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/python-tags.scm +0 -0
  143. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ql-tags.scm +0 -0
  144. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/ruby-tags.scm +0 -0
  145. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/rust-tags.scm +0 -0
  146. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/scala-tags.scm +0 -0
  147. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/queries/tree-sitter-languages/typescript-tags.scm +0 -0
  148. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/reasoning_tags.py +0 -0
  149. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/repo.py +0 -0
  150. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/repomap.py +0 -0
  151. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/report.py +0 -0
  152. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/resources/__init__.py +0 -0
  153. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/resources/model-metadata.json +0 -0
  154. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/resources/model-settings.yml +0 -0
  155. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/run_cmd.py +0 -0
  156. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/scrape.py +0 -0
  157. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/sendchat.py +0 -0
  158. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/special.py +0 -0
  159. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/urls.py +0 -0
  160. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/utils.py +0 -0
  161. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/versioncheck.py +0 -0
  162. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/voice.py +0 -0
  163. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/waiting.py +0 -0
  164. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/watch.py +0 -0
  165. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/watch_prompts.py +0 -0
  166. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/Gemfile +0 -0
  167. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/blame.md +0 -0
  168. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/get-started.md +0 -0
  169. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/help-tip.md +0 -0
  170. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/help.md +0 -0
  171. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/install.md +0 -0
  172. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/keys.md +0 -0
  173. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/model-warnings.md +0 -0
  174. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/multi-line.md +0 -0
  175. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/python-m-aider.md +0 -0
  176. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/recording.css +0 -0
  177. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/recording.md +0 -0
  178. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/replit-pipx.md +0 -0
  179. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_includes/works-best.md +0 -0
  180. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/_sass/custom/custom.scss +0 -0
  181. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/adv-model-settings.md +0 -0
  182. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/aider_conf.md +0 -0
  183. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/api-keys.md +0 -0
  184. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/dotenv.md +0 -0
  185. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/editor.md +0 -0
  186. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/model-aliases.md +0 -0
  187. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/options.md +0 -0
  188. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config/reasoning.md +0 -0
  189. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/config.md +0 -0
  190. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/faq.md +0 -0
  191. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/git.md +0 -0
  192. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/index.md +0 -0
  193. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/codespaces.md +0 -0
  194. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/docker.md +0 -0
  195. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/optional.md +0 -0
  196. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/install/replit.md +0 -0
  197. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/install.md +0 -0
  198. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/languages.md +0 -0
  199. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/legal/contributor-agreement.md +0 -0
  200. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/legal/privacy.md +0 -0
  201. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/anthropic.md +0 -0
  202. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/azure.md +0 -0
  203. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/bedrock.md +0 -0
  204. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/cohere.md +0 -0
  205. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/deepseek.md +0 -0
  206. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/gemini.md +0 -0
  207. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/github.md +0 -0
  208. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/groq.md +0 -0
  209. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/lm-studio.md +0 -0
  210. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/ollama.md +0 -0
  211. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openai-compat.md +0 -0
  212. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openai.md +0 -0
  213. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/openrouter.md +0 -0
  214. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/other.md +0 -0
  215. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/vertex.md +0 -0
  216. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/warnings.md +0 -0
  217. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms/xai.md +0 -0
  218. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/llms.md +0 -0
  219. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/analytics.md +0 -0
  220. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/edit-formats.md +0 -0
  221. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/more/infinite-output.md +0 -0
  222. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/more-info.md +0 -0
  223. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/auto-accept-architect.md +0 -0
  224. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/dont-drop-original-read-files.md +0 -0
  225. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/index.md +0 -0
  226. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/model-accepts-settings.md +0 -0
  227. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/recordings/tree-sitter-language-pack.md +0 -0
  228. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/repomap.md +0 -0
  229. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/scripting.md +0 -0
  230. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/aider-not-found.md +0 -0
  231. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/edit-errors.md +0 -0
  232. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/imports.md +0 -0
  233. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/models-and-keys.md +0 -0
  234. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/support.md +0 -0
  235. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/token-limits.md +0 -0
  236. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting/warnings.md +0 -0
  237. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/troubleshooting.md +0 -0
  238. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/browser.md +0 -0
  239. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/caching.md +0 -0
  240. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/commands.md +0 -0
  241. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/conventions.md +0 -0
  242. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/copypaste.md +0 -0
  243. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/images-urls.md +0 -0
  244. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/lint-test.md +0 -0
  245. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/modes.md +0 -0
  246. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/not-code.md +0 -0
  247. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/notifications.md +0 -0
  248. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/tips.md +0 -0
  249. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/tutorials.md +0 -0
  250. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/voice.md +0 -0
  251. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage/watch.md +0 -0
  252. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/docs/usage.md +0 -0
  253. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/aider/website/share/index.md +0 -0
  254. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/Dockerfile +0 -0
  255. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/README.md +0 -0
  256. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/__init__.py +0 -0
  257. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/benchmark.py +0 -0
  258. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/clone-exercism.sh +0 -0
  259. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/cpp-test.sh +0 -0
  260. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/docker.sh +0 -0
  261. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/docker_build.sh +0 -0
  262. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/install-docker-ubuntu.sh +0 -0
  263. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/npm-test.sh +0 -0
  264. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/over_time.py +0 -0
  265. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/plot.sh +0 -0
  266. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/plots.py +0 -0
  267. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/problem_stats.py +0 -0
  268. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/prompts.py +0 -0
  269. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/refactor_tools.py +0 -0
  270. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/rsync.sh +0 -0
  271. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/rungrid.py +0 -0
  272. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/swe-bench-lite.txt +0 -0
  273. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/swe-bench.txt +0 -0
  274. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/swe_bench.py +0 -0
  275. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/benchmark/test_benchmark.py +0 -0
  276. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/dependency_links.txt +0 -0
  277. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/entry_points.txt +0 -0
  278. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/requires.txt +0 -0
  279. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/chatmcp_cli.egg-info/top_level.txt +0 -0
  280. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/docker/Dockerfile +0 -0
  281. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/pyproject.toml +0 -0
  282. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/pytest.ini +0 -0
  283. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/common-constraints.txt +0 -0
  284. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-browser.in +0 -0
  285. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-browser.txt +0 -0
  286. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-dev.in +0 -0
  287. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-dev.txt +0 -0
  288. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-help.in +0 -0
  289. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-help.txt +0 -0
  290. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-playwright.in +0 -0
  291. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements-playwright.txt +0 -0
  292. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/requirements.in +0 -0
  293. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements/tree-sitter.in +0 -0
  294. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/requirements.txt +0 -0
  295. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/30k-image.py +0 -0
  296. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/Dockerfile.jekyll +0 -0
  297. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/__init__.py +0 -0
  298. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/blame.py +0 -0
  299. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/clean_metadata.py +0 -0
  300. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/dl_icons.py +0 -0
  301. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/history_prompts.py +0 -0
  302. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/homepage.py +0 -0
  303. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/issues.py +0 -0
  304. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/jekyll_build.sh +0 -0
  305. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/jekyll_run.sh +0 -0
  306. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/logo_svg.py +0 -0
  307. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/my_models.py +0 -0
  308. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/pip-compile.sh +0 -0
  309. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/recording_audio.py +0 -0
  310. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/redact-cast.py +0 -0
  311. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/tmux_record.sh +0 -0
  312. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/tsl_pack_langs.py +0 -0
  313. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/update-blame.sh +0 -0
  314. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/update-docs.sh +0 -0
  315. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/update-history.py +0 -0
  316. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/versionbump.py +0 -0
  317. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/scripts/yank-old-versions.py +0 -0
  318. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/setup.cfg +0 -0
  319. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/__init__.py +0 -0
  320. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/__init__.py +0 -0
  321. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_analytics.py +0 -0
  322. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_aws_credentials.py +0 -0
  323. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_coder.py +0 -0
  324. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_commands.py +0 -0
  325. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_deprecated.py +0 -0
  326. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_editblock.py +0 -0
  327. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_editor.py +0 -0
  328. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_exceptions.py +0 -0
  329. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_find_or_blocks.py +0 -0
  330. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_history.py +0 -0
  331. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_io.py +0 -0
  332. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_linter.py +0 -0
  333. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_main.py +0 -0
  334. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_model_info_manager.py +0 -0
  335. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_models.py +0 -0
  336. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_onboarding.py +0 -0
  337. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_openrouter.py +0 -0
  338. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_reasoning.py +0 -0
  339. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_repo.py +0 -0
  340. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_repomap.py +0 -0
  341. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_run_cmd.py +0 -0
  342. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_sanity_check_repo.py +0 -0
  343. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_scripting.py +0 -0
  344. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_sendchat.py +0 -0
  345. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_special.py +0 -0
  346. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_ssl_verification.py +0 -0
  347. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_udiff.py +0 -0
  348. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_urls.py +0 -0
  349. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_voice.py +0 -0
  350. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_watch.py +0 -0
  351. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/basic/test_wholefile.py +0 -0
  352. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/browser/test_browser.py +0 -0
  353. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/chat-history-search-replace-gold.txt +0 -0
  354. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/chat-history.md +0 -0
  355. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/arduino/test.ino +0 -0
  356. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/c/test.c +0 -0
  357. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/chatito/test.chatito +0 -0
  358. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/commonlisp/test.lisp +0 -0
  359. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/cpp/test.cpp +0 -0
  360. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/csharp/test.cs +0 -0
  361. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/d/test.d +0 -0
  362. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/dart/test.dart +0 -0
  363. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elisp/test.el +0 -0
  364. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elixir/test.ex +0 -0
  365. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/elm/test.elm +0 -0
  366. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/gleam/test.gleam +0 -0
  367. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/go/test.go +0 -0
  368. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/hcl/test.tf +0 -0
  369. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/java/test.java +0 -0
  370. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/javascript/test.js +0 -0
  371. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/kotlin/test.kt +0 -0
  372. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/lua/test.lua +0 -0
  373. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ocaml/test.ml +0 -0
  374. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ocaml_interface/test.mli +0 -0
  375. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/php/test.php +0 -0
  376. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/pony/test.pony +0 -0
  377. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/properties/test.properties +0 -0
  378. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/python/test.py +0 -0
  379. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ql/test.ql +0 -0
  380. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/r/test.r +0 -0
  381. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/racket/test.rkt +0 -0
  382. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/ruby/test.rb +0 -0
  383. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/rust/test.rs +0 -0
  384. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/scala/test.scala +0 -0
  385. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/solidity/test.sol +0 -0
  386. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/swift/test.swift +0 -0
  387. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/tsx/test.tsx +0 -0
  388. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/typescript/test.ts +0 -0
  389. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/languages/udev/test.rules +0 -0
  390. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base/sample.js +0 -0
  391. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base/sample.py +0 -0
  392. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/sample-code-base-repo-map.txt +0 -0
  393. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.js +0 -0
  394. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.lisp +0 -0
  395. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch.py +0 -0
  396. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/fixtures/watch_question.js +0 -0
  397. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/help/test_help.py +0 -0
  398. {chatmcp_cli-0.1.0 → chatmcp_cli-1.1.0}/tests/scrape/test_playwright_disable.py +0 -0
  399. {chatmcp_cli-0.1.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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chatmcp-cli
3
- Version: 0.1.0
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,182 +321,14 @@ 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
- <p align="center">
325
- <a href="https://aider.chat/"><img src="https://aider.chat/assets/logo.svg" alt="Aider Logo" width="300"></a>
326
- </p>
327
-
328
- <h1 align="center">
329
- AI Pair Programming in Your Terminal
330
- </h1>
331
-
332
-
333
- <p align="center">
334
- Aider lets you pair program with LLMs to start a new project or build on your existing codebase.
335
- </p>
336
-
337
- <p align="center">
338
- <img
339
- src="https://aider.chat/assets/screencast.svg"
340
- alt="aider screencast"
341
- >
342
- </p>
343
-
344
- <p align="center">
345
- <!--[[[cog
346
- from scripts.homepage import get_badges_md
347
- text = get_badges_md()
348
- cog.out(text)
349
- ]]]-->
350
- <a href="https://github.com/Aider-AI/aider/stargazers"><img alt="GitHub Stars" title="Total number of GitHub stars the Aider project has received"
351
- src="https://img.shields.io/github/stars/Aider-AI/aider?style=flat-square&logo=github&color=f1c40f&labelColor=555555"/></a>
352
- <a href="https://pypi.org/project/aider-chat/"><img alt="PyPI Downloads" title="Total number of installations via pip from PyPI"
353
- src="https://img.shields.io/badge/📦%20Installs-2.4M-2ecc71?style=flat-square&labelColor=555555"/></a>
354
- <img alt="Tokens per week" title="Number of tokens processed weekly by Aider users"
355
- src="https://img.shields.io/badge/📈%20Tokens%2Fweek-15B-3498db?style=flat-square&labelColor=555555"/>
356
- <a href="https://openrouter.ai/#options-menu"><img alt="OpenRouter Ranking" title="Aider's ranking among applications on the OpenRouter platform"
357
- src="https://img.shields.io/badge/🏆%20OpenRouter-Top%2020-9b59b6?style=flat-square&labelColor=555555"/></a>
358
- <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"
359
- src="https://img.shields.io/badge/🔄%20Singularity-79%25-e74c3c?style=flat-square&labelColor=555555"/></a>
360
- <!--[[[end]]]-->
361
- </p>
362
-
363
- ## Features
364
-
365
- ### [Cloud and local LLMs](https://aider.chat/docs/llms.html)
366
-
367
- <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>
368
- 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.
369
-
370
- <br>
371
-
372
- ### [Maps your codebase](https://aider.chat/docs/repomap.html)
373
-
374
- <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>
375
- Aider makes a map of your entire codebase, which helps it work well in larger projects.
376
-
377
- <br>
378
-
379
- ### [100+ code languages](https://aider.chat/docs/languages.html)
380
-
381
- <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>
382
- Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.
383
-
384
- <br>
385
-
386
- ### [Git integration](https://aider.chat/docs/git.html)
387
-
388
- <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>
389
- Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.
390
-
391
- <br>
392
-
393
- ### [Use in your IDE](https://aider.chat/docs/usage/watch.html)
394
-
395
- <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>
396
- Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work.
397
-
398
- <br>
399
-
400
- ### [Images & web pages](https://aider.chat/docs/usage/images-urls.html)
401
-
402
- <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>
403
- Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc.
404
-
405
- <br>
406
-
407
- ### [Voice-to-code](https://aider.chat/docs/usage/voice.html)
408
-
409
- <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>
410
- Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes.
411
-
412
- <br>
413
-
414
- ### [Linting & testing](https://aider.chat/docs/usage/lint-test.html)
415
-
416
- <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>
417
- Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites.
418
-
419
- <br>
420
-
421
- ### [Copy/paste to web chat](https://aider.chat/docs/usage/copypaste.html)
422
-
423
- <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>
424
- Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser.
425
-
426
- ## Getting Started
324
+ # ChatMCP CLI - your personal coding assistant!
427
325
 
326
+ Install with:
428
327
  ```bash
429
- python -m pip install aider-install
430
- aider-install
431
-
432
- # Change directory into your codebase
433
- cd /to/your/project
434
-
435
- # DeepSeek
436
- aider --model deepseek --api-key deepseek=<key>
437
-
438
- # Claude 3.7 Sonnet
439
- aider --model sonnet --api-key anthropic=<key>
440
-
441
- # o3-mini
442
- aider --model o3-mini --api-key openai=<key>
328
+ pip install chatmcp-cli
443
329
  ```
444
330
 
445
- See the [installation instructions](https://aider.chat/docs/install.html) and [usage documentation](https://aider.chat/docs/usage.html) for more details.
446
-
447
- ## More Information
448
-
449
- ### Documentation
450
- - [Installation Guide](https://aider.chat/docs/install.html)
451
- - [Usage Guide](https://aider.chat/docs/usage.html)
452
- - [Tutorial Videos](https://aider.chat/docs/usage/tutorials.html)
453
- - [Connecting to LLMs](https://aider.chat/docs/llms.html)
454
- - [Configuration Options](https://aider.chat/docs/config.html)
455
- - [Troubleshooting](https://aider.chat/docs/troubleshooting.html)
456
- - [FAQ](https://aider.chat/docs/faq.html)
457
-
458
- ### Community & Resources
459
- - [LLM Leaderboards](https://aider.chat/docs/leaderboards/)
460
- - [GitHub Repository](https://github.com/Aider-AI/aider)
461
- - [Discord Community](https://discord.gg/Y7X7bhMQFV)
462
- - [Release notes](https://aider.chat/HISTORY.html)
463
- - [Blog](https://aider.chat/blog/)
464
-
465
- ## Kind Words From Users
466
-
467
- - *"My life has changed... Aider... It's going to rock your world."* — [Eric S. Raymond on X](https://x.com/esrtweet/status/1910809356381413593)
468
- - *"The best free open source AI coding assistant."* — [IndyDevDan on YouTube](https://youtu.be/YALpX8oOn78)
469
- - *"The best AI coding assistant so far."* — [Matthew Berman on YouTube](https://www.youtube.com/watch?v=df8afeb1FY8)
470
- - *"Aider ... has easily quadrupled my coding productivity."* — [SOLAR_FIELDS on Hacker News](https://news.ycombinator.com/item?id=36212100)
471
- - *"It's a cool workflow... Aider's ergonomics are perfect for me."* — [qup on Hacker News](https://news.ycombinator.com/item?id=38185326)
472
- - *"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)
473
- - *"What an amazing tool. It's incredible."* — [valyagolev on GitHub](https://github.com/Aider-AI/aider/issues/6#issue-1722897858)
474
- - *"Aider is such an astounding thing!"* — [cgrothaus on GitHub](https://github.com/Aider-AI/aider/issues/82#issuecomment-1631876700)
475
- - *"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)
476
- - *"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)
477
- - *"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)
478
- - *"This project is stellar."* — [funkytaco on GitHub](https://github.com/Aider-AI/aider/issues/112#issuecomment-1637429008)
479
- - *"Amazing project, definitely the best AI coding assistant I've used."* — [joshuavial on GitHub](https://github.com/Aider-AI/aider/issues/84)
480
- - *"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)
481
- - *"I have been recovering from ... surgeries ... aider ... has allowed me to continue productivity."* — [codeninja on Reddit](https://www.reddit.com/r/OpenAI/s/nmNwkHy1zG)
482
- - *"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)
483
- - *"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)
484
- - *"Aider is amazing, coupled with Sonnet 3.5 it's quite mind blowing."* — [Josh Dingus on Discord](https://discord.com/channels/1131200896827654144/1133060684540813372/1262374225298198548)
485
- - *"Hands down, this is the best AI coding assistant tool so far."* — [IndyDevDan on YouTube](https://www.youtube.com/watch?v=MPYFPvxfGZs)
486
- - *"[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)
487
- - *"Best agent for actual dev work in existing codebases."* — [Nick Dobos on X](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
488
- - *"One of my favorite pieces of software. Blazing trails on new paradigms!"* — [Chris Wall on X](https://x.com/chris65536/status/1905053299251798432)
489
- - *"Aider has been revolutionary for me and my work."* — [Starry Hope on X](https://x.com/starryhopeblog/status/1904985812137132056)
490
- - *"Try aider! One of the best ways to vibe code."* — [Chris Wall on X](https://x.com/Chris65536/status/1905053418961391929)
491
- - *"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/)
492
- - *"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/)
493
- - *"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/)
494
- - *"I like aider :)"* — [Chenwei Cui on X](https://x.com/ccui42/status/1904965344999145698)
495
- - *"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)
496
- - *"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)
497
- - *"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)
498
- - *"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)
499
- - *"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)
500
- - *"Aider ... is the tool to benchmark against."* — [BeetleB on Hacker News](https://news.ycombinator.com/item?id=43930201)
501
- - *"aider is really cool"* — [kache on X](https://x.com/yacineMTB/status/1911224442430124387)
502
-
331
+ Use with:
332
+ ```bash
333
+ chatmcp --help
334
+ ```
@@ -0,0 +1,11 @@
1
+ # ChatMCP CLI - your personal coding assistant!
2
+
3
+ Install with:
4
+ ```bash
5
+ pip install chatmcp-cli
6
+ ```
7
+
8
+ Use with:
9
+ ```bash
10
+ chatmcp --help
11
+ ```
@@ -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.1.0'
21
- __version_tuple__ = version_tuple = (0, 1, 0)
20
+ __version__ = version = '1.1.0'
21
+ __version_tuple__ = version_tuple = (1, 1, 0)
@@ -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: 0.1.0
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,182 +321,14 @@ 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
- <p align="center">
325
- <a href="https://aider.chat/"><img src="https://aider.chat/assets/logo.svg" alt="Aider Logo" width="300"></a>
326
- </p>
327
-
328
- <h1 align="center">
329
- AI Pair Programming in Your Terminal
330
- </h1>
331
-
332
-
333
- <p align="center">
334
- Aider lets you pair program with LLMs to start a new project or build on your existing codebase.
335
- </p>
336
-
337
- <p align="center">
338
- <img
339
- src="https://aider.chat/assets/screencast.svg"
340
- alt="aider screencast"
341
- >
342
- </p>
343
-
344
- <p align="center">
345
- <!--[[[cog
346
- from scripts.homepage import get_badges_md
347
- text = get_badges_md()
348
- cog.out(text)
349
- ]]]-->
350
- <a href="https://github.com/Aider-AI/aider/stargazers"><img alt="GitHub Stars" title="Total number of GitHub stars the Aider project has received"
351
- src="https://img.shields.io/github/stars/Aider-AI/aider?style=flat-square&logo=github&color=f1c40f&labelColor=555555"/></a>
352
- <a href="https://pypi.org/project/aider-chat/"><img alt="PyPI Downloads" title="Total number of installations via pip from PyPI"
353
- src="https://img.shields.io/badge/📦%20Installs-2.4M-2ecc71?style=flat-square&labelColor=555555"/></a>
354
- <img alt="Tokens per week" title="Number of tokens processed weekly by Aider users"
355
- src="https://img.shields.io/badge/📈%20Tokens%2Fweek-15B-3498db?style=flat-square&labelColor=555555"/>
356
- <a href="https://openrouter.ai/#options-menu"><img alt="OpenRouter Ranking" title="Aider's ranking among applications on the OpenRouter platform"
357
- src="https://img.shields.io/badge/🏆%20OpenRouter-Top%2020-9b59b6?style=flat-square&labelColor=555555"/></a>
358
- <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"
359
- src="https://img.shields.io/badge/🔄%20Singularity-79%25-e74c3c?style=flat-square&labelColor=555555"/></a>
360
- <!--[[[end]]]-->
361
- </p>
362
-
363
- ## Features
364
-
365
- ### [Cloud and local LLMs](https://aider.chat/docs/llms.html)
366
-
367
- <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>
368
- 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.
369
-
370
- <br>
371
-
372
- ### [Maps your codebase](https://aider.chat/docs/repomap.html)
373
-
374
- <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>
375
- Aider makes a map of your entire codebase, which helps it work well in larger projects.
376
-
377
- <br>
378
-
379
- ### [100+ code languages](https://aider.chat/docs/languages.html)
380
-
381
- <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>
382
- Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more.
383
-
384
- <br>
385
-
386
- ### [Git integration](https://aider.chat/docs/git.html)
387
-
388
- <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>
389
- Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes.
390
-
391
- <br>
392
-
393
- ### [Use in your IDE](https://aider.chat/docs/usage/watch.html)
394
-
395
- <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>
396
- Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work.
397
-
398
- <br>
399
-
400
- ### [Images & web pages](https://aider.chat/docs/usage/images-urls.html)
401
-
402
- <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>
403
- Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc.
404
-
405
- <br>
406
-
407
- ### [Voice-to-code](https://aider.chat/docs/usage/voice.html)
408
-
409
- <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>
410
- Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes.
411
-
412
- <br>
413
-
414
- ### [Linting & testing](https://aider.chat/docs/usage/lint-test.html)
415
-
416
- <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>
417
- Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites.
418
-
419
- <br>
420
-
421
- ### [Copy/paste to web chat](https://aider.chat/docs/usage/copypaste.html)
422
-
423
- <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>
424
- Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser.
425
-
426
- ## Getting Started
324
+ # ChatMCP CLI - your personal coding assistant!
427
325
 
326
+ Install with:
428
327
  ```bash
429
- python -m pip install aider-install
430
- aider-install
431
-
432
- # Change directory into your codebase
433
- cd /to/your/project
434
-
435
- # DeepSeek
436
- aider --model deepseek --api-key deepseek=<key>
437
-
438
- # Claude 3.7 Sonnet
439
- aider --model sonnet --api-key anthropic=<key>
440
-
441
- # o3-mini
442
- aider --model o3-mini --api-key openai=<key>
328
+ pip install chatmcp-cli
443
329
  ```
444
330
 
445
- See the [installation instructions](https://aider.chat/docs/install.html) and [usage documentation](https://aider.chat/docs/usage.html) for more details.
446
-
447
- ## More Information
448
-
449
- ### Documentation
450
- - [Installation Guide](https://aider.chat/docs/install.html)
451
- - [Usage Guide](https://aider.chat/docs/usage.html)
452
- - [Tutorial Videos](https://aider.chat/docs/usage/tutorials.html)
453
- - [Connecting to LLMs](https://aider.chat/docs/llms.html)
454
- - [Configuration Options](https://aider.chat/docs/config.html)
455
- - [Troubleshooting](https://aider.chat/docs/troubleshooting.html)
456
- - [FAQ](https://aider.chat/docs/faq.html)
457
-
458
- ### Community & Resources
459
- - [LLM Leaderboards](https://aider.chat/docs/leaderboards/)
460
- - [GitHub Repository](https://github.com/Aider-AI/aider)
461
- - [Discord Community](https://discord.gg/Y7X7bhMQFV)
462
- - [Release notes](https://aider.chat/HISTORY.html)
463
- - [Blog](https://aider.chat/blog/)
464
-
465
- ## Kind Words From Users
466
-
467
- - *"My life has changed... Aider... It's going to rock your world."* — [Eric S. Raymond on X](https://x.com/esrtweet/status/1910809356381413593)
468
- - *"The best free open source AI coding assistant."* — [IndyDevDan on YouTube](https://youtu.be/YALpX8oOn78)
469
- - *"The best AI coding assistant so far."* — [Matthew Berman on YouTube](https://www.youtube.com/watch?v=df8afeb1FY8)
470
- - *"Aider ... has easily quadrupled my coding productivity."* — [SOLAR_FIELDS on Hacker News](https://news.ycombinator.com/item?id=36212100)
471
- - *"It's a cool workflow... Aider's ergonomics are perfect for me."* — [qup on Hacker News](https://news.ycombinator.com/item?id=38185326)
472
- - *"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)
473
- - *"What an amazing tool. It's incredible."* — [valyagolev on GitHub](https://github.com/Aider-AI/aider/issues/6#issue-1722897858)
474
- - *"Aider is such an astounding thing!"* — [cgrothaus on GitHub](https://github.com/Aider-AI/aider/issues/82#issuecomment-1631876700)
475
- - *"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)
476
- - *"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)
477
- - *"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)
478
- - *"This project is stellar."* — [funkytaco on GitHub](https://github.com/Aider-AI/aider/issues/112#issuecomment-1637429008)
479
- - *"Amazing project, definitely the best AI coding assistant I've used."* — [joshuavial on GitHub](https://github.com/Aider-AI/aider/issues/84)
480
- - *"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)
481
- - *"I have been recovering from ... surgeries ... aider ... has allowed me to continue productivity."* — [codeninja on Reddit](https://www.reddit.com/r/OpenAI/s/nmNwkHy1zG)
482
- - *"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)
483
- - *"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)
484
- - *"Aider is amazing, coupled with Sonnet 3.5 it's quite mind blowing."* — [Josh Dingus on Discord](https://discord.com/channels/1131200896827654144/1133060684540813372/1262374225298198548)
485
- - *"Hands down, this is the best AI coding assistant tool so far."* — [IndyDevDan on YouTube](https://www.youtube.com/watch?v=MPYFPvxfGZs)
486
- - *"[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)
487
- - *"Best agent for actual dev work in existing codebases."* — [Nick Dobos on X](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
488
- - *"One of my favorite pieces of software. Blazing trails on new paradigms!"* — [Chris Wall on X](https://x.com/chris65536/status/1905053299251798432)
489
- - *"Aider has been revolutionary for me and my work."* — [Starry Hope on X](https://x.com/starryhopeblog/status/1904985812137132056)
490
- - *"Try aider! One of the best ways to vibe code."* — [Chris Wall on X](https://x.com/Chris65536/status/1905053418961391929)
491
- - *"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/)
492
- - *"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/)
493
- - *"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/)
494
- - *"I like aider :)"* — [Chenwei Cui on X](https://x.com/ccui42/status/1904965344999145698)
495
- - *"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)
496
- - *"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)
497
- - *"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)
498
- - *"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)
499
- - *"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)
500
- - *"Aider ... is the tool to benchmark against."* — [BeetleB on Hacker News](https://news.ycombinator.com/item?id=43930201)
501
- - *"aider is really cool"* — [kache on X](https://x.com/yacineMTB/status/1911224442430124387)
502
-
331
+ Use with:
332
+ ```bash
333
+ chatmcp --help
334
+ ```
@@ -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