fix: <Text> encoding non-ascii characters in Bun (#760)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import type { Letta } from "@letta-ai/letta-client";
|
||||
import type { MessageSearchResponse } from "@letta-ai/letta-client/resources/messages";
|
||||
import { Box, Text, useInput } from "ink";
|
||||
import { Box, useInput } from "ink";
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
import { getClient } from "../../agent/client";
|
||||
import { useTerminalWidth } from "../hooks/useTerminalWidth";
|
||||
import { colors } from "./colors";
|
||||
import { Text } from "./Text";
|
||||
|
||||
// Horizontal line character (matches approval dialogs)
|
||||
const SOLID_LINE = "─";
|
||||
|
||||
Reference in New Issue
Block a user