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
| Property | Type | Description |
|---|---|---|
ctx | SlashCommandContext | |
name | String get | |
description | String get | |
aliases | List<String> get | |
name | String get | |
description | String get | |
aliases | List<String> get |