@eminent337/aery 0.1.19 → 0.1.21

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/CHANGELOG.md CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  ### Initial Release
12
12
  - First public release of Aery
13
- - Built on pi-mono 0.67.68 core
13
+ - Built on aery 0.67.68 (upstream base)
14
14
  - 27 extensions: auto-router, model failover, agent teams, loop scheduler, session memory, health scoring, damage control, circuit breaker, and more
15
15
  - Aery theme (sky blue accents)
16
16
  - Multi-provider support: NVIDIA, OpenRouter, Anthropic, OpenAI, Gemini, and more
17
17
  - Automatic model failover on rate limits (402/429)
18
- - Weekly upstream sync from pi-mono
18
+ - Weekly upstream sync from upstream
@@ -112,6 +112,7 @@ export declare class InteractiveMode {
112
112
  */
113
113
  private getChangelogForDisplay;
114
114
  private reportInstallTelemetry;
115
+ private installCorePackIfNeeded;
115
116
  private getMarkdownThemeWithSettings;
116
117
  private formatDisplayPath;
117
118
  private formatContextPath;