mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
change some phrase
This commit is contained in:
parent
7e5613cf2a
commit
14be6aed4e
7 changed files with 8 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ export function getHookExitCodes(eventName: string): HookExitCode[] {
|
|||
{ code: 'Other', description: t('show stderr to user only') },
|
||||
],
|
||||
[HookEventName.UserPromptSubmit]: [
|
||||
{ code: 0, description: t('stdout shown to model') },
|
||||
{ code: 0, description: t('stdout shown to Qwen') },
|
||||
{
|
||||
code: 2,
|
||||
description: t(
|
||||
|
|
@ -54,7 +54,7 @@ export function getHookExitCodes(eventName: string): HookExitCode[] {
|
|||
{ code: 'Other', description: t('show stderr to user only') },
|
||||
],
|
||||
[HookEventName.SessionStart]: [
|
||||
{ code: 0, description: t('stdout shown to model') },
|
||||
{ code: 0, description: t('stdout shown to Qwen') },
|
||||
{
|
||||
code: 'Other',
|
||||
description: t('show stderr to user only (blocking errors ignored)'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue