Skip to content

Recap

Category: Commands

Source: recap.dart

Classes

RecapCommand

/recap — one-line LLM-generated summary of the current session.

Uses the small/title-generation model (config.smallModel, falling back to the active model) so it stays cheap. Posts the result inline as a system message.

Constructor

dart
RecapCommand(this.ctx)

Properties

PropertyTypeDescription
ctxSlashCommandContext
nameString get
descriptionString get
aliasesList<String> get
nameString get
descriptionString get
aliasesList<String> get

Methods

String execute(List<String> args)

Released under the MIT License.