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 significant updates to the
packages/agent
andpackages/chat
modules, introducing new functionalities, dependencies, and refactoring existing code. The most important changes include updating package versions, adding new methods toNestiaAgent
, enhancingNestiaChatUploader
andNestiaChatMovie
, and introducing aMarkdownViewer
component.Updates to
packages/agent
:Version Update:
@nestia/agent
version from0.3.3
to0.3.5
inpackage.json
.New Imports and Methods:
INestiaAgentController
andINestiaAgentProvider
inNestiaAgent.ts
.getProvider
andgetControllers
methods inNestiaAgent
class.Enhancements to
packages/chat
:Version and Dependency Updates:
@nestia/chat
version from0.2.1
to0.1.0
and added new dependencies such ashtml2canvas
,js-file-download
, andreact-json-editor-ajrm
inpackage.json
. [1] [2] [3] [4]New Functionality:
publish.js
script to automate the build and publish process, ensuring the correct version of@nestia/agent
is used.MarkdownViewer
component to render markdown content with plugins for raw HTML and Mermaid diagrams.Refactoring and Enhancements:
NestiaChatUploader
to include form controls for HTTP connection and LLM arguments, and handle application state.NestiaChatMovie
with new functionalities such as capturing screenshots and improved event handling for agent interactions. [1] [2] [3] [4]NestiaChatUploader
.Minor Changes:
These changes collectively improve the functionality, usability, and maintainability of the
@nestia/agent
and@nestia/chat
packages.