chore(auth): rename Claude CLI to Claude Code CLI (#915)

Thanks @SeanZoR.

Co-authored-by: Sean Katz <connect@sean8.com>
This commit is contained in:
Peter Steinberger
2026-01-14 19:57:42 +00:00
parent b4ba6e4eaf
commit e943e63174
4 changed files with 7 additions and 11 deletions

View File

@@ -133,8 +133,7 @@ export async function processDiscordMessage(ctx: DiscordMessagePreflightContext)
});
let shouldClearHistory = false;
const shouldIncludeChannelHistory =
!isDirectMessage &&
!(isGuildMessage && channelConfig?.autoThread && !threadChannel);
!isDirectMessage && !(isGuildMessage && channelConfig?.autoThread && !threadChannel);
if (shouldIncludeChannelHistory) {
combinedBody = buildHistoryContextFromMap({
historyMap: guildHistories,