ThinkbackCommand class
The /think-back command — year-in-review animation.
Manages the thinkback plugin lifecycle:
- Checks if the plugin is installed
- Installs marketplace and plugin if needed
- Resolves skill directory
- Presents menu (play/edit/fix/regenerate)
- Dispatches the chosen action
- Inheritance
-
- Object
- Command
- LocalUiCommand
- ThinkbackCommand
Constructors
Properties
-
aliases
→ List<
String> -
Alternative names for the command.
no setteroverride
- argumentHint → String?
-
Hint text for arguments.
no setterinherited
- description → String
-
User-visible description.
no setteroverride
- displayName → String
-
Human-facing display name.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- immediate → bool
-
Whether to execute immediately without waiting for stop point.
no setterinherited
- isEnabled → bool
-
Whether this command is enabled (feature flags, etc).
no setterinherited
- isHidden → bool
-
Whether this command is hidden from help/typeahead.
no setterinherited
- name → String
-
Command name (without the
/prefix).no setteroverride - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → CommandSource
-
Where this command was loaded from.
no setterinherited
- type → CommandType
-
Execution type.
no setterinherited
- whenToUse → String?
-
When to use this command (for skills discovery).
no setterinherited
Methods
-
execute(
String args, ToolUseContext context) → Future< CommandResult> -
Execute and return result via callback.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited