-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Prepare major update #1243
Merged
Merged
Prepare major update #1243
Conversation
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
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
This pull request includes several changes to the
Nestia
project, focusing on package updates, removal of obsolete code, and cleanup of documentation. The most important changes include updates to dependencies and scripts, the removal of theNestiaAgent
class, and the deletion of various prompt files.Dependency and Script Updates:
benchmark/package.json
: Updated thetypia
dependency to version^8.0.0-dev.20250222
and revised theprepare
script to removetypia patch
. [1] [2]package.json
: Updated the project version to5.0.0-dev.20250223
.Code Removal:
packages/agent/build/prompt.ts
: Removed the entire file, which contained code for reading and writing prompt files.packages/agent/src/NestiaAgent.ts
: Removed the entireNestiaAgent
class, which was responsible for managing the A.I. chatbot agent.Documentation Cleanup:
packages/agent/README.md
: Removed the entire README file, which contained detailed documentation about theNestia
project and its components.Removal of Prompt Files:
cancel.md
,common.md
,describe.md
,execute.md
,initialize.md
, andselect.md
. [1] [2] [3] [4] [5] [6]These changes streamline the project by removing outdated and unnecessary code and updating dependencies to their latest versions.