@@ -48,11 +50,12 @@ export class PromptEditor extends LitElement {
placeholder="Message pi... Use / for commands, @ for files"
>
${shellMode ? html`
Shell command${inputMode.excludeFromContext ? " · excluded from context" : ""}
` : null}
+ ${this.isCompacting && !shellMode ? html`
Compacting history · message will be queued
` : null}
{ this.pick(item); }}>