feat(listen): add protocol_v2, move ws server to v2 (#1387)
Co-authored-by: Shubham Naik <shub@letta.com> Co-authored-by: Letta Code <noreply@letta.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import path, { basename } from "node:path";
|
||||
import type { AdvancedDiffResult, AdvancedHunk } from "../cli/helpers/diff";
|
||||
import type { DiffHunk, DiffHunkLine, DiffPreview } from "../types/protocol";
|
||||
import type { DiffHunk, DiffHunkLine, DiffPreview } from "../types/protocol_v2";
|
||||
|
||||
function parseHunkLinePrefix(raw: string): DiffHunkLine | null {
|
||||
if (raw.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user