release: v0.9.2

This commit is contained in:
Denis Berekchiyan 2026-04-21 22:28:47 -07:00
parent d79d8848dd
commit 831ec5e4ae
4 changed files with 98 additions and 79 deletions

161
main.js

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"id": "agent-fleet",
"name": "Agent Fleet",
"version": "0.9.1",
"version": "0.9.2",
"minAppVersion": "1.6.0",
"description": "File-backed AI agents, task scheduling, and inbox monitoring inside Obsidian.",
"author": "Denis Berekchiyan",

View file

@ -4124,6 +4124,17 @@
color: var(--color-orange, #e8a23a);
}
/* Transient compact notice in the stats strip. Intentionally muted it's
* informational ("we just summarized to free up context"), not an error. */
.af-chat-stats-compact {
color: var(--af-text-secondary);
font-size: 0.85em;
opacity: 0.85;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* ── Chat threading ── */
/* Thread badge: mirrors the `.af-chat-tool-summary summary` treatment

View file

@ -13,5 +13,6 @@
"0.8.1": "1.6.0",
"0.8.2": "1.6.0",
"0.9.0": "1.6.0",
"0.9.1": "1.6.0"
"0.9.1": "1.6.0",
"0.9.2": "1.6.0"
}