@eminent337/aery 0.1.44 → 0.1.53
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/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +1 -1
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/docs/compaction.md +18 -18
- package/docs/custom-provider.md +21 -21
- package/docs/extensions.md +104 -102
- package/docs/json.md +5 -5
- package/docs/keybindings.md +3 -3
- package/docs/models.md +2 -2
- package/docs/packages.md +21 -21
- package/docs/prompt-templates.md +1 -1
- package/docs/providers.md +3 -1
- package/docs/rpc.md +1 -1
- package/docs/sdk.md +7 -5
- package/docs/session.md +4 -4
- package/docs/skills.md +2 -2
- package/docs/terminal-setup.md +1 -1
- package/docs/themes.md +1 -1
- package/docs/tree.md +1 -1
- package/docs/tui.md +7 -7
- package/package.json +1 -1
|
@@ -3621,7 +3621,7 @@ export class InteractiveMode {
|
|
|
3621
3621
|
if (usesCallbackServer) {
|
|
3622
3622
|
// Show input for manual paste, racing with callback
|
|
3623
3623
|
dialog
|
|
3624
|
-
.showManualInput("
|
|
3624
|
+
.showManualInput("Open the URL in your browser, log in, then paste the redirect URL here.\n(WSL/remote users: after login, copy the full URL from the browser address bar and paste it below)")
|
|
3625
3625
|
.then((value) => {
|
|
3626
3626
|
if (value && manualCodeResolve) {
|
|
3627
3627
|
manualCodeResolve(value);
|