chore: sync with upstream ae2c063 + update zh translations

This commit is contained in:
xuxiang
2026-01-31 18:22:06 +08:00
parent 6c531eb17b
commit b1d03833b9
30 changed files with 1694 additions and 516 deletions

View File

@@ -52,7 +52,7 @@ process.stdin.on('end', () => {
if (hasConsole) {
console.error('[Hook] Remove console.log statements before committing');
}
} catch (error) {
} catch (_error) {
// Silently ignore errors (git might not be available, etc.)
}

View File

@@ -16,7 +16,6 @@ const {
getTimeString,
getSessionIdShort,
ensureDir,
readFile,
writeFile,
replaceInFile,
log

View File

@@ -8,7 +8,6 @@
* files and notifies Claude of available context to load.
*/
const path = require('path');
const {
getSessionsDir,
getLearnedSkillsDir,

View File

@@ -14,7 +14,6 @@
*/
const path = require('path');
const fs = require('fs');
const {
getTempDir,
readFile,