mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: add explicit license selection and status visibility (#6751)
This commit is contained in:
parent
bb8a23ae80
commit
5030ced9e1
13 changed files with 382 additions and 40 deletions
|
|
@ -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} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue