@neovate/code 0.12.1 → 0.12.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.
package/dist/index.d.ts CHANGED
@@ -122,6 +122,7 @@ declare type AssistantMessage = {
122
122
  declare interface BaseSlashCommand {
123
123
  name: string;
124
124
  description: string;
125
+ isEnabled?: boolean;
125
126
  }
126
127
 
127
128
  declare type CommitConfig = {