@sylphai/adal-cli 1.2.1-beta.6 → 1.2.1
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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to AdaL CLI will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [1.2.1] - 2026-05-23
|
|
5
|
+
|
|
6
|
+
- Gemini 3.5 Flash model now available via `/model`
|
|
7
|
+
- CLI: Context breakdown details now visible to all users in `/stats` session statistics
|
|
8
|
+
- Desktop: Marked desktop as preview in header
|
|
9
|
+
- Desktop: Seamless `/ide` handoff — Desktop app stays connected without backend interruption
|
|
10
|
+
- Desktop: Clickable file paths in chat messages — click any inline path to open it in the file viewer
|
|
11
|
+
- Desktop: Improved file viewer with better media previews and smart link navigation
|
|
12
|
+
- Desktop: Smoother Desktop updates — progress shown in-app instead of native modal dialogs
|
|
13
|
+
- Desktop: More reliable sessions after auto-updates (no more stale certificate errors)
|
|
14
|
+
|
|
4
15
|
## [1.2.0] - 2026-05-20
|
|
5
16
|
|
|
6
17
|
- (Preview) [Desktop App](https://docs.sylph.ai/getting-started/desktop-app) now available - download app and open with icon or `/ide` command
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sylphai/adal-cli",
|
|
3
|
-
"version": "1.2.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "AI-powered CLI for development and research tasks",
|
|
5
5
|
"bin": {
|
|
6
6
|
"adal": "bin/adal-cli.js"
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"postinstall": "node lib/setup-cache.js"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"@sylphai/adal-cli-darwin-arm64": "1.2.1
|
|
13
|
-
"@sylphai/adal-cli-darwin-x64": "1.2.1
|
|
14
|
-
"@sylphai/adal-cli-linux-x64": "1.2.1
|
|
15
|
-
"@sylphai/adal-cli-linux-arm64": "1.2.1
|
|
16
|
-
"@sylphai/adal-cli-win32-x64": "1.2.1
|
|
12
|
+
"@sylphai/adal-cli-darwin-arm64": "1.2.1",
|
|
13
|
+
"@sylphai/adal-cli-darwin-x64": "1.2.1",
|
|
14
|
+
"@sylphai/adal-cli-linux-x64": "1.2.1",
|
|
15
|
+
"@sylphai/adal-cli-linux-arm64": "1.2.1",
|
|
16
|
+
"@sylphai/adal-cli-win32-x64": "1.2.1"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"bin/",
|