diff --git a/internal/bundler/upgrade.go b/internal/bundler/upgrade.go index fb46f4c0..9c728aa8 100644 --- a/internal/bundler/upgrade.go +++ b/internal/bundler/upgrade.go @@ -23,7 +23,7 @@ var jsBreakingChanges = []breakingChange{ Runtime: "bunjs", Version: "<0.0.106", Title: "🚫 JS SDK Breaking Change 🚫", - Message: "The JS SDK type signatures for AgentRequest have changed to be async functions. Please see the v0.0.106 Changelog for how to update your code.\n\n" + tui.Link("https://agentuity.dev/Changelog/sdk-js#v00106") + "\n\nPlease bun upgrade @agentuity/sdk, fix your types and ensure your code passes type checking and then re-run this command again.", + Message: "The JS SDK type signatures for AgentRequest have changed to be async functions. Please see the v0.0.106 Changelog for how to update your code.\n\n" + tui.Link("https://agentuity.dev/Changelog/sdk-js#v00106") + "\n\nPlease bun update @agentuity/sdk --latest, fix your types and ensure your code passes type checking and then re-run this command again.", }, { Runtime: "nodejs",