mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 08:02:31 +00:00
* fix(memory): detach retained CI and terminal tails from oversized strings * fix(terminal): detach retained error and reattach string slices * fix(terminal): release oversized recent-output backing strings * fix(terminal): release backing strings held by PTY detectors * fix(memory): own bounded Claude background task labels * fix: detach retained terminal mode scan tails * fix: own retained plugin worker output strings * fix: own incomplete OSC 133 carry strings --------- Co-authored-by: m4air <m4air@Mac.localdomain> Co-authored-by: m4air <m4air@m4airs-MacBook-Air.local>
8 lines
242 B
Diff
8 lines
242 B
Diff
--- a/src/shared/terminal-osc133-command-finished.ts
|
|
+++ b/src/shared/terminal-osc133-command-finished.ts
|
|
@@ -9,0 +10,2 @@
|
|
+
|
|
+import { ownRetainedString } from './own-retained-string'
|
|
@@ -93,0 +96 @@
|
|
+ carry = ownRetainedString(carry)
|