diffs-pane 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +216 -0
  3. package/bin/dp.js +2 -0
  4. package/dist/cli/args.js +33 -0
  5. package/dist/cli/args.js.map +1 -0
  6. package/dist/cli/daemon.js +39 -0
  7. package/dist/cli/daemon.js.map +1 -0
  8. package/dist/cli/index.js +245 -0
  9. package/dist/cli/index.js.map +1 -0
  10. package/dist/control/client.js +74 -0
  11. package/dist/control/client.js.map +1 -0
  12. package/dist/daemon/main.js +71 -0
  13. package/dist/daemon/main.js.map +1 -0
  14. package/dist/daemon/security.js +66 -0
  15. package/dist/daemon/security.js.map +1 -0
  16. package/dist/daemon/server.js +331 -0
  17. package/dist/daemon/server.js.map +1 -0
  18. package/dist/daemon/session.js +287 -0
  19. package/dist/daemon/session.js.map +1 -0
  20. package/dist/daemon/sessions.js +176 -0
  21. package/dist/daemon/sessions.js.map +1 -0
  22. package/dist/daemon/watcher.js +43 -0
  23. package/dist/daemon/watcher.js.map +1 -0
  24. package/dist/shared/patch.js +313 -0
  25. package/dist/shared/patch.js.map +1 -0
  26. package/dist/shared/protocol.js +9 -0
  27. package/dist/shared/protocol.js.map +1 -0
  28. package/dist/store/fsutil.js +21 -0
  29. package/dist/store/fsutil.js.map +1 -0
  30. package/dist/store/paths.js +39 -0
  31. package/dist/store/paths.js.map +1 -0
  32. package/dist/store/reviews.js +121 -0
  33. package/dist/store/reviews.js.map +1 -0
  34. package/dist/ui/assets/CommitMono-ytizKI8U.woff2 +0 -0
  35. package/dist/ui/assets/abap-BdImnpbu.js +1 -0
  36. package/dist/ui/assets/actionscript-3-CoDkCxhg.js +1 -0
  37. package/dist/ui/assets/ada-bCR0ucgS.js +1 -0
  38. package/dist/ui/assets/andromeeda-C4gqWexZ.js +1 -0
  39. package/dist/ui/assets/angular-html-DA-rfuFy.js +1 -0
  40. package/dist/ui/assets/angular-ts-BrjP3tb8.js +1 -0
  41. package/dist/ui/assets/apache-Pmp26Uib.js +1 -0
  42. package/dist/ui/assets/apex-Dqspr-GT.js +1 -0
  43. package/dist/ui/assets/apl-CORt7UWP.js +1 -0
  44. package/dist/ui/assets/applescript-Co6uUVPk.js +1 -0
  45. package/dist/ui/assets/ara-BRHolxvo.js +1 -0
  46. package/dist/ui/assets/asciidoc-Ve4PFQV2.js +1 -0
  47. package/dist/ui/assets/asm-D_Q5rh1f.js +1 -0
  48. package/dist/ui/assets/astro-HNnZUWAn.js +1 -0
  49. package/dist/ui/assets/aurora-x-D-2ljcwZ.js +1 -0
  50. package/dist/ui/assets/awk-DMzUqQB5.js +1 -0
  51. package/dist/ui/assets/ayu-dark-DYE7WIF3.js +1 -0
  52. package/dist/ui/assets/ayu-light-BA47KaF1.js +1 -0
  53. package/dist/ui/assets/ayu-mirage-32ctXXKs.js +1 -0
  54. package/dist/ui/assets/ballerina-BFfxhgS-.js +1 -0
  55. package/dist/ui/assets/bat-BkioyH1T.js +1 -0
  56. package/dist/ui/assets/beancount-k_qm7-4y.js +1 -0
  57. package/dist/ui/assets/berry-uYugtg8r.js +1 -0
  58. package/dist/ui/assets/bibtex-CHM0blh-.js +1 -0
  59. package/dist/ui/assets/bicep-Bmn6On1c.js +1 -0
  60. package/dist/ui/assets/bird2-BIv1doCn.js +1 -0
  61. package/dist/ui/assets/blade-2xfisSek.js +1 -0
  62. package/dist/ui/assets/bsl-BO_Y6i37.js +1 -0
  63. package/dist/ui/assets/c-BIGW1oBm.js +1 -0
  64. package/dist/ui/assets/c3-MRO5bC_T.js +1 -0
  65. package/dist/ui/assets/cadence-Bv_4Rxtq.js +1 -0
  66. package/dist/ui/assets/cairo-KRGpt6FW.js +1 -0
  67. package/dist/ui/assets/catppuccin-frappe-DFWUc33u.js +1 -0
  68. package/dist/ui/assets/catppuccin-latte-C9dUb6Cb.js +1 -0
  69. package/dist/ui/assets/catppuccin-macchiato-DQyhUUbL.js +1 -0
  70. package/dist/ui/assets/catppuccin-mocha-D87Tk5Gz.js +1 -0
  71. package/dist/ui/assets/clarity-D53aC0YG.js +1 -0
  72. package/dist/ui/assets/clojure-P80f7IUj.js +1 -0
  73. package/dist/ui/assets/cmake-D1j8_8rp.js +1 -0
  74. package/dist/ui/assets/cobol-nBiQ_Alo.js +1 -0
  75. package/dist/ui/assets/codeowners-Bp6g37R7.js +1 -0
  76. package/dist/ui/assets/codeql-DsOJ9woJ.js +1 -0
  77. package/dist/ui/assets/coffee-Ch7k5sss.js +1 -0
  78. package/dist/ui/assets/common-lisp-Cg-RD9OK.js +1 -0
  79. package/dist/ui/assets/coq-DkFqJrB1.js +1 -0
  80. package/dist/ui/assets/cpp-UfJy6YNI.js +1 -0
  81. package/dist/ui/assets/crystal-DGywbUpC.js +1 -0
  82. package/dist/ui/assets/csharp-DSvCPggb.js +1 -0
  83. package/dist/ui/assets/css-CLj8gQPS.js +1 -0
  84. package/dist/ui/assets/csv-fuZLfV_i.js +1 -0
  85. package/dist/ui/assets/cue-D82EKSYY.js +1 -0
  86. package/dist/ui/assets/cypher-COkxafJQ.js +1 -0
  87. package/dist/ui/assets/d-85-TOEBH.js +1 -0
  88. package/dist/ui/assets/dark-plus-C3mMm8J8.js +1 -0
  89. package/dist/ui/assets/dart-bE4Kk8sk.js +1 -0
  90. package/dist/ui/assets/dax-CEL-wOlO.js +1 -0
  91. package/dist/ui/assets/desktop-BmXAJ9_W.js +1 -0
  92. package/dist/ui/assets/diff-D97Zzqfu.js +1 -0
  93. package/dist/ui/assets/docker-BcOcwvcX.js +1 -0
  94. package/dist/ui/assets/dotenv-Da5cRb03.js +1 -0
  95. package/dist/ui/assets/dracula-BzJJZx-M.js +1 -0
  96. package/dist/ui/assets/dracula-soft-BXkSAIEj.js +1 -0
  97. package/dist/ui/assets/dream-maker-BtqSS_iP.js +1 -0
  98. package/dist/ui/assets/edge-FbVlp4U3.js +1 -0
  99. package/dist/ui/assets/elixir-CkH2-t6x.js +1 -0
  100. package/dist/ui/assets/elm-DbKCFpqz.js +1 -0
  101. package/dist/ui/assets/emacs-lisp-CXvaQtF9.js +1 -0
  102. package/dist/ui/assets/erb-Dm6A9KJ5.js +1 -0
  103. package/dist/ui/assets/erlang-DsQrWhSR.js +1 -0
  104. package/dist/ui/assets/everforest-dark-BgDCqdQA.js +1 -0
  105. package/dist/ui/assets/everforest-light-C8M2exoo.js +1 -0
  106. package/dist/ui/assets/fennel-BYunw83y.js +1 -0
  107. package/dist/ui/assets/fish-BvzEVeQv.js +1 -0
  108. package/dist/ui/assets/fluent-C4IJs8-o.js +1 -0
  109. package/dist/ui/assets/fortran-fixed-form-CkoXwp7k.js +1 -0
  110. package/dist/ui/assets/fortran-free-form-BxgE0vQu.js +1 -0
  111. package/dist/ui/assets/fsharp-CXgrBDvD.js +1 -0
  112. package/dist/ui/assets/gdresource-BOOCDP_w.js +1 -0
  113. package/dist/ui/assets/gdscript-C5YyOfLZ.js +1 -0
  114. package/dist/ui/assets/gdshader-DkwncUOv.js +1 -0
  115. package/dist/ui/assets/geist-cyrillic-ext-wght-normal-DjL33-gN.woff2 +0 -0
  116. package/dist/ui/assets/geist-cyrillic-wght-normal-BEAKL7Jp.woff2 +0 -0
  117. package/dist/ui/assets/geist-latin-ext-wght-normal-DC-KSUi6.woff2 +0 -0
  118. package/dist/ui/assets/geist-latin-wght-normal-BgDaEnEv.woff2 +0 -0
  119. package/dist/ui/assets/geist-vietnamese-wght-normal-6IgcOCM7.woff2 +0 -0
  120. package/dist/ui/assets/genie-D0YGMca9.js +1 -0
  121. package/dist/ui/assets/gherkin-DyxjwDmM.js +1 -0
  122. package/dist/ui/assets/git-commit-F4YmCXRG.js +1 -0
  123. package/dist/ui/assets/git-rebase-r7XF79zn.js +1 -0
  124. package/dist/ui/assets/github-dark-DHJKELXO.js +1 -0
  125. package/dist/ui/assets/github-dark-default-Cuk6v7N8.js +1 -0
  126. package/dist/ui/assets/github-dark-dimmed-DH5Ifo-i.js +1 -0
  127. package/dist/ui/assets/github-dark-high-contrast-E3gJ1_iC.js +1 -0
  128. package/dist/ui/assets/github-light-DAi9KRSo.js +1 -0
  129. package/dist/ui/assets/github-light-default-D7oLnXFd.js +1 -0
  130. package/dist/ui/assets/github-light-high-contrast-BfjtVDDH.js +1 -0
  131. package/dist/ui/assets/gleam-BspZqrRM.js +1 -0
  132. package/dist/ui/assets/glimmer-js-ByusRIyA.js +1 -0
  133. package/dist/ui/assets/glimmer-ts-BfAWNZQY.js +1 -0
  134. package/dist/ui/assets/glsl-DplSGwfg.js +1 -0
  135. package/dist/ui/assets/gn-n2N0HUVH.js +1 -0
  136. package/dist/ui/assets/gnuplot-DdkO51Og.js +1 -0
  137. package/dist/ui/assets/go-C27-OAKa.js +1 -0
  138. package/dist/ui/assets/graphql-ChdNCCLP.js +1 -0
  139. package/dist/ui/assets/groovy-gcz8RCvz.js +1 -0
  140. package/dist/ui/assets/gruvbox-dark-hard-CFHQjOhq.js +1 -0
  141. package/dist/ui/assets/gruvbox-dark-medium-GsRaNv29.js +1 -0
  142. package/dist/ui/assets/gruvbox-dark-soft-CVdnzihN.js +1 -0
  143. package/dist/ui/assets/gruvbox-light-hard-CH1njM8p.js +1 -0
  144. package/dist/ui/assets/gruvbox-light-medium-DRw_LuNl.js +1 -0
  145. package/dist/ui/assets/gruvbox-light-soft-hJgmCMqR.js +1 -0
  146. package/dist/ui/assets/hack-DbPARsA_.js +1 -0
  147. package/dist/ui/assets/haml-D5jkg6IW.js +1 -0
  148. package/dist/ui/assets/handlebars-BpdQsYii.js +1 -0
  149. package/dist/ui/assets/haskell-Df6bDoY_.js +1 -0
  150. package/dist/ui/assets/haxe-CzTSHFRz.js +1 -0
  151. package/dist/ui/assets/hcl-BWvSN4gD.js +1 -0
  152. package/dist/ui/assets/hjson-D5-asLiD.js +1 -0
  153. package/dist/ui/assets/hlsl-D3lLCCz7.js +1 -0
  154. package/dist/ui/assets/horizon-BUw7H-hv.js +1 -0
  155. package/dist/ui/assets/horizon-bright-CUuTKBJd.js +1 -0
  156. package/dist/ui/assets/houston-DnULxvSX.js +1 -0
  157. package/dist/ui/assets/html-derivative-DlHx6ybY.js +1 -0
  158. package/dist/ui/assets/html-pp8916En.js +1 -0
  159. package/dist/ui/assets/http-jrhK8wxY.js +1 -0
  160. package/dist/ui/assets/hurl-irOxFIW8.js +1 -0
  161. package/dist/ui/assets/hxml-Bvhsp5Yf.js +1 -0
  162. package/dist/ui/assets/hy-DFXneXwc.js +1 -0
  163. package/dist/ui/assets/imba-DGztddWO.js +1 -0
  164. package/dist/ui/assets/index-DQmd9stL.js +2904 -0
  165. package/dist/ui/assets/index-yTQdnwMD.css +1 -0
  166. package/dist/ui/assets/ini-BEwlwnbL.js +1 -0
  167. package/dist/ui/assets/java-CylS5w8V.js +1 -0
  168. package/dist/ui/assets/javascript-wDzz0qaB.js +1 -0
  169. package/dist/ui/assets/jinja-f2NsQr07.js +1 -0
  170. package/dist/ui/assets/jison-wvAkD_A8.js +1 -0
  171. package/dist/ui/assets/json-Cp-IABpG.js +1 -0
  172. package/dist/ui/assets/json5-C9tS-k6U.js +1 -0
  173. package/dist/ui/assets/jsonc-Des-eS-w.js +1 -0
  174. package/dist/ui/assets/jsonl-DcaNXYhu.js +1 -0
  175. package/dist/ui/assets/jsonnet-DFQXde-d.js +1 -0
  176. package/dist/ui/assets/jssm-C2t-YnRu.js +1 -0
  177. package/dist/ui/assets/jsx-g9-lgVsj.js +1 -0
  178. package/dist/ui/assets/julia-D7OTSIA_.js +1 -0
  179. package/dist/ui/assets/just-CUsbIsdP.js +1 -0
  180. package/dist/ui/assets/kanagawa-dragon-CkXjmgJE.js +1 -0
  181. package/dist/ui/assets/kanagawa-lotus-CfQXZHmo.js +1 -0
  182. package/dist/ui/assets/kanagawa-wave-DWedfzmr.js +1 -0
  183. package/dist/ui/assets/kdl-DV7GczEv.js +1 -0
  184. package/dist/ui/assets/kotlin-BdnUsdx6.js +1 -0
  185. package/dist/ui/assets/kusto-wEQ09or8.js +1 -0
  186. package/dist/ui/assets/laserwave-DUszq2jm.js +1 -0
  187. package/dist/ui/assets/latex-CaSxy8MP.js +1 -0
  188. package/dist/ui/assets/lean-BZvkOJ9d.js +1 -0
  189. package/dist/ui/assets/less-B1dDrJ26.js +1 -0
  190. package/dist/ui/assets/light-plus-B7mTdjB0.js +1 -0
  191. package/dist/ui/assets/liquid-C0sCDyMI.js +1 -0
  192. package/dist/ui/assets/llvm-DjAJT7YJ.js +1 -0
  193. package/dist/ui/assets/log-2UxHyX5q.js +1 -0
  194. package/dist/ui/assets/logo-BtOb2qkB.js +1 -0
  195. package/dist/ui/assets/lua-BaeVxFsk.js +1 -0
  196. package/dist/ui/assets/luau-KW6xsasC.js +1 -0
  197. package/dist/ui/assets/make-CHLpvVh8.js +1 -0
  198. package/dist/ui/assets/markdown-Cvjx9yec.js +1 -0
  199. package/dist/ui/assets/marko-DjSrsDqO.js +1 -0
  200. package/dist/ui/assets/material-theme-D5KoaKCx.js +1 -0
  201. package/dist/ui/assets/material-theme-darker-BfHTSMKl.js +1 -0
  202. package/dist/ui/assets/material-theme-lighter-B0m2ddpp.js +1 -0
  203. package/dist/ui/assets/material-theme-ocean-CyktbL80.js +1 -0
  204. package/dist/ui/assets/material-theme-palenight-Csfq5Kiy.js +1 -0
  205. package/dist/ui/assets/matlab-D7o27uSR.js +1 -0
  206. package/dist/ui/assets/mdc-DTYItulj.js +1 -0
  207. package/dist/ui/assets/mdx-Cmh6b_Ma.js +1 -0
  208. package/dist/ui/assets/mermaid-mWjccvbQ.js +1 -0
  209. package/dist/ui/assets/min-dark-CafNBF8u.js +1 -0
  210. package/dist/ui/assets/min-light-CTRr51gU.js +1 -0
  211. package/dist/ui/assets/mipsasm-CKIfxQSi.js +1 -0
  212. package/dist/ui/assets/mojo-rZm6bMo-.js +1 -0
  213. package/dist/ui/assets/monokai-D4h5O-jR.js +1 -0
  214. package/dist/ui/assets/moonbit-_H4v1dQx.js +1 -0
  215. package/dist/ui/assets/move-IF9eRakj.js +1 -0
  216. package/dist/ui/assets/narrat-DRg8JJMk.js +1 -0
  217. package/dist/ui/assets/nextflow-C-mBbutL.js +1 -0
  218. package/dist/ui/assets/nextflow-groovy-vE_lwT2v.js +1 -0
  219. package/dist/ui/assets/nginx-BpAMiNFr.js +1 -0
  220. package/dist/ui/assets/night-owl-C39BiMTA.js +1 -0
  221. package/dist/ui/assets/night-owl-light-CMTm3GFP.js +1 -0
  222. package/dist/ui/assets/nim-BIad80T-.js +1 -0
  223. package/dist/ui/assets/nix-CwoSXNpI.js +1 -0
  224. package/dist/ui/assets/nord-Ddv68eIx.js +1 -0
  225. package/dist/ui/assets/nushell-Cz2AlsmD.js +1 -0
  226. package/dist/ui/assets/objective-c-DXmwc3jG.js +1 -0
  227. package/dist/ui/assets/objective-cpp-CLxacb5B.js +1 -0
  228. package/dist/ui/assets/ocaml-C0hk2d4L.js +1 -0
  229. package/dist/ui/assets/odin-BBf5iR-q.js +1 -0
  230. package/dist/ui/assets/one-dark-pro-DVMEJ2y_.js +1 -0
  231. package/dist/ui/assets/one-light-C3Wv6jpd.js +1 -0
  232. package/dist/ui/assets/openscad-C4EeE6gA.js +1 -0
  233. package/dist/ui/assets/pascal-D93ZcfNL.js +1 -0
  234. package/dist/ui/assets/perl-B9cMNwum.js +1 -0
  235. package/dist/ui/assets/php-Csjmro_R.js +1 -0
  236. package/dist/ui/assets/pierre-dark-CyvmCCZW.js +1 -0
  237. package/dist/ui/assets/pierre-dark-protanopia-deuteranopia-Rgc0TwpF.js +1 -0
  238. package/dist/ui/assets/pierre-dark-soft-BHGpRqa4.js +1 -0
  239. package/dist/ui/assets/pierre-dark-tritanopia-Beq2gCRQ.js +1 -0
  240. package/dist/ui/assets/pierre-dark-vibrant-BWBVywrn.js +1 -0
  241. package/dist/ui/assets/pierre-light-480U9XYS.js +1 -0
  242. package/dist/ui/assets/pierre-light-protanopia-deuteranopia-CaVOBURG.js +1 -0
  243. package/dist/ui/assets/pierre-light-soft-CVdyfjmI.js +1 -0
  244. package/dist/ui/assets/pierre-light-tritanopia-B4_gpKOM.js +1 -0
  245. package/dist/ui/assets/pierre-light-vibrant-DdTDNdfJ.js +1 -0
  246. package/dist/ui/assets/pkl-u5AG7uiY.js +1 -0
  247. package/dist/ui/assets/plastic-3e1v2bzS.js +1 -0
  248. package/dist/ui/assets/plsql-ChMvpjG-.js +1 -0
  249. package/dist/ui/assets/po-BTJTHyun.js +1 -0
  250. package/dist/ui/assets/poimandres-CS3Unz2-.js +1 -0
  251. package/dist/ui/assets/polar-C0HS_06l.js +1 -0
  252. package/dist/ui/assets/postcss-CXtECtnM.js +1 -0
  253. package/dist/ui/assets/powerquery-CEu0bR-o.js +1 -0
  254. package/dist/ui/assets/powershell-Dpen1YoG.js +1 -0
  255. package/dist/ui/assets/prisma-Dd19v3D-.js +1 -0
  256. package/dist/ui/assets/prolog-CbFg5uaA.js +1 -0
  257. package/dist/ui/assets/proto-C7zT0LnQ.js +1 -0
  258. package/dist/ui/assets/pug-DKIMFp6K.js +1 -0
  259. package/dist/ui/assets/puppet-BMWR74SV.js +1 -0
  260. package/dist/ui/assets/purescript-CklMAg4u.js +1 -0
  261. package/dist/ui/assets/python-B6aJPvgy.js +1 -0
  262. package/dist/ui/assets/qml-3beO22l8.js +1 -0
  263. package/dist/ui/assets/qmldir-C8lEn-DE.js +1 -0
  264. package/dist/ui/assets/qss-IeuSbFQv.js +1 -0
  265. package/dist/ui/assets/r-Dspwwk_N.js +1 -0
  266. package/dist/ui/assets/racket-BqYA7rlc.js +1 -0
  267. package/dist/ui/assets/raku-DXvB9xmW.js +1 -0
  268. package/dist/ui/assets/razor-BjBPvh-w.js +1 -0
  269. package/dist/ui/assets/red-bN70gL4F.js +1 -0
  270. package/dist/ui/assets/reg-C-SQnVFl.js +1 -0
  271. package/dist/ui/assets/regexp-CDVJQ6XC.js +1 -0
  272. package/dist/ui/assets/rel-C3B-1QV4.js +1 -0
  273. package/dist/ui/assets/riscv-BM1_JUlF.js +1 -0
  274. package/dist/ui/assets/ron-D8l8udqQ.js +1 -0
  275. package/dist/ui/assets/rose-pine-dawn-DHQR4-dF.js +1 -0
  276. package/dist/ui/assets/rose-pine-moon-D4_iv3hh.js +1 -0
  277. package/dist/ui/assets/rose-pine-qdsjHGoJ.js +1 -0
  278. package/dist/ui/assets/rosmsg-BJDFO7_C.js +1 -0
  279. package/dist/ui/assets/rst-CpCqk9r5.js +1 -0
  280. package/dist/ui/assets/ruby-DyJCeAvU.js +1 -0
  281. package/dist/ui/assets/rust-B1yitclQ.js +1 -0
  282. package/dist/ui/assets/sas-DEy46yEz.js +1 -0
  283. package/dist/ui/assets/sass-Cj5Yp3dK.js +1 -0
  284. package/dist/ui/assets/scala-C151Ov-r.js +1 -0
  285. package/dist/ui/assets/scheme-C98Dy4si.js +1 -0
  286. package/dist/ui/assets/scss-D5BDwBP9.js +1 -0
  287. package/dist/ui/assets/sdbl-DVxCFoDh.js +1 -0
  288. package/dist/ui/assets/shaderlab-Dg9Lc6iA.js +1 -0
  289. package/dist/ui/assets/shellscript-Yzrsuije.js +1 -0
  290. package/dist/ui/assets/shellsession-BADoaaVG.js +1 -0
  291. package/dist/ui/assets/slack-dark-BthQWCQV.js +1 -0
  292. package/dist/ui/assets/slack-ochin-DqwNpetd.js +1 -0
  293. package/dist/ui/assets/smalltalk-BERRCDM3.js +1 -0
  294. package/dist/ui/assets/snazzy-light-Bw305WKR.js +1 -0
  295. package/dist/ui/assets/solarized-dark-DXbdFlpD.js +1 -0
  296. package/dist/ui/assets/solarized-light-L9t79GZl.js +1 -0
  297. package/dist/ui/assets/solidity-rGO070M0.js +1 -0
  298. package/dist/ui/assets/soy-8wufbnw4.js +1 -0
  299. package/dist/ui/assets/sparql-rVzFXLq3.js +1 -0
  300. package/dist/ui/assets/splunk-BtCnVYZw.js +1 -0
  301. package/dist/ui/assets/sql-CRqJ_cUM.js +1 -0
  302. package/dist/ui/assets/ssh-config-_ykCGR6B.js +1 -0
  303. package/dist/ui/assets/stata-DI20mbqo.js +1 -0
  304. package/dist/ui/assets/stylus-BEDo0Tqx.js +1 -0
  305. package/dist/ui/assets/surrealql-Bq5Q-fJD.js +1 -0
  306. package/dist/ui/assets/svelte-Cy7k_4gC.js +1 -0
  307. package/dist/ui/assets/swift-D82vCrfD.js +1 -0
  308. package/dist/ui/assets/synthwave-84-CbfX1IO0.js +1 -0
  309. package/dist/ui/assets/system-verilog-CnnmHF94.js +1 -0
  310. package/dist/ui/assets/systemd-4A_iFExJ.js +1 -0
  311. package/dist/ui/assets/talonscript-CkByrt1z.js +1 -0
  312. package/dist/ui/assets/tasl-QIJgUcNo.js +1 -0
  313. package/dist/ui/assets/tcl-dwOrl1Do.js +1 -0
  314. package/dist/ui/assets/templ-DhtptRzy.js +1 -0
  315. package/dist/ui/assets/terraform-BETggiCN.js +1 -0
  316. package/dist/ui/assets/tex-idrVyKtj.js +1 -0
  317. package/dist/ui/assets/tokyo-night-hegEt444.js +1 -0
  318. package/dist/ui/assets/toml-vGWfd6FD.js +1 -0
  319. package/dist/ui/assets/ts-tags-D351s5mN.js +1 -0
  320. package/dist/ui/assets/tsv-B_m7g4N7.js +1 -0
  321. package/dist/ui/assets/tsx-COt5Ahok.js +1 -0
  322. package/dist/ui/assets/turtle-BsS91CYL.js +1 -0
  323. package/dist/ui/assets/twig-CW1WmMYd.js +1 -0
  324. package/dist/ui/assets/typescript-BPQ3VLAy.js +1 -0
  325. package/dist/ui/assets/typespec-CAFt9gP4.js +1 -0
  326. package/dist/ui/assets/typst-DHCkPAjA.js +1 -0
  327. package/dist/ui/assets/v-BcVCzyr7.js +1 -0
  328. package/dist/ui/assets/vala-CsfeWuGM.js +1 -0
  329. package/dist/ui/assets/vb-D17OF-Vu.js +1 -0
  330. package/dist/ui/assets/verilog-BQ8w6xss.js +1 -0
  331. package/dist/ui/assets/vesper-DRje8inN.js +1 -0
  332. package/dist/ui/assets/vhdl-CeAyd5Ju.js +1 -0
  333. package/dist/ui/assets/viml-CJc9bBzg.js +1 -0
  334. package/dist/ui/assets/vitesse-black-Bkuqu6BP.js +1 -0
  335. package/dist/ui/assets/vitesse-dark-D0r3Knsf.js +1 -0
  336. package/dist/ui/assets/vitesse-light-CVO1_9PV.js +1 -0
  337. package/dist/ui/assets/vue-D2xRrEX4.js +1 -0
  338. package/dist/ui/assets/vue-html-AaS7Mt5G.js +1 -0
  339. package/dist/ui/assets/vue-vine-BoDAl6tE.js +1 -0
  340. package/dist/ui/assets/vyper-CDx5xZoG.js +1 -0
  341. package/dist/ui/assets/wasm-CG6Dc4jp.js +1 -0
  342. package/dist/ui/assets/wasm-MzD3tlZU.js +1 -0
  343. package/dist/ui/assets/wenyan-BV7otONQ.js +1 -0
  344. package/dist/ui/assets/wgsl-Dx-B1_4e.js +1 -0
  345. package/dist/ui/assets/wikitext-BhOHFoWU.js +1 -0
  346. package/dist/ui/assets/wit-5i3qLPDT.js +1 -0
  347. package/dist/ui/assets/wolfram-lXgVvXCa.js +1 -0
  348. package/dist/ui/assets/worker-DLF4drjM.js +155 -0
  349. package/dist/ui/assets/xml-sdJ4AIDG.js +1 -0
  350. package/dist/ui/assets/xsl-CtQFsRM5.js +1 -0
  351. package/dist/ui/assets/yaml-Buea-lGh.js +1 -0
  352. package/dist/ui/assets/zenscript-DVFEvuxE.js +1 -0
  353. package/dist/ui/assets/zig-VOosw3JB.js +1 -0
  354. package/dist/ui/index.html +14 -0
  355. package/dist/vcs/detect.js +37 -0
  356. package/dist/vcs/detect.js.map +1 -0
  357. package/dist/vcs/exec.js +84 -0
  358. package/dist/vcs/exec.js.map +1 -0
  359. package/dist/vcs/git.js +176 -0
  360. package/dist/vcs/git.js.map +1 -0
  361. package/dist/vcs/jj.js +64 -0
  362. package/dist/vcs/jj.js.map +1 -0
  363. package/dist/vcs/types.js +8 -0
  364. package/dist/vcs/types.js.map +1 -0
  365. package/extension/pi/dp-turn.ts +59 -0
  366. package/package.json +70 -0
  367. package/skills/diffs-pane/SKILL.md +115 -0
  368. package/ui/fonts/CommitMono-LICENSE.txt +92 -0
  369. package/ui/fonts/Geist-LICENSE.txt +93 -0
package/package.json ADDED
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "diffs-pane",
3
+ "version": "0.1.0",
4
+ "description": "Standalone live diff viewer and review pane for Git and jj working trees. Outputs authenticated localhost URLs.",
5
+ "license": "Apache-2.0",
6
+ "type": "module",
7
+ "engines": {
8
+ "node": ">=24.0.0",
9
+ "pnpm": ">=11.3.0"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/itsmingjie/diffs-pane.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/itsmingjie/diffs-pane/issues"
17
+ },
18
+ "homepage": "https://github.com/itsmingjie/diffs-pane#readme",
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "bin": {
23
+ "dp": "./bin/dp.js"
24
+ },
25
+ "files": [
26
+ "bin",
27
+ "dist",
28
+ "extension",
29
+ "skills",
30
+ "ui/fonts/CommitMono-LICENSE.txt",
31
+ "ui/fonts/Geist-LICENSE.txt",
32
+ "README.md",
33
+ "LICENSE"
34
+ ],
35
+ "dependencies": {
36
+ "@parcel/watcher": "^2.6.0"
37
+ },
38
+ "devDependencies": {
39
+ "@fontsource-variable/geist": "^5.3.0",
40
+ "@pierre/diffs": "1.2.12",
41
+ "@pierre/trees": "1.0.0-beta.5",
42
+ "@radix-ui/react-icons": "^1.3.2",
43
+ "@types/node": "^24.0.0",
44
+ "@types/react": "^19.0.0",
45
+ "@types/react-dom": "^19.0.0",
46
+ "@vitejs/plugin-react": "^4.3.4",
47
+ "oxfmt": "^0.60.0",
48
+ "oxlint": "^1.75.0",
49
+ "react": "^19.0.0",
50
+ "react-dom": "^19.0.0",
51
+ "typescript": "^5.7.0",
52
+ "vite": "^6.0.0",
53
+ "vitest": "^2.1.8"
54
+ },
55
+ "scripts": {
56
+ "build": "pnpm run build:server && pnpm run build:ui",
57
+ "build:server": "tsc -p tsconfig.server.json",
58
+ "build:ui": "vite build",
59
+ "dev:ui": "vite",
60
+ "dev:sample": "pnpm run build && node scripts/dev-sample.js",
61
+ "dev:sample:stop": "node scripts/dev-sample.js --stop",
62
+ "typecheck": "tsc -p tsconfig.server.json --noEmit && tsc -p tsconfig.ui.json --noEmit",
63
+ "lint": "oxlint --max-warnings 0 src ui/src extension test scripts",
64
+ "format": "oxfmt src ui/src extension test scripts bin",
65
+ "format:check": "oxfmt --check src ui/src extension test scripts bin",
66
+ "release": "node scripts/release.js",
67
+ "test": "vitest run",
68
+ "test:watch": "vitest"
69
+ }
70
+ }
@@ -0,0 +1,115 @@
1
+ ---
2
+ name: diffs-pane
3
+ description: Live diff review between humans and coding agents with the dp CLI. Use when asked to open or share a diff viewer, review working-tree changes, read or address inline feedback, resolve review comments, or show changes from the latest agent turn.
4
+ license: Apache-2.0
5
+ compatibility: Requires Node.js 24+, the dp executable, and a Git or jj working tree.
6
+ ---
7
+
8
+ # diffs-pane
9
+
10
+ `dp` gives humans a live browser view of an agent’s working-tree changes. Humans
11
+ leave inline comments; agents read them from the CLI, fix the code, and resolve
12
+ only the feedback they addressed.
13
+
14
+ Install: `pnpm add --global diffs-pane`
15
+
16
+ ## Start here
17
+
18
+ From the repository being reviewed:
19
+
20
+ ```sh
21
+ dp watch
22
+ ```
23
+
24
+ The command prints one authenticated localhost URL. Share it with the user. The
25
+ viewer follows filesystem changes automatically, so do not rerun `dp watch`
26
+ after every edit and do not repeatedly print the URL.
27
+
28
+ Useful variants:
29
+
30
+ ```sh
31
+ dp watch branch # full branch diff (default)
32
+ dp watch unstaged # worktree diff
33
+ dp watch turn # changes since turn start
34
+ dp watch --root /path/to/repo --base main
35
+ dp watch --owner <integration-name> # hold an integration lease
36
+ dp watch --no-watch # static viewer without live updates
37
+ ```
38
+
39
+ ## Review workflow
40
+
41
+ When the user asks to address review comments:
42
+
43
+ 1. Read the current feedback. This is non-destructive and safe to repeat.
44
+
45
+ ```sh
46
+ dp reviews
47
+ dp reviews --json
48
+ ```
49
+
50
+ Text output uses blocks such as:
51
+
52
+ ```text
53
+ <File>src/app.ts:12-15 (additions, branch)</File>
54
+ <Comment>
55
+ Extract this into a helper.
56
+ </Comment>
57
+ <Diff>
58
+ @@ -10,6 +10,9 @@ function main() {
59
+ ...
60
+ </Diff>
61
+ ```
62
+
63
+ `<File>` contains `path:line-range (side, source[, outdated])`. An outdated
64
+ comment refers to lines that changed after it was created; use its saved
65
+ `<Diff>` excerpt to recover the intent. JSON output includes stable comment
66
+ ids and, for live sessions, direct browser URLs.
67
+
68
+ 2. Fix each comment in the repository. Comments re-anchor automatically when
69
+ their saved text has one unambiguous match.
70
+
71
+ 3. Resolve only comments that were actually addressed:
72
+
73
+ ```sh
74
+ dp resolve <comment-id> [<comment-id>...]
75
+ ```
76
+
77
+ Use `dp resolve --all` only when every current comment was handled. Resolution
78
+ updates an open viewer immediately.
79
+
80
+ 4. Summarize the fixes and identify any feedback left unresolved.
81
+
82
+ ## Turn tracking
83
+
84
+ Turn tracking powers the viewer’s **Last turn** source:
85
+
86
+ ```sh
87
+ dp turn start --session <session-id> --turn <turn-id> --agent <name>
88
+ # perform the work
89
+ dp turn end --session <session-id> --turn <turn-id>
90
+ ```
91
+
92
+ `start` captures a read-only baseline and is idempotent while the same turn is
93
+ active. It does not modify the index or working tree. Prefer lifecycle hooks
94
+ when the harness supports them.
95
+
96
+ ## Session commands
97
+
98
+ ```sh
99
+ dp status [--json]
100
+ dp stop [--root <path>] [--owner <name>]
101
+ dp stop --owner <name> --all
102
+ dp stop --all
103
+ ```
104
+
105
+ A working tree has one shared session. Owners are leases; the session stops only
106
+ when its final lease is released, and the daemon exits when no sessions remain.
107
+
108
+ ## Operational rules
109
+
110
+ - Share a capability URL only with the intended local user.
111
+ - Do not open the browser yourself unless the user asks for UI inspection.
112
+ - Never edit persisted review files by hand; use `dp reviews` and `dp resolve`.
113
+ - Never resolve a comment that was not addressed.
114
+ - Do not mutate the repository to obtain a diff. `dp` is read-only and never
115
+ runs automatic jj recovery commands.
@@ -0,0 +1,92 @@
1
+ Copyright (c) 2023 Eigil Nikolajsen (eigi0088@gmail.com)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+ -----------------------------------------------------------
8
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9
+ -----------------------------------------------------------
10
+
11
+ PREAMBLE
12
+ The goals of the Open Font License (OFL) are to stimulate worldwide
13
+ development of collaborative font projects, to support the font creation
14
+ efforts of academic and linguistic communities, and to provide a free and
15
+ open framework in which fonts may be shared and improved in partnership
16
+ with others.
17
+
18
+ The OFL allows the licensed fonts to be used, studied, modified and
19
+ redistributed freely as long as they are not sold by themselves. The
20
+ fonts, including any derivative works, can be bundled, embedded,
21
+ redistributed and/or sold with any software provided that any reserved
22
+ names are not used by derivative works. The fonts and derivatives,
23
+ however, cannot be released under any other type of license. The
24
+ requirement for fonts to remain under this license does not apply
25
+ to any document created using the fonts or their derivatives.
26
+
27
+ DEFINITIONS
28
+ "Font Software" refers to the set of files released by the Copyright
29
+ Holder(s) under this license and clearly marked as such. This may
30
+ include source files, build scripts and documentation.
31
+
32
+ "Reserved Font Name" refers to any names specified as such after the
33
+ copyright statement(s).
34
+
35
+ "Original Version" refers to the collection of Font Software components as
36
+ distributed by the Copyright Holder(s).
37
+
38
+ "Modified Version" refers to any derivative made by adding to, deleting,
39
+ or substituting -- in part or in whole -- any of the components of the
40
+ Original Version, by changing formats or by porting the Font Software to a
41
+ new environment.
42
+
43
+ "Author" refers to any designer, engineer, programmer, technical
44
+ writer or other person who contributed to the Font Software.
45
+
46
+ PERMISSION AND CONDITIONS
47
+ Permission is hereby granted, free of charge, to any person obtaining
48
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
49
+ redistribute, and sell modified and unmodified copies of the Font
50
+ Software, subject to the following conditions:
51
+
52
+ 1) Neither the Font Software nor any of its individual components,
53
+ in Original or Modified Versions, may be sold by itself.
54
+
55
+ 2) Original or Modified Versions of the Font Software may be bundled,
56
+ redistributed and/or sold with any software, provided that each copy
57
+ contains the above copyright notice and this license. These can be
58
+ included either as stand-alone text files, human-readable headers or
59
+ in the appropriate machine-readable metadata fields within text or
60
+ binary files as long as those fields can be easily viewed by the user.
61
+
62
+ 3) No Modified Version of the Font Software may use the Reserved Font
63
+ Name(s) unless explicit written permission is granted by the corresponding
64
+ Copyright Holder. This restriction only applies to the primary font name as
65
+ presented to the users.
66
+
67
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
68
+ Software shall not be used to promote, endorse or advertise any
69
+ Modified Version, except to acknowledge the contribution(s) of the
70
+ Copyright Holder(s) and the Author(s) or with their explicit written
71
+ permission.
72
+
73
+ 5) The Font Software, modified or unmodified, in part or in whole,
74
+ must be distributed entirely under this license, and must not be
75
+ distributed under any other license. The requirement for fonts to
76
+ remain under this license does not apply to any document created
77
+ using the Font Software.
78
+
79
+ TERMINATION
80
+ This license becomes null and void if any of the above conditions are
81
+ not met.
82
+
83
+ DISCLAIMER
84
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
85
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
86
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
87
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
88
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
89
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
90
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
92
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font) Geist-Italic[wght].ttf: Copyright 2024 The Geist Project Authors (https://github.com/vercel/geist-font)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ http://scripts.sil.org/OFL
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.