@gguf/coder 0.4.7 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,13 +17,13 @@ export default memo(function WelcomeMessage() {
17
17
  const { boxWidth, isNarrow, isNormal } = useResponsiveTerminal();
18
18
  const { colors } = useTheme();
19
19
  return (_jsx(_Fragment, { children: isNarrow ? (_jsxs(_Fragment, { children: [_jsx(Gradient, { colors: [colors.primary, colors.tool], children: _jsx(Text, { children: `
20
- █▀▀▀▄█▄█▄▄█ █▀▀ █▀█
21
- █▄▄ ▀▄▀▀▀▄▀ ██▄ █▀▄
20
+ █▀▀ ▄█▄█▄█▄ █▀▀ █▀█
21
+ █▄▄▄▀▄▀▀▀▄▀ ██▄ █▀▄
22
22
  ` }) }), _jsxs(Box, { flexDirection: "column", marginBottom: 1, borderStyle: "round", borderColor: colors.primary, paddingY: 1, paddingX: 2, children: [_jsx(Box, { marginBottom: 1, children: _jsxs(Text, { color: colors.primary, bold: true, children: ["\u273B ", packageJson.version] }) }), _jsx(Text, { color: colors.white, children: "Tips:" }), _jsx(Text, { color: colors.secondary, children: "\u2022 /help for commands" }), _jsx(Text, { color: colors.secondary, children: "\u2022 Ctrl+C to quit" })] })] })) : (
23
23
  /* Normal/Wide terminal: full version with TitledBox */
24
24
  _jsxs(_Fragment, { children: [_jsx(Gradient, { colors: [colors.primary, colors.tool], children: _jsx(Text, { children: `
25
- █▀▀▀▄█▄█▄▄█ █▀▀ █▀█
26
- █▄▄ ▀▄▀▀▀▄▀ ██▄ █▀▄
25
+ █▀▀ ▄█▄█▄█▄ █▀▀ █▀█
26
+ █▄▄▄▀▄▀▀▀▄▀ ██▄ █▀▄
27
27
  ` }) }), _jsx(TitledBox, { title: packageJson.version, width: boxWidth, borderColor: colors.primary, paddingX: 2, paddingY: 1, flexDirection: "column", marginBottom: 1, children: _jsx(Box, { children: _jsx(Text, { color: colors.white, children: "\uD83C\uDF8A\u2728 Happy New Year 2026!\uD83C\uDF89\uD83C\uDF88 /help for help" }) }) })] })) }));
28
28
  });
29
29
  //# sourceMappingURL=welcome-message.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gguf/coder",
3
3
  "main": "dist/cli.js",
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
5
5
  "description": "Coder",
6
6
  "keywords": [
7
7
  "ai",