@sylphai/adal-cli 1.8.4 → 1.8.5-beta.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Changelog
2
2
  All notable changes to AdaL CLI will be documented in this file.
3
3
 
4
+ ## [1.8.4] - 2026-09-17
5
+
6
+ - **Use your own endpoint with BYOAK** — connect AdaL to your own gateway or self-hosted endpoint. [Learn how to set it up.](https://docs.sylph.ai/features/bring-your-own-api-key#custom-endpoint)
7
+ - **Write like a human** — a new capability that removes telltale AI writing patterns from anything AdaL drafts for people to read. Just ask AdaL to **“write like a human.”**
8
+ - **Weekly usage in `/usage`** — see your current weekly usage and when your limit resets.
9
+ - **A better student discount experience** — clearer steps make it easier for eligible students to claim the discount.
10
+ - **Clickable pull requests in the footer** — open the current PR directly from its footer link.
11
+ - **More reliable tool calls** — improved tool-call stability across several models.
12
+ - AdaL now launches on older x64 processors that previously could not start it.
13
+
4
14
  ## [1.8.0] - 2026-09-11
5
15
 
6
16
  - **Capabilities** - AdaL's built-in skillsets that replace agent modes. A capability loads automatically when a task calls for it, and multiple can be active in one session. Check what's loaded with `/capabilities`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphai/adal-cli",
3
- "version": "1.8.4",
3
+ "version": "1.8.5-beta.2",
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.8.4",
13
- "@sylphai/adal-cli-darwin-x64": "1.8.4",
14
- "@sylphai/adal-cli-linux-x64": "1.8.4",
15
- "@sylphai/adal-cli-linux-arm64": "1.8.4",
16
- "@sylphai/adal-cli-win32-x64": "1.8.4"
12
+ "@sylphai/adal-cli-darwin-arm64": "1.8.5-beta.2",
13
+ "@sylphai/adal-cli-darwin-x64": "1.8.5-beta.2",
14
+ "@sylphai/adal-cli-linux-x64": "1.8.5-beta.2",
15
+ "@sylphai/adal-cli-linux-arm64": "1.8.5-beta.2",
16
+ "@sylphai/adal-cli-win32-x64": "1.8.5-beta.2"
17
17
  },
18
18
  "files": [
19
19
  "bin/",