Skip to content

Commit 3df496d

Browse files
committed
Release v0.9.7
1 parent ef1762f commit 3df496d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abjects",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "LLM-Mediated Object System",
55
"author": {
66
"name": "mempko",

site/src/data/changelog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"version": "0.9.7",
4+
"date": "2026-08-18",
5+
"title": "Antigravity Lands",
6+
"summary": "Abject can now use the Antigravity CLI (agy) as an LLM provider, joining the other CLI providers your objects can think through. A round of follow-up fixes makes it dependable from day one: a correct model catalog, resilient streaming, and runs that report progress and shut down cleanly.",
7+
"highlights": [
8+
"New LLM provider: the Antigravity CLI (agy). If you have agy installed, your objects can use it for their thinking, right alongside the existing CLI providers.",
9+
"The agy provider ships hardened, not just added: it inherits everything the other CLI providers already learned, with a corrected model catalog and a sturdier streaming path."
10+
],
11+
"fixes": [
12+
"Long-running agy goals no longer stall silently: progress keepalives fire every 5 seconds, and a SIGKILL fallback cleans up processes that refuse to exit.",
13+
"SkillAgent now advertises the host's ShellExecutor CLI capability in its ask prompt, so work that needs a shell gets routed to an agent that actually has one."
14+
]
15+
},
216
{
317
"version": "0.9.6",
418
"date": "2026-08-13",

0 commit comments

Comments
 (0)