fix(hub,cli): read absolute paths via runner RPC (macOS TCC) with machine fallback; absolute-path preview route in web

This commit is contained in:
2026-08-03 00:35:28 +08:00
parent 53588c5aeb
commit 8ae9db2a03
7 changed files with 146 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ export const RPC_METHODS = {
GitDiffNumstat: 'git-diff-numstat',
GitDiffFile: 'git-diff-file',
ReadFile: 'readFile',
ReadAbsoluteFile: 'readAbsoluteFile',
ReadGeneratedImage: 'readGeneratedImage',
WriteFile: 'writeFile',
ListDirectory: 'listDirectory',