agentlas 1.0.18 → 1.0.20
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 +25 -0
- package/README.md +190 -279
- package/engine/agents/router.cjs +111 -490
- package/engine/bootstrap-schema.sql +23 -21
- package/engine/commands/run.cjs +23 -34
- package/engine/project/controller.cjs +113 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.20 — 2026-08-01
|
|
4
|
+
|
|
5
|
+
- Restore the explicit independent-Terminal and private Cloud list/restore
|
|
6
|
+
guidance required by the cross-surface architecture contract. This corrects
|
|
7
|
+
the public README without changing the v1.0.19 runtime behavior.
|
|
8
|
+
|
|
9
|
+
## 1.0.19 — 2026-08-01
|
|
10
|
+
|
|
11
|
+
- **Ordinary runs now honor Desktop Work project ownership.** From a connected
|
|
12
|
+
project folder, the first member of the saved ordered agent pool is the task
|
|
13
|
+
controller and the remaining members are task-scoped sub-agent candidates.
|
|
14
|
+
Missing projects, empty teams, remote-only controllers, and unavailable
|
|
15
|
+
controller releases stop without silently selecting a default agent.
|
|
16
|
+
- Exact-agent invocation remains available as an explicit advanced path. The
|
|
17
|
+
separate route preview is judged by the connected model against the installed
|
|
18
|
+
roster and remains unresolved when the evidence or model is unavailable;
|
|
19
|
+
regex intent gates, keyword dictionaries, and lexical fallback selection were
|
|
20
|
+
removed.
|
|
21
|
+
- The fresh Terminal schema now matches Desktop project-first schema v85,
|
|
22
|
+
including ordered project pools and AutomationSession transcript ownership.
|
|
23
|
+
- The npm publication gate now verifies against the exact Agentlas OS v1.1.92
|
|
24
|
+
source commit used by Desktop instead of an older Core snapshot.
|
|
25
|
+
- Documentation now distinguishes verified macOS behavior, Linux CI coverage,
|
|
26
|
+
and the provided but not independently end-to-end verified Windows launcher.
|
|
27
|
+
|
|
3
28
|
## 1.0.18 — 2026-07-31
|
|
4
29
|
|
|
5
30
|
- **Private Agent Cloud inventory is readable by default.** `agentlas cloud
|