Skip to content

update dependencies#236

Merged
simongdavies merged 1 commit into
mainfrom
update-dependencies
Jul 3, 2026
Merged

update dependencies#236
simongdavies merged 1 commit into
mainfrom
update-dependencies

Conversation

@simongdavies

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 3, 2026 20:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR primarily updates Rust guest dependency resolutions (via Cargo.lock) and applies formatter-style adjustments to several TypeScript union types and type assertions across the plugin system and MCP agent code.

Changes:

  • Updated Rust transitive dependencies for the code-validator guest (src/code-validator/guest/Cargo.lock).
  • Normalized TypeScript union type formatting in plugin system + MCP types.
  • Simplified several as ... | undefined type assertions to a single-line style for consistency/readability.

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/plugin-system/types.ts Reformats PluginState union type to a single-line union.
src/plugin-system/auditor.ts Reformats a sessions map type assertion in audit session cleanup.
src/code-validator/guest/Cargo.lock Updates pinned Rust dependency versions / resolutions for the guest crate.
src/agent/mcp/types.ts Reformats MCP auth/config/state union types to single-line unions.
src/agent/mcp/setup-commands.ts Reformats cached token map type assertion.
src/agent/mcp/plugin-adapter.ts Reformats JSON-schema properties type assertions.
src/agent/index.ts Reformats tuning category + reasoning-effort unions and a couple of type assertions.

@simongdavies simongdavies merged commit 62c19ed into main Jul 3, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants