diff --git a/internal/bundler/upgrade.go b/internal/bundler/upgrade.go index cc470b26..b4f21082 100644 --- a/internal/bundler/upgrade.go +++ b/internal/bundler/upgrade.go @@ -22,6 +22,18 @@ type breakingChange struct { } var breakingChanges = []breakingChange{ + { + Runtime: "bunjs", + Version: "<0.0.154", + Title: "🚫 JS SDK Update Required 🚫", + Message: "An internal change related to telemetry requires updating to the latest SDK version. There are no code changes required on your end.\n\nPlease run bun update @agentuity/sdk --latest and then re-run this command again.", + }, + { + Runtime: "nodejs", + Version: "<0.0.154", + Title: "🚫 JS SDK Update Required 🚫", + Message: "An internal change related to telemetry requires updating to the latest SDK version. There are no code changes required on your end.\n\nPlease run npm upgrade @agentuity/sdk and then re-run this command again.", + }, { Runtime: "bunjs", Version: "<0.0.106",