feat: update empty state messages and hints in English and Chinese locales

refactor: rename variables for clarity in ReviewSessionPage and SessionsPage

fix: update version check logic in SettingsPage

chore: remove unused imports in TeamPage and session-detail components

fix: enhance error handling in MCP server

fix: apply default mode in edit-file tool handler

chore: remove tsbuildinfo file

docs: add Quick Plan & Execute phase documentation for issue discovery

chore: clean up ping output file
This commit is contained in:
catlog22
2026-02-12 23:15:48 +08:00
parent fd6262b78b
commit e44a97e812
32 changed files with 912 additions and 1046 deletions

View File

@@ -712,7 +712,7 @@ function VersionCheckSection() {
{formatMessage({ id: 'settings.versionCheck.latestVersion' })}
</span>
<Badge
variant={versionData?.updateAvailable ? 'default' : 'secondary'}
variant={versionData?.hasUpdate ? 'default' : 'secondary'}
className="font-mono text-xs"
>
{versionData?.latestVersion ?? '...'}