Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/persistent-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"dependencies": {
"@langchain/langgraph-checkpoint-postgres": "^0.0.2",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

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

The PR description indicates upgrading to version 2.0.1, but the package.json specifies ^2.0.1 which will allow updates up to (but not including) 3.0.0. Meanwhile, the lock file shows version 2.0.10 is actually being installed. This discrepancy should be addressed - either the PR description should be updated to reflect the actual installed version (2.0.10), or the version constraint should be more specific if 2.0.1 is specifically required for the security fix.

Suggested change
"solana-agent-kit": "^2.0.1"
"solana-agent-kit": "2.0.10"

Copilot uses AI. Check for mistakes.
}
}
Loading