You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep only last N charse Go ~/Opencode
707 | */▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
708 | function keepLast(text: string, maxChars: number): string { tab agents ctrl+p commands • OpenCode 1.2.20
709 | if (text.length <= maxChars) {
^
TypeError: undefined is not an object (evaluating 'text.length')
at keepLast (/Users/Paulo/.cache/opencode/node_modules/opencode-working-memory/index.ts:709:7)
at (/Users/Paulo/.cache/opencode/node_modules/opencode-working-memory/index.ts:1641:35)
707 | */▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
708 | function keepLast(text: string, maxChars: number): string { tab agents ctrl+p commands • OpenCode 1.2.20
709 | if (text.length <= maxChars) {
^
TypeError: undefined is not an object (evaluating 'text.length')
at keepLast (/Users/Paulo/.cache/opencode/node_modules/opencode-working-memory/index.ts:709:7)
at (/Users/Paulo/.cache/opencode/node_modules/opencode-working-memory/index.ts:1641:35)