Ship Assistent 0.11.8: remember session params, slim /debug ask, generate only for real frames.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 05:35:21 +03:00
co-authored by Cursor
parent 784426c9bf
commit a5e96f7430
11 changed files with 181 additions and 87 deletions
+6
View File
@@ -979,6 +979,12 @@ public sealed class AssistentConfig
{
continue;
}
bool hidden = meta["hidden"]?.Value<bool?>() == true;
if (hidden)
{
byId.Remove(id);
continue;
}
bool enabled = meta["enabled"]?.Value<bool?>() != false;
string[] aliases = (meta["aliases"] as JArray)?.Select(t => t?.ToString()).Where(s => !string.IsNullOrWhiteSpace(s)).ToArray() ?? [];
byId[id] = (