Skip to content

upgraded packages #138

Open
devopsacid wants to merge 1 commit intotobi:mainfrom
devopsacid:main
Open

upgraded packages #138
devopsacid wants to merge 1 commit intotobi:mainfrom
devopsacid:main

Conversation

@devopsacid
Copy link

Issue was that it doesn't work on my Ubuntu 24.04 laptop.

After I upgraded packages everything seems solved.

Recommending to merge upgrades to main, it'll solve some future issue for others too.

Copilot AI review requested due to automatic review settings February 8, 2026 17:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates JavaScript dependencies to address runtime/install issues encountered on Ubuntu 24.04, aiming to keep the project’s Bun-based toolchain working across environments.

Changes:

  • Bump @modelcontextprotocol/sdk from ^1.25.1 to ^1.26.0
  • Bump node-llama-cpp from ^3.14.5 to ^3.15.1
  • Bump zod from ^4.2.1 to ^4.3.6

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +21 to +25
"@modelcontextprotocol/sdk": "^1.26.0",
"node-llama-cpp": "^3.15.1",
"sqlite-vec": "^0.1.7-alpha.2",
"yaml": "^2.8.2",
"zod": "^4.2.1"
"zod": "^4.3.6"
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

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

Dependency versions were bumped in package.json, but bun.lock still pins the old versions (@modelcontextprotocol/sdk@1.25.1, node-llama-cpp@3.14.5, zod@4.2.1). This means installs/CI will continue using the old versions and the upgrade may not actually take effect. Regenerate and commit bun.lock (e.g., run bun install) so the lockfile matches the updated dependency ranges.

Copilot uses AI. Check for mistakes.
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.

1 participant

Comments