mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 13:01:41 +00:00
Add changelog and docs for settings fuzzy search (#643)
This commit is contained in:
parent
d91c7a000a
commit
842a65f06a
3 changed files with 3 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ pi.registerCommand("settings", {
|
|||
ctx.ui.notify(`${id} = ${newValue}`, "info");
|
||||
},
|
||||
() => done(undefined), // On close
|
||||
{ enableSearch: true }, // Optional: enable fuzzy search by label
|
||||
);
|
||||
container.addChild(settingsList);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue