You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only compact is advertised, it has no input hint, and it is dispatched by matching the literal prompt prefix /compact in src/compaction.rs. Add proper command dispatch and advertise skills as commands with input hints.
Only
compactis advertised, it has noinputhint, and it is dispatched by matching the literal prompt prefix/compactinsrc/compaction.rs. Add proper command dispatch and advertise skills as commands withinputhints.Part of #146.