From 8aa80fa464ed5bc4446109533f5f074cfb5e5951 Mon Sep 17 00:00:00 2001 From: "Luke K (pr-0f3t)" <2609441+lc0rp@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:48:36 -0500 Subject: [PATCH] Auto-reply: tidy help message --- src/auto-reply/status.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/auto-reply/status.ts b/src/auto-reply/status.ts index ba854686c..c8401a663 100644 --- a/src/auto-reply/status.ts +++ b/src/auto-reply/status.ts @@ -20,14 +20,12 @@ import { type SessionEntry, type SessionScope, } from "../config/sessions.js"; -import { resolveCommitHash } from "../infra/git-commit.js"; import { estimateUsageCost, formatTokenCount as formatTokenCountShared, formatUsd, resolveModelCostConfig, } from "../utils/usage-format.js"; -import { VERSION } from "../version.js"; import { listChatCommands } from "./commands-registry.js"; import type { ElevatedLevel, @@ -350,7 +348,7 @@ export function buildHelpMessage(): string { "ℹ️ Help", "Shortcuts: /new reset | /compact [instructions] | /restart relink", "Options: /think | /verbose on|off | /reasoning on|off | /elevated on|off | /model | /cost on|off", - "More: /commands for all slash commands" + "More: /commands for all slash commands", ].join("\n"); }