You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
7
+
- Variable `{taskTimeSpent}` in `HH:mm` format for prompt customization that is replaced with value from the active [task](https://www.jetbrains.com/help/idea/managing-tasks-and-context.html#work-with-tasks).
Copy file name to clipboardExpand all lines: src/main/resources/messages/AiCommitsBundle.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ validation.float=Value should be a float.
46
46
validation.double=Value should be a double.
47
47
validation.temperature=Temperature should be between 0 and 2.
48
48
settings.prompt.comment=<ul>\
49
-
<li>Customize your prompt with variables: {locale}, {diff}, {branch}, {hint}, {taskId}, {taskSummary}and {taskDescription}.</li>\
49
+
<li>Customize your prompt with variables: {locale}, {diff}, {branch}, {hint}, {taskId}, {taskSummary}, {taskDescription} and {taskTimeSpent}.</li>\
50
50
<li>Include a hint by using a dollar sign prefix like this: {Here is a hint: $hint}. This adds the hint text inside the curly brackets only if a hint is provided.</li>\
51
51
<li>Note: The prompt preview displays only the first 10,000 characters.</li>\
0 commit comments