-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP support commit #27
base: dev
Are you sure you want to change the base?
Conversation
package.json
Outdated
"tsup": "^6.7.0", | ||
"typescript": "^5.0.3" | ||
}, | ||
"jest": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加一个 jest config 配置文件吧, package json 东西少一点
return sorted; | ||
} | ||
|
||
getFilePrompts(diffFile?: string, len = 5) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以这边就负责读 文件就行,在 prompt map 那边,根据读的diff 文件,生成 prompt?
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.vscode 可以 ignore 了
now we can test commit by run this command