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.
- {diffron-0.1.9/diffron.egg-info → diffron-0.1.10}/PKG-INFO +2 -2
- {diffron-0.1.9 → diffron-0.1.10}/README.md +1 -1
- {diffron-0.1.9 → diffron-0.1.10}/diffron/__init__.py +1 -1
- {diffron-0.1.9 → diffron-0.1.10}/diffron/agent_detect.py +7 -0
- {diffron-0.1.9 → diffron-0.1.10/diffron.egg-info}/PKG-INFO +2 -2
- {diffron-0.1.9 → diffron-0.1.10}/pyproject.toml +1 -1
- {diffron-0.1.9 → diffron-0.1.10}/CHANGELOG.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/LICENSE +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/MANIFEST.in +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/__init__.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/__main__.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/agent_detect.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/cli.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/cli.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/client.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/client.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/commit_gen.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/commit_gen.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/git_hooks.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/git_hooks.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/aipr.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg-global.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/hooks/prepare-commit-msg.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/lemonade.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/lemonade.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/models.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/models.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/pr_gen.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/pr_gen.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/py.typed +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/utils.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron/utils.pyi +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/SOURCES.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/dependency_links.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/entry_points.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/requires.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/diffron.egg-info/top_level.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/HOOKS.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/LEMONADE_PORT_VERIFICATION_FIX.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/LEMONADE_UNRESPONSIVE_FIX.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/MODEL_NAME_CASE_FIX.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/SETUP.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/docs/USAGE.md +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/hooks/aipr.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/hooks/prepare-commit-msg-global.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/hooks/prepare-commit-msg.py +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/requirements.txt +0 -0
- {diffron-0.1.9 → diffron-0.1.10}/setup.cfg +0 -0
- {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.
|
|
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 |
|
|
@@ -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.
|
|
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 |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|