chatmcp-cli 0.1.0__py3-none-any.whl → 0.2.0__py3-none-any.whl
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.
- aider/_version.py +2 -2
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/METADATA +8 -176
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/RECORD +7 -7
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/WHEEL +0 -0
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/entry_points.txt +0 -0
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/licenses/LICENSE.txt +0 -0
- {chatmcp_cli-0.1.0.dist-info → chatmcp_cli-0.2.0.dist-info}/top_level.txt +0 -0
aider/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: chatmcp-cli
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.2.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
|
-
|
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 coding assistant!
|
427
325
|
|
326
|
+
Install with:
|
428
327
|
```bash
|
429
|
-
|
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
|
-
|
446
|
-
|
447
|
-
|
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
|
+
```
|
@@ -1,6 +1,6 @@
|
|
1
1
|
aider/__init__.py,sha256=bfgtlXA-OCEyS_DwlfwQ9Pama5TjkcdoigbSTuHiHAs,496
|
2
2
|
aider/__main__.py,sha256=Vdhw8YA1K3wPMlbJQYL5WqvRzAKVeZ16mZQFO9VRmCo,62
|
3
|
-
aider/_version.py,sha256
|
3
|
+
aider/_version.py,sha256=iB5DfB5V6YB5Wo4JmvS-txT42QtmGaWcWp3udRT7zCI,511
|
4
4
|
aider/analytics.py,sha256=R-tSYCANejP_0C6OrxEbBilCEZQd1w98d6kfzwO34lw,7203
|
5
5
|
aider/args.py,sha256=wlyNSPaV9oegDYpvpuw0wOI-a1AtKjNeH5icmxzWekQ,29656
|
6
6
|
aider/args_formatter.py,sha256=CBRnzHyZk-fFCK0ekAzb6C4PPJOU-VTpWIIsJe3qUhk,6369
|
@@ -220,9 +220,9 @@ aider/website/docs/usage/tutorials.md,sha256=ZKBztbUtucHOiv9h8gvWiWTP6MTSsFyz4mA
|
|
220
220
|
aider/website/docs/usage/voice.md,sha256=BtX7pHRgHRWUmrNbS4JssC-SO8RrJ_OetBCtIYpO0pU,3452
|
221
221
|
aider/website/docs/usage/watch.md,sha256=OVF14lGtv1vhSXRE8PpxQ3YW-uXSifarUbmLBjmLRyA,7940
|
222
222
|
aider/website/share/index.md,sha256=P51aDw9AT8AVbsU7v6g1tWuMjly7y_plM_ZI1ScaT8Y,3172
|
223
|
-
chatmcp_cli-0.
|
224
|
-
chatmcp_cli-0.
|
225
|
-
chatmcp_cli-0.
|
226
|
-
chatmcp_cli-0.
|
227
|
-
chatmcp_cli-0.
|
228
|
-
chatmcp_cli-0.
|
223
|
+
chatmcp_cli-0.2.0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
224
|
+
chatmcp_cli-0.2.0.dist-info/METADATA,sha256=vGVNGVPYupV-x9nb9L7dPU6X5Xpu6jjdOq0OgCRVyqg,14118
|
225
|
+
chatmcp_cli-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
226
|
+
chatmcp_cli-0.2.0.dist-info/entry_points.txt,sha256=vXE0jNCKrGaHUsEAK4nhxbpnBp65DQZ-42cvSO3aVuc,68
|
227
|
+
chatmcp_cli-0.2.0.dist-info/top_level.txt,sha256=uwOA6ycgSiRLrBsaRBcIeN_eBKAX78U01_KDEHR8mBk,6
|
228
|
+
chatmcp_cli-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|