Style slash command descriptions consistently (#11395)

This commit is contained in:
Tommaso Sciortino
2025-10-17 13:20:15 -07:00
committed by GitHub
parent 426d36146a
commit b4a405c684
28 changed files with 39 additions and 39 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ import {
export const statsCommand: SlashCommand = {
name: 'stats',
altNames: ['usage'],
description: 'check session stats. Usage: /stats [model|tools]',
description: 'Check session stats. Usage: /stats [model|tools]',
kind: CommandKind.BUILT_IN,
action: (context: CommandContext) => {
const now = new Date();
@@ -43,7 +43,7 @@ export const statsCommand: SlashCommand = {
subCommands: [
{
name: 'model',
description: 'Show model-specific usage statistics.',
description: 'Show model-specific usage statistics',
kind: CommandKind.BUILT_IN,
action: (context: CommandContext) => {
context.ui.addItem(
@@ -56,7 +56,7 @@ export const statsCommand: SlashCommand = {
},
{
name: 'tools',
description: 'Show tool-specific usage statistics.',
description: 'Show tool-specific usage statistics',
kind: CommandKind.BUILT_IN,
action: (context: CommandContext) => {
context.ui.addItem(