Bundle agent server and update MSI package publishing - #2785
Open
hillary-mutisya wants to merge 8 commits into
Open
Bundle agent server and update MSI package publishing#2785hillary-mutisya wants to merge 8 commits into
hillary-mutisya wants to merge 8 commits into
Conversation
Switch publishing and MSI pipelines from deploy layouts to validated bundles. • Bundle all inbox and optional agents through bundleAgentPackage() . • Add browser, TaskFlow, and PowerShell runtime asset handling. • Expand cross-profile, native dependency, and runtime-file validation. • Stage the minimal Copilot plugin artifact for publication.
hillary-mutisya
enabled auto-merge
August 2, 2026 01:39
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.
This pull request introduces significant improvements to the build and packaging pipeline, especially for agent-server and copilot-plugin artifacts, and refactors how schema files are accessed in the browser agent. The changes enhance reliability, maintainability, and clarity in both the build process and codebase.
Build and Packaging Pipeline Improvements:
stageCopilotPlugin.mjs), simplifying and standardizing the process.buildAgentProfile.mjsand updated the agent-server bundling process to usebundleAgentServer.mjsandvalidateBundledArtifact.mjs, improving artifact validation and consistency.ts/package.jsonfor bundling agent-server and copilot-plugin, and introducedesbuildas a development dependency. [1] [2]agent-server-bundled-runtimepackage to manage runtime dependencies for the bundled agent-server, improving dependency management and modularity.Agent Browser Package Refactoring:
getBrowserPackageFilePath(new file:utils/packageFilePath.mts), and refactored all relevant modules to use this function instead of manual path construction, increasing reliability and maintainability. [1] [2] [3] [4] [5] [6] [7] [8]package.jsonby specifying bundle entries, assets, and asset mappings, enabling more robust and flexible packaging.Miscellaneous Improvements:
These changes collectively improve the build pipeline's robustness and the browser agent's code quality, making future maintenance and feature additions easier and safer.