@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 +2 -2
- package/dist/modes/interactive/interactive-mode.d.ts +1 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +18 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/docs/compaction.md +3 -3
- package/docs/custom-provider.md +4 -4
- package/docs/development.md +2 -2
- package/docs/extensions.md +28 -28
- package/docs/packages.md +1 -1
- package/docs/rpc.md +1 -1
- package/docs/sdk.md +25 -25
- package/docs/session.md +2 -2
- package/docs/skills.md +1 -1
- package/docs/termux.md +1 -1
- package/docs/tui.md +20 -20
- package/examples/extensions/README.md +2 -2
- package/examples/extensions/doom-overlay/README.md +1 -1
- package/examples/extensions/overlay-qa-tests.ts +5 -5
- package/examples/sdk/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
|
|
11
11
|
### Initial Release
|
|
12
12
|
- First public release of Aery
|
|
13
|
-
- Built on
|
|
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
|
|
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;
|