fix: add missing Gemini commands to !claihelp#220
Open
Kpa-clawbot wants to merge 3 commits into
Open
Conversation
added 3 commits
March 28, 2026 19:45
!ai, !sai, !aiconfig, and !aistats were missing from the help embed. Added them to Chat, Config, and Maintenance sections.
!newchat (public Gemini thread chat) was missing. !aistats is hidden=True so it shouldn't be in help.
!copilot-auth, !copilot-auth-status, and !copilot-deauth (from PR iamsix#218) were not added to the help embed.
Kpa-clawbot
force-pushed
the
fix/claihelp-missing-commands
branch
from
March 28, 2026 19:45
5c395d5 to
b5107b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
!claihelpwas missing several commands added in recent PRs:Chat section (from gemini.py):
!ai/!sai— Gemini chat + search!newchat— Gemini thread chatConfig section:
!aiconfig— Gemini settingsAuth section (from PR #218):
!copilot-auth— Device code flow authentication!copilot-auth-status— Check auth status!copilot-deauth— Clear credentialsFix
Added all missing commands to their respective sections. Added a new "Auth (Admin)" section for the copilot auth commands.