obsidian-agent-fleet 0.9.0 → 0.9.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "agent-fleet",
3
3
  "name": "Agent Fleet",
4
- "version": "0.9.0",
4
+ "version": "0.9.2",
5
5
  "minAppVersion": "1.6.0",
6
6
  "description": "File-backed AI agents, task scheduling, and inbox monitoring inside Obsidian.",
7
7
  "author": "Denis Berekchiyan",
package/plugin/styles.css CHANGED
@@ -1301,6 +1301,20 @@
1301
1301
  gap: 8px 16px;
1302
1302
  }
1303
1303
 
1304
+ .af-form-checkbox-row {
1305
+ display: flex;
1306
+ align-items: center;
1307
+ gap: 6px;
1308
+ margin: 2px 0;
1309
+ font-size: 12px;
1310
+ color: var(--af-text-primary);
1311
+ cursor: pointer;
1312
+ }
1313
+
1314
+ .af-form-checkbox-row input[type="checkbox"] {
1315
+ margin: 0;
1316
+ }
1317
+
1304
1318
  .af-form-checkbox-label {
1305
1319
  display: flex;
1306
1320
  align-items: center;
@@ -4110,6 +4124,17 @@
4110
4124
  color: var(--color-orange, #e8a23a);
4111
4125
  }
4112
4126
 
4127
+ /* Transient compact notice in the stats strip. Intentionally muted — it's
4128
+ * informational ("we just summarized to free up context"), not an error. */
4129
+ .af-chat-stats-compact {
4130
+ color: var(--af-text-secondary);
4131
+ font-size: 0.85em;
4132
+ opacity: 0.85;
4133
+ white-space: nowrap;
4134
+ overflow: hidden;
4135
+ text-overflow: ellipsis;
4136
+ }
4137
+
4113
4138
  /* ── Chat threading ── */
4114
4139
 
4115
4140
  /* Thread badge: mirrors the `.af-chat-tool-summary summary` treatment —