mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-14 04:02:26 +00:00
chore(tui): remove dead branch cleanup code
- drop unused TUI helpers, test-only layout scaffolding, and stale public debug exports - remove an unused profiler import and trim test-only coverage for deleted helpers
This commit is contained in:
parent
635948d0e0
commit
ffa33e53f6
16 changed files with 9 additions and 57 deletions
|
|
@ -2,7 +2,7 @@ import type { Msg } from '../types.js'
|
|||
|
||||
import { boundedHistoryRenderText } from './text.js'
|
||||
|
||||
export const hashText = (text: string) => {
|
||||
const hashText = (text: string) => {
|
||||
let h = 5381
|
||||
|
||||
for (let i = 0; i < text.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue