-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the UI to allow canceling running jobs, adds functions to acc…
…ess package.json file and its version from the project directory, modifies the combineSummaries PromptTemplate to specify the first line limit, and updates error handling in the spawn function to provide more detailed information for troubleshooting. - Refactors JobsList.tsx to use the new API - Adds a new button to the UI - Adds a new API endpoint to cancel jobs - Updates handleCombine function in generate.ts to use the combined array - Adds loadPackageJsonFromProject() and packageVersionFromProject() functions - Allows accessing package.json file and its version from the project directory - Specifies that the first line of the overall summary should not exceed 50 characters in combineSummaries PromptTemplate - Adds example output to demonstrate expected format of combined summary - Updates error handling in spawn function - Logs specific error message received from command execution - Provides more detailed information for troubleshooting - Logs error message in stderr output for better error tracking and debugging
- Loading branch information
1 parent
dd78135
commit 6e6235d
Showing
5 changed files
with
49 additions
and
9 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
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