Skip to content
Merged
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/agent-kit-langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@langchain/openai": "^0.4.4",
"@solana/web3.js": "^1.98.0",
"dotenv": "^16.4.7",
"solana-agent-kit": "^1.3.0",
"solana-agent-kit": "^2.0.1",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but examples/agent-kit-langgraph/pnpm-lock.yaml still pins solana-agent-kit to 1.3.0. Please update the lockfile (pnpm install) so installs/CI actually use solana-agent-kit ^2.0.1.

Suggested change
"solana-agent-kit": "^2.0.1",
"solana-agent-kit": "^1.3.0",

Copilot uses AI. Check for mistakes.
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/agent-kit-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"dotenv": "^16.4.7",
"solana-agent-kit": "1.4.8",
"solana-agent-kit": "^2.0.1",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but examples/agent-kit-mcp-server/pnpm-lock.yaml still pins solana-agent-kit to 1.4.8. Please update the lockfile (pnpm install) so installs/CI actually use solana-agent-kit ^2.0.1.

Suggested change
"solana-agent-kit": "^2.0.1",
"solana-agent-kit": "1.4.8",

Copilot uses AI. Check for mistakes.
"zod": "^3.24.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/agent-kit-nextjs-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^9.1.3",
"solana-agent-kit": "^1.3.0",
"solana-agent-kit": "^2.0.1",
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but examples/agent-kit-nextjs-langchain/pnpm-lock.yaml still pins solana-agent-kit to 1.3.0. Please update the lockfile (pnpm install) so installs/CI actually use solana-agent-kit ^2.0.1.

Suggested change
"solana-agent-kit": "^2.0.1",
"solana-agent-kit": "1.3.0",

Copilot uses AI. Check for mistakes.
"tailwindcss": "3.3.3",
"typescript": "5.9.3",
"zod": "^3.22.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/discord-bot-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^16.4.7",
"solana-agent-kit": "^1.3.4"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but examples/discord-bot-starter/pnpm-lock.yaml still pins solana-agent-kit to 1.3.4. Please update the lockfile (pnpm install) so installs/CI actually use solana-agent-kit ^2.0.1.

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

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^22.10.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/orbofi-personality-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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 30, 2026

Choose a reason for hiding this comment

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

package.json was updated to solana-agent-kit ^2.0.1, but this example’s package-lock.json still references solana-agent-kit ^1.3.0 / 1.x (and will keep npm installs on the old version). Please regenerate/update package-lock.json so npm installs resolve to 2.0.1.

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

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"tsx": "^4.19.2",
Expand Down
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 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but the corresponding pnpm-lock.yaml in this example still pins solana-agent-kit to 1.3.0. Please update the lockfile (run pnpm install here) so installs/CI actually use solana-agent-kit ^2.0.1.

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

Copilot uses AI. Check for mistakes.
}
}
2 changes: 1 addition & 1 deletion examples/tg-bot-starter/advanced-tg-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prebuilt": "link:@langchain/langgraph/prebuilt",
"react": "^19.2.0",
"react-dom": "^19.0.0",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but the corresponding pnpm-lock.yaml in this example still pins solana-agent-kit to 1.3.0. Please update the lockfile (e.g., run pnpm install in this example) so installs/CI actually use solana-agent-kit ^2.0.1.

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

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^20",
Expand Down
2 changes: 1 addition & 1 deletion examples/tg-bot-starter/basic-tg-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prebuilt": "link:@langchain/langgraph/prebuilt",
"react": "^19.2.0",
"react-dom": "^19.0.0",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but the corresponding pnpm-lock.yaml in this example still pins solana-agent-kit to 1.3.0. Please update the lockfile (e.g., run pnpm install in this example) so installs/CI actually use solana-agent-kit ^2.0.1.

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

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^20",
Expand Down
2 changes: 1 addition & 1 deletion examples/tg-bot-starter/group-tg-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prebuilt": "link:@langchain/langgraph/prebuilt",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solana-agent-kit": "^1.3.0"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

This dependency was bumped in package.json, but the corresponding pnpm-lock.yaml in this example still pins solana-agent-kit to 1.3.0. Please update the lockfile (e.g., run pnpm install in this example) so installs/CI actually use solana-agent-kit ^2.0.1.

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

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^20",
Expand Down