@docyrus/docyrus 0.0.70 → 0.0.72

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.
package/agent-loader.js CHANGED
@@ -2945,7 +2945,7 @@ async function main() {
2945
2945
  process.env.PI_SKIP_VERSION_CHECK = "1";
2946
2946
  settingsManager.setQuietStartup(true);
2947
2947
  settingsManager.setCollapseChangelog(true);
2948
- settingsManager.setLastChangelogVersion(version);
2948
+ settingsManager.setLastChangelogVersion(pi.VERSION || version);
2949
2949
  }
2950
2950
  const browserProviders = authStorage.getOAuthProviders();
2951
2951
  const apiKeyProviderIds = Array.from(new Set(initialModelRegistry.getAll().map((model) => model.provider)));