@draht/coding-agent 2026.3.2-8 → 2026.3.2-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2338,7 +2338,7 @@ export class InteractiveMode {
2338
2338
  showNewVersionNotification(newVersion) {
2339
2339
  const action = theme.fg("accent", getUpdateInstruction("@draht/coding-agent"));
2340
2340
  const updateInstruction = theme.fg("muted", `New version ${newVersion} is available. `) + action;
2341
- const changelogUrl = theme.fg("accent", "https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md");
2341
+ const changelogUrl = theme.fg("accent", "https://github.com/draht-dev/draht/blob/main/packages/coding-agent/CHANGELOG.md");
2342
2342
  const changelogLine = theme.fg("muted", "Changelog: ") + changelogUrl;
2343
2343
  this.chatContainer.addChild(new Spacer(1));
2344
2344
  this.chatContainer.addChild(new DynamicBorder((text) => theme.fg("warning", text)));