diffron 0.1.9__tar.gz → 0.1.10__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 (50) hide show
  1. {diffron-0.1.9/diffron.egg-info → diffron-0.1.10}/PKG-INFO +2 -2
  2. {diffron-0.1.9 → diffron-0.1.10}/README.md +1 -1
  3. {diffron-0.1.9 → diffron-0.1.10}/diffron/__init__.py +1 -1
  4. {diffron-0.1.9 → diffron-0.1.10}/diffron/agent_detect.py +7 -0
  5. {diffron-0.1.9 → diffron-0.1.10/diffron.egg-info}/PKG-INFO +2 -2
  6. {diffron-0.1.9 → diffron-0.1.10}/pyproject.toml +1 -1
  7. {diffron-0.1.9 → diffron-0.1.10}/CHANGELOG.md +0 -0
  8. {diffron-0.1.9 → diffron-0.1.10}/LICENSE +0 -0
  9. {diffron-0.1.9 → diffron-0.1.10}/MANIFEST.in +0 -0
  10. {diffron-0.1.9 → diffron-0.1.10}/diffron/__init__.pyi +0 -0
  11. {diffron-0.1.9 → diffron-0.1.10}/diffron/__main__.py +0 -0
  12. {diffron-0.1.9 → diffron-0.1.10}/diffron/agent_detect.pyi +0 -0
  13. {diffron-0.1.9 → diffron-0.1.10}/diffron/cli.py +0 -0
  14. {diffron-0.1.9 → diffron-0.1.10}/diffron/cli.pyi +0 -0
  15. {diffron-0.1.9 → diffron-0.1.10}/diffron/client.py +0 -0
  16. {diffron-0.1.9 → diffron-0.1.10}/diffron/client.pyi +0 -0
  17. {diffron-0.1.9 → diffron-0.1.10}/diffron/commit_gen.py +0 -0
  18. {diffron-0.1.9 → diffron-0.1.10}/diffron/commit_gen.pyi +0 -0
  19. {diffron-0.1.9 → diffron-0.1.10}/diffron/git_hooks.py +0 -0
  20. {diffron-0.1.9 → diffron-0.1.10}/diffron/git_hooks.pyi +0 -0
  21. {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/aipr.py +0 -0
  22. {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg +0 -0
  23. {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg-global.py +0 -0
  24. {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg.py +0 -0
  25. {diffron-0.1.9 → diffron-0.1.10}/diffron/lemonade.py +0 -0
  26. {diffron-0.1.9 → diffron-0.1.10}/diffron/lemonade.pyi +0 -0
  27. {diffron-0.1.9 → diffron-0.1.10}/diffron/models.py +0 -0
  28. {diffron-0.1.9 → diffron-0.1.10}/diffron/models.pyi +0 -0
  29. {diffron-0.1.9 → diffron-0.1.10}/diffron/pr_gen.py +0 -0
  30. {diffron-0.1.9 → diffron-0.1.10}/diffron/pr_gen.pyi +0 -0
  31. {diffron-0.1.9 → diffron-0.1.10}/diffron/py.typed +0 -0
  32. {diffron-0.1.9 → diffron-0.1.10}/diffron/utils.py +0 -0
  33. {diffron-0.1.9 → diffron-0.1.10}/diffron/utils.pyi +0 -0
  34. {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/SOURCES.txt +0 -0
  35. {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/dependency_links.txt +0 -0
  36. {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/entry_points.txt +0 -0
  37. {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/requires.txt +0 -0
  38. {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/top_level.txt +0 -0
  39. {diffron-0.1.9 → diffron-0.1.10}/docs/HOOKS.md +0 -0
  40. {diffron-0.1.9 → diffron-0.1.10}/docs/LEMONADE_PORT_VERIFICATION_FIX.md +0 -0
  41. {diffron-0.1.9 → diffron-0.1.10}/docs/LEMONADE_UNRESPONSIVE_FIX.md +0 -0
  42. {diffron-0.1.9 → diffron-0.1.10}/docs/MODEL_NAME_CASE_FIX.md +0 -0
  43. {diffron-0.1.9 → diffron-0.1.10}/docs/SETUP.md +0 -0
  44. {diffron-0.1.9 → diffron-0.1.10}/docs/USAGE.md +0 -0
  45. {diffron-0.1.9 → diffron-0.1.10}/hooks/aipr.py +0 -0
  46. {diffron-0.1.9 → diffron-0.1.10}/hooks/prepare-commit-msg-global.py +0 -0
  47. {diffron-0.1.9 → diffron-0.1.10}/hooks/prepare-commit-msg.py +0 -0
  48. {diffron-0.1.9 → diffron-0.1.10}/requirements.txt +0 -0
  49. {diffron-0.1.9 → diffron-0.1.10}/setup.cfg +0 -0
  50. {diffron-0.1.9 → diffron-0.1.10}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffron
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: Git commit message and PR description generator using Lemonade
5
5
  Home-page: https://github.com/diffron/diffron
6
6
  Author: Diffron Contributors
@@ -350,7 +350,7 @@ agent_frameworks = get_agents_by_type("agent") # Agent frameworks
350
350
 
351
351
  | Category | Agents |
352
352
  |----------|--------|
353
- | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
353
+ | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, Command Code, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
354
354
  | **GUI** | Cursor, Windsurf IDE, Copilot (VS Code), Cline (VS Code), Continue.dev (VS Code), Tabnine, Amazon Q (VS Code), Cody (VS Code), MarsCode, JetBrains AI |
355
355
  | **Cloud** | GitHub Codespaces, GitPod, Replit |
356
356
  | **Agent** | Devin, SWE-agent, OpenHands, AutoCodeRover, Mintlify |
@@ -307,7 +307,7 @@ agent_frameworks = get_agents_by_type("agent") # Agent frameworks
307
307
 
308
308
  | Category | Agents |
309
309
  |----------|--------|
310
- | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
310
+ | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, Command Code, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
311
311
  | **GUI** | Cursor, Windsurf IDE, Copilot (VS Code), Cline (VS Code), Continue.dev (VS Code), Tabnine, Amazon Q (VS Code), Cody (VS Code), MarsCode, JetBrains AI |
312
312
  | **Cloud** | GitHub Codespaces, GitPod, Replit |
313
313
  | **Agent** | Devin, SWE-agent, OpenHands, AutoCodeRover, Mintlify |
@@ -24,7 +24,7 @@ from .models import (
24
24
  get_model_config,
25
25
  )
26
26
 
27
- __version__ = "0.1.9"
27
+ __version__ = "0.1.10"
28
28
  __author__ = "Diffron Contributors"
29
29
  __all__ = [
30
30
  "DiffronClient",
@@ -128,6 +128,13 @@ AI_AGENTS: List[Dict[str, object]] = [
128
128
  "git_names": ["supermaven"],
129
129
  "git_emails": ["supermaven"],
130
130
  },
131
+ {
132
+ "name": "Command Code",
133
+ "type": "cli",
134
+ "env_vars": ["COMMANDCODE", "COMMAND_CODE"],
135
+ "git_names": ["command code", "commandcode"],
136
+ "git_emails": ["commandcode"],
137
+ },
131
138
 
132
139
  # ── GUI-based AI coding agents / IDEs ────────────────────────────────
133
140
  {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: diffron
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: Git commit message and PR description generator using Lemonade
5
5
  Home-page: https://github.com/diffron/diffron
6
6
  Author: Diffron Contributors
@@ -350,7 +350,7 @@ agent_frameworks = get_agents_by_type("agent") # Agent frameworks
350
350
 
351
351
  | Category | Agents |
352
352
  |----------|--------|
353
- | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
353
+ | **CLI** | Claude Code, Copilot CLI, Aider, Codex CLI, Amazon Q, Cline, Windsurf, Continue.dev, Tabnine, Cody, Augment, MarsCode, PearAI, Void, Supermaven, Command Code, MiMo Code, Kilo Code, Hermes, FreeBuff, OpenCode, Qwen Coder |
354
354
  | **GUI** | Cursor, Windsurf IDE, Copilot (VS Code), Cline (VS Code), Continue.dev (VS Code), Tabnine, Amazon Q (VS Code), Cody (VS Code), MarsCode, JetBrains AI |
355
355
  | **Cloud** | GitHub Codespaces, GitPod, Replit |
356
356
  | **Agent** | Devin, SWE-agent, OpenHands, AutoCodeRover, Mintlify |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "diffron"
7
- version = "0.1.9"
7
+ version = "0.1.10"
8
8
  description = "Git commit message and PR description generator using Lemonade"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes