diffron 0.1.11__tar.gz → 0.1.12__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.11/diffron.egg-info → diffron-0.1.12}/PKG-INFO +2 -2
- {diffron-0.1.11 → diffron-0.1.12}/README.md +1 -1
- {diffron-0.1.11 → diffron-0.1.12}/diffron/__init__.py +1 -1
- {diffron-0.1.11 → diffron-0.1.12}/diffron/hooks/prepare-commit-msg-global.py +1 -8
- {diffron-0.1.11 → diffron-0.1.12}/diffron/hooks/prepare-commit-msg.py +1 -8
- {diffron-0.1.11 → diffron-0.1.12/diffron.egg-info}/PKG-INFO +2 -2
- {diffron-0.1.11 → diffron-0.1.12}/diffron.egg-info/top_level.txt +0 -3
- {diffron-0.1.11 → diffron-0.1.12}/hooks/prepare-commit-msg-global.py +1 -8
- {diffron-0.1.11 → diffron-0.1.12}/hooks/prepare-commit-msg.py +1 -8
- {diffron-0.1.11 → diffron-0.1.12}/pyproject.toml +1 -1
- {diffron-0.1.11 → diffron-0.1.12}/CHANGELOG.md +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/LICENSE +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/MANIFEST.in +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/__init__.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/__main__.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/agent_detect.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/agent_detect.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/cli.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/cli.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/client.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/client.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/commit_gen.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/commit_gen.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/git_hooks.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/git_hooks.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/hooks/aipr.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/hooks/prepare-commit-msg +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/lemonade.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/lemonade.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/models.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/models.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/pr_gen.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/pr_gen.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/py.typed +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/utils.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron/utils.pyi +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron.egg-info/SOURCES.txt +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron.egg-info/dependency_links.txt +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron.egg-info/entry_points.txt +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/diffron.egg-info/requires.txt +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/docs/HOOKS.md +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/docs/SETUP.md +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/docs/USAGE.md +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/hooks/aipr.py +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/requirements.txt +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/setup.cfg +0 -0
- {diffron-0.1.11 → diffron-0.1.12}/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.12
|
|
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,
|
|
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 |
|
|
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,
|
|
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 |
|
|
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 |
|
|
@@ -29,17 +29,10 @@ def main():
|
|
|
29
29
|
if commit_source in skip_sources:
|
|
30
30
|
sys.exit(0)
|
|
31
31
|
|
|
32
|
-
# Skip if an AI coding agent is detected
|
|
33
|
-
try:
|
|
34
|
-
from diffron.agent_detect import is_ai_agent_commit, is_well_formed_commit
|
|
35
|
-
if is_ai_agent_commit():
|
|
36
|
-
sys.exit(0)
|
|
37
|
-
except ImportError:
|
|
38
|
-
pass
|
|
39
|
-
|
|
40
32
|
# Skip if the existing message is already well-formed
|
|
41
33
|
if commit_source == "message":
|
|
42
34
|
try:
|
|
35
|
+
from diffron.agent_detect import is_well_formed_commit
|
|
43
36
|
with open(commit_msg_file, "r", encoding="utf-8") as f:
|
|
44
37
|
existing_msg = f.read().strip()
|
|
45
38
|
if existing_msg and is_well_formed_commit(existing_msg):
|
|
@@ -63,17 +63,10 @@ def main():
|
|
|
63
63
|
if commit_source in skip_sources:
|
|
64
64
|
sys.exit(0)
|
|
65
65
|
|
|
66
|
-
# Skip if an AI coding agent is detected
|
|
67
|
-
try:
|
|
68
|
-
from diffron.agent_detect import is_ai_agent_commit, is_well_formed_commit
|
|
69
|
-
if is_ai_agent_commit():
|
|
70
|
-
sys.exit(0)
|
|
71
|
-
except ImportError:
|
|
72
|
-
pass
|
|
73
|
-
|
|
74
66
|
# Skip if the existing message is already well-formed
|
|
75
67
|
if commit_source == "message":
|
|
76
68
|
try:
|
|
69
|
+
from diffron.agent_detect import is_well_formed_commit
|
|
77
70
|
with open(commit_msg_file, "r", encoding="utf-8") as f:
|
|
78
71
|
existing_msg = f.read().strip()
|
|
79
72
|
if existing_msg and is_well_formed_commit(existing_msg):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: diffron
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.12
|
|
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,
|
|
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 |
|
|
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 |
|
|
@@ -29,17 +29,10 @@ def main():
|
|
|
29
29
|
if commit_source in skip_sources:
|
|
30
30
|
sys.exit(0)
|
|
31
31
|
|
|
32
|
-
# Skip if an AI coding agent is detected
|
|
33
|
-
try:
|
|
34
|
-
from diffron.agent_detect import is_ai_agent_commit, is_well_formed_commit
|
|
35
|
-
if is_ai_agent_commit():
|
|
36
|
-
sys.exit(0)
|
|
37
|
-
except ImportError:
|
|
38
|
-
pass
|
|
39
|
-
|
|
40
32
|
# Skip if the existing message is already well-formed
|
|
41
33
|
if commit_source == "message":
|
|
42
34
|
try:
|
|
35
|
+
from diffron.agent_detect import is_well_formed_commit
|
|
43
36
|
with open(commit_msg_file, "r", encoding="utf-8") as f:
|
|
44
37
|
existing_msg = f.read().strip()
|
|
45
38
|
if existing_msg and is_well_formed_commit(existing_msg):
|
|
@@ -63,17 +63,10 @@ def main():
|
|
|
63
63
|
if commit_source in skip_sources:
|
|
64
64
|
sys.exit(0)
|
|
65
65
|
|
|
66
|
-
# Skip if an AI coding agent is detected
|
|
67
|
-
try:
|
|
68
|
-
from diffron.agent_detect import is_ai_agent_commit, is_well_formed_commit
|
|
69
|
-
if is_ai_agent_commit():
|
|
70
|
-
sys.exit(0)
|
|
71
|
-
except ImportError:
|
|
72
|
-
pass
|
|
73
|
-
|
|
74
66
|
# Skip if the existing message is already well-formed
|
|
75
67
|
if commit_source == "message":
|
|
76
68
|
try:
|
|
69
|
+
from diffron.agent_detect import is_well_formed_commit
|
|
77
70
|
with open(commit_msg_file, "r", encoding="utf-8") as f:
|
|
78
71
|
existing_msg = f.read().strip()
|
|
79
72
|
if existing_msg and is_well_formed_commit(existing_msg):
|
|
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
|