mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
Merge remote-tracking branch 'origin/vincentkoc-code/fix-terminal-table-width'
* origin/vincentkoc-code/fix-terminal-table-width: Terminal: consume unsupported escape bytes in tables Skills: normalize emoji presentation across outputs Changelog: note terminal skills table fixes Skills: use Terminal-safe emoji in list output Terminal: stop shrinking CLI tables by one column Terminal: refine table wrapping and width handling Update CHANGELOG.md Deps: patch file-type and hono Tests: cover emoji table alignment Terminal: wrap table cells by grapheme width Terminal: measure grapheme display width Tests: cover grapheme terminal width Changelog: add unreleased March 9 entries # Conflicts: # CHANGELOG.md # package.json # pnpm-lock.yaml # src/cli/skills-cli.format.ts # src/terminal/table.test.ts
This commit is contained in:
@@ -69,7 +69,6 @@ function sanitizeJsonValue(value: unknown): unknown {
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
function formatSkillName(skill: SkillStatusEntry): string {
|
||||
const emoji = normalizeSkillEmoji(skill.emoji);
|
||||
return `${emoji} ${theme.command(skill.name)}`;
|
||||
|
||||
Reference in New Issue
Block a user