-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1030 from getappmap/feat/token-limit-setting
feat: Token limit setting
- Loading branch information
Showing
7 changed files
with
91 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,5 @@ resources/*.jar | |
|
||
# AppMap | ||
tmp/appmap | ||
.navie/**/diff.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Describe the changes in the manner of a PR description. | ||
|
||
In the initial section, describe the changes that directly address the issue description and/or | ||
plan, if provided. | ||
|
||
In a subsequent section, describe any changes that were not part of the original plan or issue | ||
description, if provided. | ||
|
||
Do not emit any code snippets; just a description of the changes made. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/nocontext | ||
|
||
Compare a set of code changes with an implementation plan. | ||
|
||
If no code changes are provided, emit a message indicating that the code changes are missing. | ||
|
||
If no implementation plan is provided, emit a message indicating that the implementation plan is | ||
missing. | ||
|
||
If both code changes and an implementation plan are provided, compare the code changes with the | ||
implementation plan and emit a list of differences between the two. | ||
|
||
Output your analysis in the following sections: | ||
|
||
## As planned | ||
|
||
- A change that is present in the implementation plan and also present in the code changes. | ||
- Another change that is present in the implementation plan and also present in the code changes. | ||
|
||
## Unplanned changes | ||
|
||
- A change that is present in the code changes but not in the implementation plan. | ||
- Another change that is present in the code changes but not in the implementation plan. | ||
|
||
## Unimplemented changes | ||
|
||
- A change that is present in the implementation plan but not in the code changes. | ||
- Another change that is present in the implementation plan but not in the code changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters