change some phrase

This commit is contained in:
DennisYu07 2026-03-26 17:11:13 +08:00
parent 7e5613cf2a
commit 14be6aed4e
7 changed files with 8 additions and 8 deletions

View file

@ -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)'),