-
Notifications
You must be signed in to change notification settings - Fork 146
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
startlight 0.32 upgrade #1167
Merged
+151
−179
Merged
startlight 0.32 upgrade #1167
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -2829,7 +2829,7 @@ The following npm packages may be included in this product: | |
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected].4 | ||
- @types/[email protected].5 | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
- @types/[email protected] | ||
|
@@ -2862,7 +2862,7 @@ MIT License | |
|
||
The following npm package may be included in this product: | ||
|
||
- genaiscript-vscode@1.104.5 | ||
- genaiscript-vscode@1.105.0 | ||
|
||
This package contains the following license: | ||
|
||
|
@@ -5521,7 +5521,7 @@ THE SOFTWARE. | |
The following npm packages may be included in this product: | ||
|
||
- [email protected] | ||
- [email protected].0 | ||
- [email protected].1 | ||
|
||
These packages each contain the following license: | ||
|
||
|
@@ -7251,7 +7251,7 @@ THIS SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].1 | ||
- [email protected].2 | ||
|
||
This package contains the following license: | ||
|
||
|
@@ -8073,10 +8073,10 @@ The following npm packages may be included in this product: | |
- @tokenizer/[email protected] | ||
- [email protected] | ||
- [email protected] | ||
- genaiscript-core-internal@1.104.5 | ||
- genaiscript-sample@1.104.5 | ||
- genaiscript-web@1.104.5 | ||
- genaiscript@1.104.5 | ||
- genaiscript-core-internal@1.105.0 | ||
- genaiscript-sample@1.105.0 | ||
- genaiscript-web@1.105.0 | ||
- genaiscript@1.105.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -8944,7 +8944,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- strnum@1.0.5 | ||
- strnum@1.1.1 | ||
|
||
This package contains the following license: | ||
|
||
|
@@ -11901,7 +11901,7 @@ SOFTWARE. | |
|
||
The following npm package may be included in this product: | ||
|
||
- [email protected].0 | ||
- [email protected].1 | ||
|
||
This package contains the following license: | ||
|
||
|
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
16 changes: 6 additions & 10 deletions
16
.../content/docs/blog/drafts/makeitbetter.md → docs/src/content/docs/blog/makeitbetter.md
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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
--- | ||
title: "Improve Your Code Twice with GenAI 🛠️" | ||
authors: genaiscript | ||
title: Make it better! | ||
authors: | ||
- genaiscript | ||
- pelikhan | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Author list should be formatted as an unordered list for better readability.
|
||
date: 2025-01-28 | ||
draft: true | ||
tags: ["genai", "code improvement", "automation"] | ||
canonical_url: https://microsoft.github.io/genaiscript/blog/improve-your-code-twice-with-genai | ||
--- | ||
|
||
## Introduction | ||
|
||
Have you ever wished to improve your code automatically? This script uses GenAI to enhance your code by running a specific function twice. You can view the script [here](https://github.com/microsoft/genaiscript/blob/main/packages/sample/genaisrc/makeitbetter.genai.mjs). | ||
|
||
## Motivation | ||
|
||
The goal of this script is to leverage artificial intelligence to analyze and enhance your code without manual intervention. It's like having a smart assistant that can refine your work effortlessly. | ||
GenAIScript comes with a helper that tells the LLM to "make it better". | ||
It's a surprising way to improve your code by repeating a set of instructions multiple times. | ||
|
||
## Code Explanation | ||
|
||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Title should be more descriptive and follow a consistent format.