mirror of
https://github.com/denberek/obsidian-agent-fleet.git
synced 2026-07-22 07:47:06 +00:00
release: v0.9.2
This commit is contained in:
parent
d79d8848dd
commit
831ec5e4ae
4 changed files with 98 additions and 79 deletions
161
main.js
161
main.js
File diff suppressed because one or more lines are too long
|
|
@ -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",
|
||||
|
|
|
|||
11
styles.css
11
styles.css
|
|
@ -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 —
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue