feat: add explicit license selection and status visibility (#6751)

This commit is contained in:
jason 2025-08-23 05:01:01 +09:00 committed by GitHub
parent bb8a23ae80
commit 5030ced9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 382 additions and 40 deletions

View file

@ -74,6 +74,7 @@ export const HistoryItemDisplay: React.FC<HistoryItemDisplayProps> = ({
selectedAuthType={item.selectedAuthType}
gcpProject={item.gcpProject}
ideClient={item.ideClient}
userTier={item.userTier}
/>
)}
{item.type === 'help' && commands && <Help commands={commands} />}