Skip to content

Commit 3c0d118

Browse files
committed
Update stable version
Update stable version
1 parent 43e5f43 commit 3c0d118

4 files changed

Lines changed: 33 additions & 11 deletions

File tree

automation_ide/automation_editor_ui/prompt_edit_gui/prompt_templates/first_code_review.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
FIRST_CODE_REVIEW = """
2+
# Code Review Template
3+
4+
## PR Description
5+
{pr_description}}
6+
7+
## Review Rules
28
Please perform a first-step code review focusing on the following aspects:
39
1. Code readability (indentation, formatting, comments).
410
2. Clarity and descriptiveness of variable, function, and class names; avoid overly vague or cryptic naming.
@@ -8,4 +14,10 @@
814
6. Focus only on the most obvious issues and avoid deep analysis at this stage.
915
1016
Respond in a structured, bullet-point format, keeping the feedback concise and professional.
17+
18+
## Code diff to review:
19+
```diff
20+
# Paste your code diff here
21+
{code_diff}
22+
```
1123
"""

automation_ide/automation_editor_ui/prompt_edit_gui/prompt_templates/first_summary_prompt.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
FIRST_SUMMARY_PROMPT = """
2+
## PR Description
3+
{pr_description}}
4+
5+
## Summary Rules
26
Please generate a first-step Pull Request summary (PR Summary) focusing on:
37
1. Key changes: Briefly describe the core modifications or new features.
48
2. Impact scope: Identify affected modules, files, or functionalities.
@@ -8,4 +12,10 @@
812
6. Avoid excessive technical detail; keep the summary at a high level for quick team understanding.
913
1014
Write in a structured, bullet-point format, keeping the summary concise and professional for quick team understanding.
15+
16+
## Code diff to review:
17+
```diff
18+
# Paste your code diff here
19+
{code_diff}
20+
```
1121
"""

stable.toml renamed to dev.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to dev version
2+
# This is dev version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_ide"
9-
version = "0.0.54"
8+
name = "automation_ide_dev"
9+
version = "0.0.67"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"je-editor", "je_auto_control", "je_web_runner",
17+
"je_editor_dev", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
1919
"automation-file", "PySide6==6.10.1", "test_pioneer", "paramiko"
2020
]
@@ -35,5 +35,6 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3535
file = "README.md"
3636
content-type = "text/markdown"
3737

38+
3839
[tool.setuptools.packages]
3940
find = { namespaces = false }

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Rename to dev version
2-
# This is dev version
1+
# Rename to build stable version
2+
# This is stable version
33
[build-system]
44
requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_ide_dev"
9-
version = "0.0.67"
8+
name = "automation_ide"
9+
version = "0.0.55"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]
1313
description = "AutomationEditor for multi automation"
1414
requires-python = ">=3.10"
1515
license-files = ["LICENSE"]
1616
dependencies = [
17-
"je_editor_dev", "je_auto_control", "je_web_runner",
17+
"je-editor", "je_auto_control", "je_web_runner",
1818
"je_load_density", "je_api_testka", "je-mail-thunder",
1919
"automation-file", "PySide6==6.10.1", "test_pioneer", "paramiko"
2020
]
@@ -35,6 +35,5 @@ Code = "https://github.com/Intergration-Automation-Testing/AutomationEditor"
3535
file = "README.md"
3636
content-type = "text/markdown"
3737

38-
3938
[tool.setuptools.packages]
4039
find = { namespaces = false }

0 commit comments

Comments
 (0)