agentlas 0.9.2 → 0.9.3
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 +8 -0
- package/engine/agentlas-repl.cjs +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.3 — 2026-07-20
|
|
4
|
+
|
|
5
|
+
- Preserve the terminal UI spinner lifecycle through the memory-output guard,
|
|
6
|
+
so completed one-shot Claude/Codex turns exit cleanly instead of throwing
|
|
7
|
+
after the model result has already been printed.
|
|
8
|
+
- Keep Agentlas Terminal focused on independent agent and team execution; this
|
|
9
|
+
release does not add an Agentlas One surface.
|
|
10
|
+
|
|
3
11
|
## 0.9.2 — 2026-07-20
|
|
4
12
|
|
|
5
13
|
- Require the installed or Desktop-bundled Agentlas Core runtime to include the
|
package/engine/agentlas-repl.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentlas",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
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"
|