agentlas 1.0.19 → 1.0.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 +11 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.21 — 2026-08-01
|
|
4
|
+
|
|
5
|
+
- Align the independent Terminal sentence with the exact cross-surface
|
|
6
|
+
architecture-sync marker used by the Web release gate.
|
|
7
|
+
|
|
8
|
+
## 1.0.20 — 2026-08-01
|
|
9
|
+
|
|
10
|
+
- Restore the explicit independent-Terminal and private Cloud list/restore
|
|
11
|
+
guidance required by the cross-surface architecture contract. This corrects
|
|
12
|
+
the public README without changing the v1.0.19 runtime behavior.
|
|
13
|
+
|
|
3
14
|
## 1.0.19 — 2026-08-01
|
|
4
15
|
|
|
5
16
|
- **Ordinary runs now honor Desktop Work project ownership.** From a connected
|
package/README.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
|
|
12
12
|
**Agentlas Terminal CLI** — Independent AI agent runtime installed via `npm install -g agentlas` and launched with `agentlas`. Run exact installed agents, teams, and parallel sessions directly from your shell without keeping Desktop open. When Desktop is installed, Terminal reads the same local project, agent, and runtime state. Bring your own model — use your existing Claude Code, Codex, or Gemini CLI subscriptions or BYOK API keys.
|
|
13
13
|
|
|
14
|
+
Use this existing independent Terminal as the command-line runtime: inspect owner-private packages with `agentlas cloud list`, restore one with `agentlas cloud restore <slug>`, or install an eligible public package with `agentlas install <slug>`.
|
|
15
|
+
|
|
14
16
|
> **We are Agent Trust. Your agent is not a program. It is an asset. — Agentlas —**
|
|
15
17
|
|
|
16
18
|
Agent Trust is our product principle: agent packages are treated as portable, owner-scoped, inspectable, and restorable assets. (It does not imply regulated financial or fiduciary services.) Agent Cloud stores package assets in your private cloud account, while Agentlas Terminal verifies and executes local runtime copies on your host machine.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentlas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Agentlas agent terminal — chat with your installed AI agents and teams from the terminal, Claude Code style. Standalone: no desktop app required.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"agentlas": "bin/agentlas.cjs"
|