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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user