Merged
Conversation
…rror logging in various modules
…js; update related imports and dependencies
…cript with --explainFiles flag
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
Pull Request Summary
🆙 Dependency Updates
astro,@astrojs/starlight, and related Astro ecosystem packagesplaywrightandplaywright-core@fastify/cors,@modelcontextprotocol/sdk,openai,@napi-rs/canvas,mammoth,undici@intellectronica/ruler,@langchain/core,@langchain/langgraph,langsmith,marked🧑💻 Code & API Improvements
Base64 Handling for Web:
base64-jspackage for binary file uploads, improving compatibility and reliability in browsers.fromBase64in core to return aBufferinstead ofUint8Arrayfor more consistent internal handling.Error Logging Enhancements:
fetchtext.ts,fileedits.ts,xlsx.ts,xml.ts) for better debugging, including more descriptive error messages and using consistent debug utilities.Type Improvements:
Script Options Flexibility:
PromptScriptRunOptionsto accept bothstringandnumbertypes, increasing API flexibility.🏗️ Build & Workflow Tweaks
cleanstep from the web build script to speed up incremental builds.--explainFiles).🗂️ Miscellaneous
.gitignoreto include new files and documentation artifacts.base64-js,marked) to the web package.These changes collectively improve developer experience, binary file handling in the web client, error visibility, and keep dependencies up to date.