farming-code 2.2.7 → 2.2.11

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 (102) hide show
  1. package/README.md +110 -199
  2. package/README.zh_cn.md +106 -237
  3. package/THIRD_PARTY_NOTICES.md +11 -2
  4. package/backend/acp-checkpoint-store.js +198 -0
  5. package/backend/acp-runtime.js +306 -83
  6. package/backend/acp-session-state.js +202 -6
  7. package/backend/acp-transcript.js +112 -0
  8. package/backend/agent-activity.js +6 -157
  9. package/backend/agent-manager.js +1496 -737
  10. package/backend/agent-provider-session.js +17 -242
  11. package/backend/agent-runtime-binding.js +219 -0
  12. package/backend/agent-session-history.js +66 -1
  13. package/backend/auth.js +79 -6
  14. package/backend/codex-models.js +81 -84
  15. package/backend/codex-session-archive.js +45 -0
  16. package/backend/codex-terminal-profile.js +500 -0
  17. package/backend/codex-transcript-sanitizer.js +12 -0
  18. package/backend/codex-transcript.js +230 -8
  19. package/backend/config-manager.js +30 -0
  20. package/backend/control-api.js +192 -17
  21. package/backend/farming-net-pass.js +285 -0
  22. package/backend/farming-net-registry.js +112 -0
  23. package/backend/farming-net-server.js +298 -0
  24. package/backend/farming-session-store.js +5 -13
  25. package/backend/git-worktree-info.js +181 -0
  26. package/backend/local-session-engine.js +411 -186
  27. package/backend/main-page-session.js +5 -2
  28. package/backend/native-pty-controller-generation.js +106 -0
  29. package/backend/native-pty-host-client.js +275 -7
  30. package/backend/native-pty-host-identity.js +86 -0
  31. package/backend/native-pty-host.js +813 -114
  32. package/backend/native-session-engine.js +100 -28
  33. package/backend/packaged-node-pty.js +22 -2
  34. package/backend/provider-adapters.js +253 -0
  35. package/backend/provider-session-service.js +241 -0
  36. package/backend/runtime-observation.js +81 -0
  37. package/backend/server.js +294 -86
  38. package/backend/session-engine-bridge.js +21 -2
  39. package/backend/session-engine-router.js +1 -1
  40. package/backend/session-engine.js +1 -1
  41. package/backend/session-stream-protocol.js +185 -0
  42. package/backend/storage-layout.js +55 -0
  43. package/backend/terminal-attach-checkpoint.js +74 -0
  44. package/backend/terminal-exit-quiescence.js +39 -0
  45. package/backend/terminal-reducer-flow-control.js +97 -0
  46. package/backend/terminal-screen-state.js +11 -2
  47. package/backend/terminal-screen-worker-pool.js +59 -6
  48. package/backend/terminal-screen-worker-thread.js +97 -57
  49. package/backend/terminal-screen-worker.js +133 -51
  50. package/backend/terminal-state-serialization.js +127 -0
  51. package/backend/terminal-status.js +23 -4
  52. package/backend/usage-monitor.js +81 -4
  53. package/backend/workspace-directory.js +152 -0
  54. package/backend/workspace-file-router.js +182 -76
  55. package/backend/workspace-file-service.js +319 -4
  56. package/backend/workspace-root-registry.js +164 -0
  57. package/dist/assets/App-CHYpgECZ.js +208 -0
  58. package/dist/assets/{FileEditorMarkdownPreview-elKWc8Im.js → FileEditorMarkdownPreview--Cri80nQ.js} +92 -92
  59. package/dist/assets/FileEditorPane-DGJlEKdf.js +2 -0
  60. package/dist/assets/IconGlyphs-Cc14sepw.js +1 -0
  61. package/dist/assets/ProjectFilesSection-Cz1wG4NT.js +12 -0
  62. package/dist/assets/{ReviewPage-BaXu1ZdX.js → ReviewPage-LonRc6Fz.js} +1 -1
  63. package/dist/assets/code-dark-B1pAtO_P.css +1 -0
  64. package/dist/assets/file-icons-Bw2qd5iT.js +1 -0
  65. package/dist/assets/{index-B8SHldPE.js → index-miO2r9IZ.js} +3 -3
  66. package/dist/assets/main-DNe0jPw-.css +1 -0
  67. package/dist/assets/workspace-editor-model-BQol4qbA.js +1 -0
  68. package/dist/assets/workspace-editor-monaco-5gFbeDPF.js +1 -0
  69. package/dist/assets/workspace-editor-monaco-xPv8JzHH.js +4 -0
  70. package/dist/assets/workspace-view-state-DvYG_9PH.js +7 -0
  71. package/dist/assets/workspace-working-copy-D8-s_Sgh.js +1 -0
  72. package/dist/index.html +1 -1
  73. package/frontend/farming-net/app.css +625 -0
  74. package/frontend/farming-net/app.js +268 -0
  75. package/frontend/farming-net/index.html +86 -0
  76. package/frontend/reading-anchor.js +198 -0
  77. package/frontend/session-bridge.js +12 -3
  78. package/frontend/session-modal-bridge.js +5 -12
  79. package/frontend/skins/crt/app.js +1976 -793
  80. package/frontend/skins/crt/index.html +313 -23
  81. package/frontend/skins/crt/styles/billing.css +294 -223
  82. package/frontend/skins/crt/styles/monochrome-green.css +7 -2
  83. package/frontend/terminal-replay.js +372 -0
  84. package/package.json +10 -3
  85. package/shared/browser-protocol.d.ts +5 -0
  86. package/shared/browser-protocol.js +130 -0
  87. package/dist/assets/App-iA2BU9P6.js +0 -124
  88. package/dist/assets/FileEditorPane-RWiFD2cq.js +0 -5
  89. package/dist/assets/IconGlyphs-DfL0EBnj.js +0 -1
  90. package/dist/assets/ProjectFilesSection-Q4PDsWmM.js +0 -12
  91. package/dist/assets/code-dark-CDkOQAtK.css +0 -1
  92. package/dist/assets/file-icons-EFUGSSwf.js +0 -1
  93. package/dist/assets/main-DpYuBonn.css +0 -1
  94. package/dist/assets/qoder-C9LmmOSf.svg +0 -1
  95. package/dist/assets/qoder-Cf9gl0Y5.svg +0 -1
  96. package/dist/assets/qoder-gHCinseV.svg +0 -1
  97. package/dist/assets/workspace-view-state-CTyDzk2D.js +0 -1
  98. package/dist/assets/zsh-CLpveKlF.svg +0 -1
  99. package/dist/assets/zsh-FxSpMPbz.svg +0 -1
  100. /package/dist/assets/{api-D1lyBYIQ.js → api-D8nyOEbz.js} +0 -0
  101. /package/dist/assets/{core-ZlAPicox.js → core-D0LFJkDt.js} +0 -0
  102. /package/dist/assets/{useWorkspaceMenuKeyboard-CneKAZUJ.js → useWorkspaceMenuKeyboard-Brws6Ar9.js} +0 -0
@@ -1 +0,0 @@
1
- <svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Qoder</title><path d="M23.376 14.458v-4.056c0-2.304-1.003-4.154-2.748-5.075L11.612.574l-.046.086-.045.086c1.68.886 2.644 2.673 2.644 4.902v4.056a7.928 7.928 0 01-.014.454l-.005.061c-.005.081-.01.164-.018.245a4.897 4.897 0 01-.011.1l-.01.076c-.008.068-.015.135-.025.203l-.018.113-.01.058a9.99 9.99 0 01-.098.513l-.007.03a7.209 7.209 0 01-.074.294l-.024.086c-.027.099-.056.197-.087.296l-.027.085a9.592 9.592 0 01-.111.323l-.033.085-.018.046c-.032.082-.064.166-.098.248-.019.048-.04.096-.061.145l-.007.017a6 6 0 01-.084.187c-.024.056-.05.11-.077.165-.03.061-.058.122-.089.182a9.423 9.423 0 01-.176.332c-.03.056-.062.111-.094.167-.031.053-.062.108-.095.16-.033.055-.066.11-.101.164-.033.053-.065.104-.1.155-.034.055-.07.107-.111.169l-.099.144a15.193 15.193 0 01-.34.457c-.04.05-.08.102-.121.151l-.107.128-.007.008a6.987 6.987 0 01-.262.298l-.149.16-.116.12a9.562 9.562 0 01-.204.198l-.03.03-.072.069a9.05 9.05 0 01-.263.235l-.025.022-.029.026-.042.035a11.7 11.7 0 01-.22.18l-.07.055-.018.013a8.904 8.904 0 01-.194.146c-.029.02-.057.042-.086.063a7.7 7.7 0 01-.22.152l-.057.04a8.865 8.865 0 01-.293.185l-.062.037a10.424 10.424 0 01-.307.173l-.037.02-.196.103-.108.052-.012.006a6.196 6.196 0 01-.315.143c-.065.028-.13.054-.196.08l-.035.014-.086.034c-.07.026-.143.05-.215.075l-.039.014-.064.023a8.056 8.056 0 01-.323.097l-.63.173a7.285 7.285 0 01-.33.08l-.07.015c-.053.012-.104.023-.157.032l-.065.011-.085.015a2.332 2.332 0 01-.194.027l-.085.01a4.715 4.715 0 01-.16.018l-.034.003a4.861 4.861 0 01-.246.016h-.033a2.714 2.714 0 01-.155.005h-.106a3.384 3.384 0 01-.225-.007H4.86l-.15-.012-.066-.006a5.586 5.586 0 01-.187-.02l-.04-.005a5.14 5.14 0 01-.219-.035l-.054-.01a6.943 6.943 0 01-.347-.082l-.03-.008-.038-.01a5.034 5.034 0 01-.269-.086l-.063-.023a4.216 4.216 0 01-.188-.073l-.071-.031-.016-.007a4.959 4.959 0 01-.16-.074l-.026-.013a.164.164 0 00-.014-.007l-.671-.351.486.486h.016l8.995 4.742.093.048.03.014.02.01c.056.026.111.052.169.076l.016.008.073.032.195.076.022.008a.718.718 0 01.03.012l.014.004a4.693 4.693 0 00.323.1l.027.007c.073.02.147.038.22.055l.018.004.027.006.066.013.088.016c.075.014.15.026.226.038l.042.004c.064.009.128.016.193.022l.126.012.06.003.05.002.098.005c.046.002.094.002.14.003h.12c.05 0 .1-.002.161-.005h.033l.07-.004a6.17 6.17 0 00.184-.014l.033-.003a.753.753 0 00.058-.005l.108-.012.081-.01.08-.01.129-.021.082-.014.071-.012c.054-.01.107-.021.16-.033l.066-.013.059-.013c.096-.022.192-.046.287-.073l.63-.172a7.354 7.354 0 00.397-.122l.04-.015c.075-.025.149-.051.222-.078.032-.011.062-.024.093-.037l.03-.012c.067-.027.135-.054.2-.082l.128-.056.195-.09.021-.01.102-.05c.068-.034.135-.069.202-.105l.037-.02.073-.038c.08-.044.16-.092.24-.139l.026-.015a8.086 8.086 0 00.322-.2l.065-.045 1.98.902a1.748 1.748 0 002.472-1.59v-7.33l.004.004z" opacity=".5"></path><path d="M11.617.576a3.904 3.904 0 00-.093-.047c-.016-.009-.033-.016-.05-.024a5.854 5.854 0 00-.166-.077l-.09-.04a4.094 4.094 0 00-.194-.074c-.017-.006-.035-.015-.053-.02l-.013-.005a5.18 5.18 0 00-.277-.088l-.07-.019a4.034 4.034 0 00-.219-.053c-.015-.003-.03-.008-.044-.012L10.253.1l-.057-.011a5.177 5.177 0 00-.225-.036L9.928.047a5.972 5.972 0 00-.191-.022L9.669.02a1.33 1.33 0 00-.058-.005L9.515.009a4.058 4.058 0 00-.111-.005C9.354 0 9.304 0 9.254 0h-.109c-.052 0-.106.004-.16.004L8.884.01A5.32 5.32 0 008.7.022l-.083.006h-.008c-.05.005-.1.013-.15.019l-.12.014c-.056.008-.112.018-.169.028-.037.006-.074.011-.11.018a7.054 7.054 0 00-.572.133l-.63.172c-.111.031-.22.064-.33.1-.037.011-.072.025-.108.037a12.91 12.91 0 00-.345.126c-.067.027-.133.054-.2.083l-.128.055a11.916 11.916 0 00-.318.15 7.376 7.376 0 00-.311.163c-.082.045-.16.092-.24.14a9.424 9.424 0 00-.35.218l-.016.01-.06.04a9.242 9.242 0 00-.51.37 12.54 12.54 0 00-.315.254l-.043.034-.01.007-.045.041c-.09.078-.18.158-.268.24l-.106.101c-.07.067-.139.135-.207.204l-.056.054-.063.067-.153.164-.12.133-.148.17c-.024.03-.049.057-.073.086l-.043.053a5.96 5.96 0 00-.123.155l-.118.151c-.04.053-.08.106-.118.16l-.075.101-.038.056-.107.155-.11.164a9.91 9.91 0 00-.168.265c-.012.02-.023.043-.037.063a12.43 12.43 0 00-.192.335l-.09.168c-.019.034-.04.07-.057.105-.011.022-.02.043-.032.065l-.092.188-.08.167a19.15 19.15 0 00-.083.192c-.017.038-.035.076-.05.115-.008.016-.014.034-.021.051-.035.083-.067.167-.1.253l-.051.134c-.04.11-.077.22-.113.33l-.02.057c0 .002 0 .005-.002.007l-.008.026c-.032.1-.06.2-.09.301l-.023.089c-.027.1-.052.2-.075.301l-.007.03a7.63 7.63 0 00-.057.267l-.008.048c-.015.074-.026.148-.038.223L.082 8.4c-.011.078-.02.156-.029.234-.006.051-.013.103-.017.154a6.57 6.57 0 00-.02.26c-.003.044-.007.086-.009.13-.004.128-.007.257-.007.386v4.056c0 1.478.42 2.741 1.138 3.692A4.75 4.75 0 002.73 18.67l9.015 4.753c-1.656-.874-2.728-2.685-2.73-5.051v-4.056c0-.13.004-.26.01-.39.002-.043.006-.085.01-.128.005-.088.01-.174.019-.261l.017-.155c.01-.077.018-.155.029-.234l.026-.164c.013-.074.025-.15.039-.223.02-.105.04-.21.064-.313l.008-.031c.023-.1.048-.201.075-.301l.023-.088c.028-.1.058-.202.09-.302l.008-.025.021-.063c.036-.11.073-.22.113-.33l.052-.134c.031-.085.065-.169.1-.253.022-.056.047-.111.07-.166a13.856 13.856 0 01.164-.358c.03-.063.06-.126.092-.188l.088-.172a9.22 9.22 0 01.187-.338l.096-.164c.034-.057.069-.112.104-.168l.1-.159a10.49 10.49 0 01.567-.786l.123-.155.116-.139c.05-.057.098-.115.148-.171a14.092 14.092 0 01.272-.297 9.706 9.706 0 01.432-.425c.088-.083.177-.163.268-.241l.054-.048a10.08 10.08 0 01.553-.435l.092-.068c.075-.053.15-.105.226-.156.019-.013.038-.028.06-.04a9.18 9.18 0 01.362-.227c.08-.047.16-.094.241-.139l.11-.058a7.643 7.643 0 01.521-.256l.126-.056a7.509 7.509 0 01.546-.208l.107-.037c.11-.036.22-.069.33-.1l.63-.172c.095-.026.191-.05.287-.072l.097-.02c.062-.014.125-.029.187-.04l.114-.018c.055-.01.11-.02.166-.028.04-.006.08-.01.12-.014.053-.007.105-.014.157-.019l.083-.006c.061-.005.123-.01.184-.013.034-.003.067-.003.101-.004l.16-.006h.11a3.187 3.187 0 01.261.008l.153.01.067.007c.064.006.128.013.192.022l.043.005a5.232 5.232 0 01.281.047l.141.03c.073.016.146.035.218.053l.07.019c.094.026.187.055.278.087l.067.025a4.326 4.326 0 01.449.19l.143.072L11.617.576z"></path></svg>
@@ -1 +0,0 @@
1
- <svg fill="currentColor" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Qoder</title><path d="M23.376 14.458v-4.056c0-2.304-1.003-4.154-2.748-5.075L11.612.574l-.046.086-.045.086c1.68.886 2.644 2.673 2.644 4.902v4.056a7.928 7.928 0 01-.014.454l-.005.061c-.005.081-.01.164-.018.245a4.897 4.897 0 01-.011.1l-.01.076c-.008.068-.015.135-.025.203l-.018.113-.01.058a9.99 9.99 0 01-.098.513l-.007.03a7.209 7.209 0 01-.074.294l-.024.086c-.027.099-.056.197-.087.296l-.027.085a9.592 9.592 0 01-.111.323l-.033.085-.018.046c-.032.082-.064.166-.098.248-.019.048-.04.096-.061.145l-.007.017a6 6 0 01-.084.187c-.024.056-.05.11-.077.165-.03.061-.058.122-.089.182a9.423 9.423 0 01-.176.332c-.03.056-.062.111-.094.167-.031.053-.062.108-.095.16-.033.055-.066.11-.101.164-.033.053-.065.104-.1.155-.034.055-.07.107-.111.169l-.099.144a15.193 15.193 0 01-.34.457c-.04.05-.08.102-.121.151l-.107.128-.007.008a6.987 6.987 0 01-.262.298l-.149.16-.116.12a9.562 9.562 0 01-.204.198l-.03.03-.072.069a9.05 9.05 0 01-.263.235l-.025.022-.029.026-.042.035a11.7 11.7 0 01-.22.18l-.07.055-.018.013a8.904 8.904 0 01-.194.146c-.029.02-.057.042-.086.063a7.7 7.7 0 01-.22.152l-.057.04a8.865 8.865 0 01-.293.185l-.062.037a10.424 10.424 0 01-.307.173l-.037.02-.196.103-.108.052-.012.006a6.196 6.196 0 01-.315.143c-.065.028-.13.054-.196.08l-.035.014-.086.034c-.07.026-.143.05-.215.075l-.039.014-.064.023a8.056 8.056 0 01-.323.097l-.63.173a7.285 7.285 0 01-.33.08l-.07.015c-.053.012-.104.023-.157.032l-.065.011-.085.015a2.332 2.332 0 01-.194.027l-.085.01a4.715 4.715 0 01-.16.018l-.034.003a4.861 4.861 0 01-.246.016h-.033a2.714 2.714 0 01-.155.005h-.106a3.384 3.384 0 01-.225-.007H4.86l-.15-.012-.066-.006a5.586 5.586 0 01-.187-.02l-.04-.005a5.14 5.14 0 01-.219-.035l-.054-.01a6.943 6.943 0 01-.347-.082l-.03-.008-.038-.01a5.034 5.034 0 01-.269-.086l-.063-.023a4.216 4.216 0 01-.188-.073l-.071-.031-.016-.007a4.959 4.959 0 01-.16-.074l-.026-.013a.164.164 0 00-.014-.007l-.671-.351.486.486h.016l8.995 4.742.093.048.03.014.02.01c.056.026.111.052.169.076l.016.008.073.032.195.076.022.008a.718.718 0 01.03.012l.014.004a4.693 4.693 0 00.323.1l.027.007c.073.02.147.038.22.055l.018.004.027.006.066.013.088.016c.075.014.15.026.226.038l.042.004c.064.009.128.016.193.022l.126.012.06.003.05.002.098.005c.046.002.094.002.14.003h.12c.05 0 .1-.002.161-.005h.033l.07-.004a6.17 6.17 0 00.184-.014l.033-.003a.753.753 0 00.058-.005l.108-.012.081-.01.08-.01.129-.021.082-.014.071-.012c.054-.01.107-.021.16-.033l.066-.013.059-.013c.096-.022.192-.046.287-.073l.63-.172a7.354 7.354 0 00.397-.122l.04-.015c.075-.025.149-.051.222-.078.032-.011.062-.024.093-.037l.03-.012c.067-.027.135-.054.2-.082l.128-.056.195-.09.021-.01.102-.05c.068-.034.135-.069.202-.105l.037-.02.073-.038c.08-.044.16-.092.24-.139l.026-.015a8.086 8.086 0 00.322-.2l.065-.045 1.98.902a1.748 1.748 0 002.472-1.59v-7.33l.004.004z" fill="#2ADB5C"></path><path d="M11.617.576a3.904 3.904 0 00-.093-.047c-.016-.009-.033-.016-.05-.024a5.854 5.854 0 00-.166-.077l-.09-.04a4.094 4.094 0 00-.194-.074c-.017-.006-.035-.015-.053-.02l-.013-.005a5.18 5.18 0 00-.277-.088l-.07-.019a4.034 4.034 0 00-.219-.053c-.015-.003-.03-.008-.044-.012L10.253.1l-.057-.011a5.177 5.177 0 00-.225-.036L9.928.047a5.972 5.972 0 00-.191-.022L9.669.02a1.33 1.33 0 00-.058-.005L9.515.009a4.058 4.058 0 00-.111-.005C9.354 0 9.304 0 9.254 0h-.109c-.052 0-.106.004-.16.004L8.884.01A5.32 5.32 0 008.7.022l-.083.006h-.008c-.05.005-.1.013-.15.019l-.12.014c-.056.008-.112.018-.169.028-.037.006-.074.011-.11.018a7.054 7.054 0 00-.572.133l-.63.172c-.111.031-.22.064-.33.1-.037.011-.072.025-.108.037a12.91 12.91 0 00-.345.126c-.067.027-.133.054-.2.083l-.128.055a11.916 11.916 0 00-.318.15 7.376 7.376 0 00-.311.163c-.082.045-.16.092-.24.14a9.424 9.424 0 00-.35.218l-.016.01-.06.04a9.242 9.242 0 00-.51.37 12.54 12.54 0 00-.315.254l-.043.034-.01.007-.045.041c-.09.078-.18.158-.268.24l-.106.101c-.07.067-.139.135-.207.204l-.056.054-.063.067-.153.164-.12.133-.148.17c-.024.03-.049.057-.073.086l-.043.053a5.96 5.96 0 00-.123.155l-.118.151c-.04.053-.08.106-.118.16l-.075.101-.038.056-.107.155-.11.164a9.91 9.91 0 00-.168.265c-.012.02-.023.043-.037.063a12.43 12.43 0 00-.192.335l-.09.168c-.019.034-.04.07-.057.105-.011.022-.02.043-.032.065l-.092.188-.08.167a19.15 19.15 0 00-.083.192c-.017.038-.035.076-.05.115-.008.016-.014.034-.021.051-.035.083-.067.167-.1.253l-.051.134c-.04.11-.077.22-.113.33l-.02.057c0 .002 0 .005-.002.007l-.008.026c-.032.1-.06.2-.09.301l-.023.089c-.027.1-.052.2-.075.301l-.007.03a7.63 7.63 0 00-.057.267l-.008.048c-.015.074-.026.148-.038.223L.082 8.4c-.011.078-.02.156-.029.234-.006.051-.013.103-.017.154a6.57 6.57 0 00-.02.26c-.003.044-.007.086-.009.13-.004.128-.007.257-.007.386v4.056c0 1.478.42 2.741 1.138 3.692A4.75 4.75 0 002.73 18.67l9.015 4.753c-1.656-.874-2.728-2.685-2.73-5.051v-4.056c0-.13.004-.26.01-.39.002-.043.006-.085.01-.128.005-.088.01-.174.019-.261l.017-.155c.01-.077.018-.155.029-.234l.026-.164c.013-.074.025-.15.039-.223.02-.105.04-.21.064-.313l.008-.031c.023-.1.048-.201.075-.301l.023-.088c.028-.1.058-.202.09-.302l.008-.025.021-.063c.036-.11.073-.22.113-.33l.052-.134c.031-.085.065-.169.1-.253.022-.056.047-.111.07-.166a13.856 13.856 0 01.164-.358c.03-.063.06-.126.092-.188l.088-.172a9.22 9.22 0 01.187-.338l.096-.164c.034-.057.069-.112.104-.168l.1-.159a10.49 10.49 0 01.567-.786l.123-.155.116-.139c.05-.057.098-.115.148-.171a14.092 14.092 0 01.272-.297 9.706 9.706 0 01.432-.425c.088-.083.177-.163.268-.241l.054-.048a10.08 10.08 0 01.553-.435l.092-.068c.075-.053.15-.105.226-.156.019-.013.038-.028.06-.04a9.18 9.18 0 01.362-.227c.08-.047.16-.094.241-.139l.11-.058a7.643 7.643 0 01.521-.256l.126-.056a7.509 7.509 0 01.546-.208l.107-.037c.11-.036.22-.069.33-.1l.63-.172c.095-.026.191-.05.287-.072l.097-.02c.062-.014.125-.029.187-.04l.114-.018c.055-.01.11-.02.166-.028.04-.006.08-.01.12-.014.053-.007.105-.014.157-.019l.083-.006c.061-.005.123-.01.184-.013.034-.003.067-.003.101-.004l.16-.006h.11a3.187 3.187 0 01.261.008l.153.01.067.007c.064.006.128.013.192.022l.043.005a5.232 5.232 0 01.281.047l.141.03c.073.016.146.035.218.053l.07.019c.094.026.187.055.278.087l.067.025a4.326 4.326 0 01.449.19l.143.072L11.617.576z"></path></svg>
@@ -1 +0,0 @@
1
- <svg fill="#F1ECEC" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Qoder</title><path d="M23.376 14.458v-4.056c0-2.304-1.003-4.154-2.748-5.075L11.612.574l-.046.086-.045.086c1.68.886 2.644 2.673 2.644 4.902v4.056a7.928 7.928 0 01-.014.454l-.005.061c-.005.081-.01.164-.018.245a4.897 4.897 0 01-.011.1l-.01.076c-.008.068-.015.135-.025.203l-.018.113-.01.058a9.99 9.99 0 01-.098.513l-.007.03a7.209 7.209 0 01-.074.294l-.024.086c-.027.099-.056.197-.087.296l-.027.085a9.592 9.592 0 01-.111.323l-.033.085-.018.046c-.032.082-.064.166-.098.248-.019.048-.04.096-.061.145l-.007.017a6 6 0 01-.084.187c-.024.056-.05.11-.077.165-.03.061-.058.122-.089.182a9.423 9.423 0 01-.176.332c-.03.056-.062.111-.094.167-.031.053-.062.108-.095.16-.033.055-.066.11-.101.164-.033.053-.065.104-.1.155-.034.055-.07.107-.111.169l-.099.144a15.193 15.193 0 01-.34.457c-.04.05-.08.102-.121.151l-.107.128-.007.008a6.987 6.987 0 01-.262.298l-.149.16-.116.12a9.562 9.562 0 01-.204.198l-.03.03-.072.069a9.05 9.05 0 01-.263.235l-.025.022-.029.026-.042.035a11.7 11.7 0 01-.22.18l-.07.055-.018.013a8.904 8.904 0 01-.194.146c-.029.02-.057.042-.086.063a7.7 7.7 0 01-.22.152l-.057.04a8.865 8.865 0 01-.293.185l-.062.037a10.424 10.424 0 01-.307.173l-.037.02-.196.103-.108.052-.012.006a6.196 6.196 0 01-.315.143c-.065.028-.13.054-.196.08l-.035.014-.086.034c-.07.026-.143.05-.215.075l-.039.014-.064.023a8.056 8.056 0 01-.323.097l-.63.173a7.285 7.285 0 01-.33.08l-.07.015c-.053.012-.104.023-.157.032l-.065.011-.085.015a2.332 2.332 0 01-.194.027l-.085.01a4.715 4.715 0 01-.16.018l-.034.003a4.861 4.861 0 01-.246.016h-.033a2.714 2.714 0 01-.155.005h-.106a3.384 3.384 0 01-.225-.007H4.86l-.15-.012-.066-.006a5.586 5.586 0 01-.187-.02l-.04-.005a5.14 5.14 0 01-.219-.035l-.054-.01a6.943 6.943 0 01-.347-.082l-.03-.008-.038-.01a5.034 5.034 0 01-.269-.086l-.063-.023a4.216 4.216 0 01-.188-.073l-.071-.031-.016-.007a4.959 4.959 0 01-.16-.074l-.026-.013a.164.164 0 00-.014-.007l-.671-.351.486.486h.016l8.995 4.742.093.048.03.014.02.01c.056.026.111.052.169.076l.016.008.073.032.195.076.022.008a.718.718 0 01.03.012l.014.004a4.693 4.693 0 00.323.1l.027.007c.073.02.147.038.22.055l.018.004.027.006.066.013.088.016c.075.014.15.026.226.038l.042.004c.064.009.128.016.193.022l.126.012.06.003.05.002.098.005c.046.002.094.002.14.003h.12c.05 0 .1-.002.161-.005h.033l.07-.004a6.17 6.17 0 00.184-.014l.033-.003a.753.753 0 00.058-.005l.108-.012.081-.01.08-.01.129-.021.082-.014.071-.012c.054-.01.107-.021.16-.033l.066-.013.059-.013c.096-.022.192-.046.287-.073l.63-.172a7.354 7.354 0 00.397-.122l.04-.015c.075-.025.149-.051.222-.078.032-.011.062-.024.093-.037l.03-.012c.067-.027.135-.054.2-.082l.128-.056.195-.09.021-.01.102-.05c.068-.034.135-.069.202-.105l.037-.02.073-.038c.08-.044.16-.092.24-.139l.026-.015a8.086 8.086 0 00.322-.2l.065-.045 1.98.902a1.748 1.748 0 002.472-1.59v-7.33l.004.004z" fill="#2ADB5C"></path><path d="M11.617.576a3.904 3.904 0 00-.093-.047c-.016-.009-.033-.016-.05-.024a5.854 5.854 0 00-.166-.077l-.09-.04a4.094 4.094 0 00-.194-.074c-.017-.006-.035-.015-.053-.02l-.013-.005a5.18 5.18 0 00-.277-.088l-.07-.019a4.034 4.034 0 00-.219-.053c-.015-.003-.03-.008-.044-.012L10.253.1l-.057-.011a5.177 5.177 0 00-.225-.036L9.928.047a5.972 5.972 0 00-.191-.022L9.669.02a1.33 1.33 0 00-.058-.005L9.515.009a4.058 4.058 0 00-.111-.005C9.354 0 9.304 0 9.254 0h-.109c-.052 0-.106.004-.16.004L8.884.01A5.32 5.32 0 008.7.022l-.083.006h-.008c-.05.005-.1.013-.15.019l-.12.014c-.056.008-.112.018-.169.028-.037.006-.074.011-.11.018a7.054 7.054 0 00-.572.133l-.63.172c-.111.031-.22.064-.33.1-.037.011-.072.025-.108.037a12.91 12.91 0 00-.345.126c-.067.027-.133.054-.2.083l-.128.055a11.916 11.916 0 00-.318.15 7.376 7.376 0 00-.311.163c-.082.045-.16.092-.24.14a9.424 9.424 0 00-.35.218l-.016.01-.06.04a9.242 9.242 0 00-.51.37 12.54 12.54 0 00-.315.254l-.043.034-.01.007-.045.041c-.09.078-.18.158-.268.24l-.106.101c-.07.067-.139.135-.207.204l-.056.054-.063.067-.153.164-.12.133-.148.17c-.024.03-.049.057-.073.086l-.043.053a5.96 5.96 0 00-.123.155l-.118.151c-.04.053-.08.106-.118.16l-.075.101-.038.056-.107.155-.11.164a9.91 9.91 0 00-.168.265c-.012.02-.023.043-.037.063a12.43 12.43 0 00-.192.335l-.09.168c-.019.034-.04.07-.057.105-.011.022-.02.043-.032.065l-.092.188-.08.167a19.15 19.15 0 00-.083.192c-.017.038-.035.076-.05.115-.008.016-.014.034-.021.051-.035.083-.067.167-.1.253l-.051.134c-.04.11-.077.22-.113.33l-.02.057c0 .002 0 .005-.002.007l-.008.026c-.032.1-.06.2-.09.301l-.023.089c-.027.1-.052.2-.075.301l-.007.03a7.63 7.63 0 00-.057.267l-.008.048c-.015.074-.026.148-.038.223L.082 8.4c-.011.078-.02.156-.029.234-.006.051-.013.103-.017.154a6.57 6.57 0 00-.02.26c-.003.044-.007.086-.009.13-.004.128-.007.257-.007.386v4.056c0 1.478.42 2.741 1.138 3.692A4.75 4.75 0 002.73 18.67l9.015 4.753c-1.656-.874-2.728-2.685-2.73-5.051v-4.056c0-.13.004-.26.01-.39.002-.043.006-.085.01-.128.005-.088.01-.174.019-.261l.017-.155c.01-.077.018-.155.029-.234l.026-.164c.013-.074.025-.15.039-.223.02-.105.04-.21.064-.313l.008-.031c.023-.1.048-.201.075-.301l.023-.088c.028-.1.058-.202.09-.302l.008-.025.021-.063c.036-.11.073-.22.113-.33l.052-.134c.031-.085.065-.169.1-.253.022-.056.047-.111.07-.166a13.856 13.856 0 01.164-.358c.03-.063.06-.126.092-.188l.088-.172a9.22 9.22 0 01.187-.338l.096-.164c.034-.057.069-.112.104-.168l.1-.159a10.49 10.49 0 01.567-.786l.123-.155.116-.139c.05-.057.098-.115.148-.171a14.092 14.092 0 01.272-.297 9.706 9.706 0 01.432-.425c.088-.083.177-.163.268-.241l.054-.048a10.08 10.08 0 01.553-.435l.092-.068c.075-.053.15-.105.226-.156.019-.013.038-.028.06-.04a9.18 9.18 0 01.362-.227c.08-.047.16-.094.241-.139l.11-.058a7.643 7.643 0 01.521-.256l.126-.056a7.509 7.509 0 01.546-.208l.107-.037c.11-.036.22-.069.33-.1l.63-.172c.095-.026.191-.05.287-.072l.097-.02c.062-.014.125-.029.187-.04l.114-.018c.055-.01.11-.02.166-.028.04-.006.08-.01.12-.014.053-.007.105-.014.157-.019l.083-.006c.061-.005.123-.01.184-.013.034-.003.067-.003.101-.004l.16-.006h.11a3.187 3.187 0 01.261.008l.153.01.067.007c.064.006.128.013.192.022l.043.005a5.232 5.232 0 01.281.047l.141.03c.073.016.146.035.218.053l.07.019c.094.026.187.055.278.087l.067.025a4.326 4.326 0 01.449.19l.143.072L11.617.576z"></path></svg>
@@ -1 +0,0 @@
1
- import{t as e}from"./jsx-runtime-BthL93pI.js";import{v as t,w as n}from"./file-icons-EFUGSSwf.js";var r={qwen:`Qwen Code`,codex:`Codex`,opencode:`OpenCode`,qoder:`Qoder`,qodercli:`Qoder`,aider:`Aider`,"github-copilot-cli":`GitHub Copilot CLI`,claude:`Claude Code`,"amazon-q":`Amazon Q`,bash:`bash`,zsh:`zsh`},i=/^[\s**✳✱✲✶·•◇✋✦⏲\u2800-\u28FF]+/u,a=/^[◇✋✦⏲]/u;function o(e){return e.split(` `)[0]??e}function s(e){return e.length<=28?e:`${e.slice(0,27)}…`}function c(e){return e.replace(i,``).trim()}function l(e){return e.trim().replace(/^[\s**✳✱✲✶·•:.◇✋✦⏲\u2800-\u28FF]+/u,``).replace(/\s+/g,` `).toLowerCase()}function u(e,t=Date.now()){if(!e||!Number.isFinite(e))return``;let n=Math.max(0,Math.floor((t-e)/1e3));if(n<60)return`now`;let r=Math.floor(n/60);if(r<60)return`${r}m`;let i=Math.floor(r/60);if(i<24)return`${i}h`;let a=Math.floor(i/24);if(a<14)return`${a}d`;if(a<56)return`${Math.floor(a/7)}w`;let o=Math.floor(a/30);return o<12?`${o}mo`:`${Math.floor(a/365)}y`}function d(e){let t=o(e);return r[t]??t}function f(e){return[e.cwd,e.projectWorkspace].filter(e=>typeof e==`string`&&e.trim().length>0).map(e=>e.replace(/[/\\]+$/,``).split(/[/\\]/).filter(Boolean).pop()||``).filter(Boolean).map(e=>e.toLowerCase())}function p(e,t){let n=typeof e==`string`?e.trim():``;if(!n)return``;let r=l(n),i=o(t.command).toLowerCase(),u=d(t.command).toLowerCase();return(i===`qoder`||i===`qodercli`)&&a.test(n)||new Set([i,u,`${i} session`,`${u} session`,`main agent`,`farming`].filter(Boolean)).has(r)||f(t).includes(r)?``:s(c(n)||n)}function m(e){let t=typeof e.customTitle==`string`?e.customTitle.trim():``;if(t)return s(t);if(e.isMain)return`Main Agent`;let n=p(e.providerSessionTitle,e);if(n)return n;let r=p(e.sessionTitle,e);if(r)return r;if(/^[a-z]+-history(?:-fork)?:/.test(e.source||``)){let t=p(e.task,e);if(t)return t}return d(e.command)}var h={bash:{color:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20150%20150'%20style='enable-background:new%200%200%20150%20150;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23FFFFFF;}%20.st1{fill:%232A3238;}%20.st2{fill:%234DA925;}%20%3c/style%3e%3cg%3e%3cg%3e%3cpath%20class='st0'%20d='M118.9,40.3L81.7,18.2c-4.4-2.6-9.9-2.6-14.4,0L30.1,40.3c-4.4,2.6-7.2,7.5-7.2,12.8v44.2%20c0,5.3,2.7,10.1,7.2,12.8l37.2,22.1c2.2,1.3,4.7,2,7.2,2s5-0.7,7.2-2l37.2-22.1c4.4-2.6,7.2-7.5,7.2-12.8V53%20C126.1,47.8,123.4,42.9,118.9,40.3z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='st1'%20d='M118.9,40.3L81.7,18.2c-2.2-1.3-4.7-2-7.2-2s-5,0.7-7.2,2L30.1,40.3c-4.4,2.6-7.2,7.5-7.2,12.8v44.2%20c0,5.3,2.7,10.1,7.2,12.8l37.2,22.1c2.2,1.3,4.7,2,7.2,2s5-0.7,7.2-2l37.2-22.1c4.4-2.6,7.2-7.5,7.2-12.8V53%20C126.1,47.8,123.4,42.9,118.9,40.3z%20M68.6,129.8l-37.2-22.1c-3.6-2.2-5.9-6.2-5.9-10.5V53c0-4.3,2.3-8.4,5.9-10.5l37.2-22.1%20c1.8-1.1,3.8-1.6,5.9-1.6c2.1,0,4.1,0.6,5.9,1.6l37.2,22.1c3.1,1.8,5.1,5,5.7,8.5c-1.2-2.6-4-3.4-7.3-1.5L80.9,71.3%20c-4.4,2.6-7.6,5.4-7.6,10.7v43.4c0,3.2,1.3,5.2,3.2,5.8c-0.6,0.1-1.3,0.2-2,0.2C72.5,131.5,70.4,130.9,68.6,129.8z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath%20class='st2'%20d='M109.2,101.5l-9.3,5.5c-0.2,0.1-0.4,0.3-0.4,0.6v2.4c0,0.3,0.2,0.4,0.4,0.3l9.4-5.7c0.2-0.1,0.3-0.4,0.3-0.7%20v-2.1C109.6,101.5,109.4,101.4,109.2,101.5z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='st0'%20d='M89.4,81.1c0.3-0.2,0.5,0,0.6,0.4v3.2c1.3-0.5,2.5-0.7,3.6-0.4c0.2,0.1,0.3,0.4,0.2,0.7l-0.7,2.8%20c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.1-0.1,0.1-0.2,0.1s-0.2,0.1-0.3,0c-0.5-0.1-1.6-0.4-3.4,0.6c-1.9,1-2.6,2.6-2.5,3.8%20c0,1.5,0.8,1.9,3.3,1.9c3.4,0.1,4.9,1.6,5,5c0,3.4-1.8,7.1-4.6,9.3l0.1,3.2c0,0.4-0.2,0.8-0.5,1l-1.9,1.1c-0.3,0.2-0.5,0-0.6-0.4%20v-3.1c-1.6,0.7-3.2,0.8-4.3,0.4c-0.2-0.1-0.3-0.4-0.2-0.7l0.7-2.9c0.1-0.2,0.2-0.5,0.3-0.6c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1-0.1,0.2-0.1,0.3,0c1.1,0.4,2.6,0.2,3.9-0.5c1.8-0.9,2.9-2.7,2.9-4.5c0-1.6-0.9-2.3-3-2.3c-2.7,0-5.2-0.5-5.3-4.5%20c0-3.3,1.7-6.7,4.4-8.8v-3.2c0-0.4,0.2-0.8,0.5-1L89.4,81.1z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e`,monochrome:`data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2022.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20150%20150'%20style='enable-background:new%200%200%20150%20150;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%232A3238;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M118.9,40.3L81.7,18.2c-2.2-1.3-4.7-2-7.2-2s-5,0.7-7.2,2L30.1,40.3c-4.4,2.6-7.2,7.5-7.2,12.8v44.2%20c0,5.3,2.7,10.1,7.2,12.8l37.2,22.1c2.2,1.3,4.7,2,7.2,2c2.5,0,5-0.7,7.2-2l37.2-22.1c4.4-2.6,7.2-7.5,7.2-12.8V53%20C126.1,47.8,123.4,42.9,118.9,40.3z%20M90.1,109.3l0.1,3.2c0,0.4-0.2,0.8-0.5,1l-1.9,1.1c-0.3,0.2-0.5,0-0.6-0.4l0-3.1%20c-1.6,0.7-3.2,0.8-4.3,0.4c-0.2-0.1-0.3-0.4-0.2-0.7l0.7-2.9c0.1-0.2,0.2-0.5,0.3-0.6c0.1-0.1,0.1-0.1,0.2-0.1%20c0.1-0.1,0.2-0.1,0.3,0c1.1,0.4,2.6,0.2,3.9-0.5c1.8-0.9,2.9-2.7,2.9-4.5c0-1.6-0.9-2.3-3-2.3c-2.7,0-5.2-0.5-5.3-4.5%20c0-3.3,1.7-6.7,4.4-8.8l0-3.2c0-0.4,0.2-0.8,0.5-1l1.8-1.2c0.3-0.2,0.5,0,0.6,0.4l0,3.2c1.3-0.5,2.5-0.7,3.6-0.4%20c0.2,0.1,0.3,0.4,0.2,0.7l-0.7,2.8c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.2,0.1-0.3,0%20c-0.5-0.1-1.6-0.4-3.4,0.6c-1.9,1-2.6,2.6-2.5,3.8c0,1.5,0.8,1.9,3.3,1.9c3.4,0.1,4.9,1.6,5,5C94.7,103.4,92.9,107,90.1,109.3z%20M109.6,103.9c0,0.3,0,0.6-0.3,0.7l-9.4,5.7c-0.2,0.1-0.4,0-0.4-0.3v-2.4c0-0.3,0.2-0.5,0.4-0.6l9.3-5.5c0.2-0.1,0.4,0,0.4,0.3%20V103.9z%20M116.1,49.6L80.9,71.3c-4.4,2.6-7.6,5.4-7.6,10.7v43.4c0,3.2,1.3,5.2,3.2,5.8c-0.6,0.1-1.3,0.2-2,0.2%20c-2.1,0-4.1-0.6-5.9-1.6l-37.2-22.1c-3.6-2.2-5.9-6.2-5.9-10.5V53c0-4.3,2.3-8.4,5.9-10.5l37.2-22.1c1.8-1.1,3.8-1.6,5.9-1.6%20s4.1,0.6,5.9,1.6l37.2,22.1c3.1,1.8,5.1,5,5.7,8.5C122.1,48.4,119.3,47.7,116.1,49.6z'/%3e%3c/g%3e%3c/svg%3e`},claude:{color:`data:image/svg+xml,%3csvg%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eClaude%3c/title%3e%3cpath%20d='M4.709%2015.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0%2011.784l.055-.352.48-.321.686.06%201.52.103%202.278.158%201.652.097%202.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686%201.908%201.476%202.491%201.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97%202.97%200%2001-.104-.729L6.283.134%206.696%200l.996.134.42.364.62%201.414%201.002%202.229%201.555%203.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286%201.851-.559%202.903-.364%201.942h.212l.243-.242.985-1.306%201.652-2.064.73-.82.85-.904.547-.431h1.033l.76%201.129-.34%201.166-1.064%201.347-.881%201.142-1.264%201.7-.79%201.36.073.11.188-.02%202.856-.606%201.543-.28%201.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061%201.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093%201.068%202.006%201.81%202.509%202.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649%202.345%203.521.122%201.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674%207.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434%201.967-2.18%202.945-1.726%201.845-.414.164-.717-.37.067-.662.401-.589%202.388-3.036%201.44-1.882.93-1.086-.006-.158h-.055L4.132%2018.56l-1.13.146-.487-.456.061-.746.231-.243%201.908-1.312-.006.006z'%20fill='%23D97757'%20fill-rule='nonzero'%3e%3c/path%3e%3c/svg%3e`,monochrome:`data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='currentColor'%3e%3cpath%20d='M7.09001%2014.3L7.29001%2013.43L7.51001%2012.31L7.69001%2011.41L7.86001%2010.3L7.96001%209.93998V9.90998L7.88001%209.91998L7.04001%2011.07L5.77001%2012.79L4.76001%2013.85L4.52001%2013.95L4.10001%2013.74L4.14001%2013.35L4.38001%2013.01L5.77001%2011.23L6.61001%2010.12L7.16001%209.48998V9.40998H7.12001L3.42001%2011.82L2.76001%2011.9L2.47001%2011.63L2.51001%2011.2L2.65001%2011.06L3.76001%2010.29L6.52001%208.74998L6.56001%208.60998L6.52001%208.53998H6.38001L5.92001%208.50998L4.35001%208.46998L2.99001%208.40998L1.66001%208.33998L1.32001%208.26998L1.01001%207.84998L1.04001%207.63998L1.32001%207.45998L1.73001%207.48998L2.61001%207.55998L3.94001%207.63998L4.91001%207.69998L6.34001%207.84998H6.56001L6.59001%207.74998L6.52001%207.68998L6.46001%207.62998L5.07001%206.70998L3.59001%205.72998L2.81001%205.15998L2.39001%204.86998L2.18001%204.59998L2.10001%204.00998L2.48001%203.58998L3.00001%203.62998L3.13001%203.65998L3.65001%204.06998L4.76001%204.91998L6.22001%205.99998L6.43001%206.16998L6.53001%206.10998V6.06998L6.43001%205.91998L5.65001%204.48998L4.81001%203.02998L4.43001%202.42998L4.33001%202.06998C4.29001%201.93998%204.27001%201.79998%204.27001%201.64998L4.70001%201.05998L4.94001%200.97998L5.53001%201.05998L5.77001%201.26998L6.13001%202.09998L6.70001%203.39998L7.61001%205.15998L7.88001%205.68998L8.02001%206.16998L8.08001%206.31998H8.18001V6.23998L8.25001%205.22998L8.39001%204.00998L8.53001%202.43998L8.57001%201.98998L8.79001%201.45998L9.22001%201.17998L9.56001%201.32998L9.84001%201.73998L9.80001%201.98998L9.65001%203.06998L9.31001%204.75998L9.10001%205.90998H9.23001L9.37001%205.75998L9.94001%204.99998L10.91%203.79998L11.33%203.31998L11.83%202.78998L12.15%202.53998H12.75L13.18%203.19998L12.98%203.88998L12.36%204.66998L11.84%205.32998L11.1%206.31998L10.65%207.11998L10.69%207.17998H10.79L12.46%206.81998L13.37%206.66998L14.43%206.48998L14.92%206.70998L14.98%206.92998L14.78%207.40998L13.63%207.68998L12.29%207.95998L10.29%208.43998H10.26L10.29%208.49998L11.19%208.57998L11.58%208.60998H12.53L14.29%208.73998L14.75%209.04998L15.02%209.40998L14.98%209.69998L14.27%2010.05L13.32%209.82998L11.08%209.29998L10.32%209.11998H10.21V9.17998L10.85%209.80998L12.01%2010.86L13.48%2012.22L13.55%2012.56L13.37%2012.84L13.17%2012.81L11.88%2011.83L11.38%2011.4L10.26%2010.46H10.19V10.56L10.44%2010.94L11.81%2013L11.88%2013.63L11.78%2013.83L11.42%2013.96L11.04%2013.89L10.23%2012.77L9.40001%2011.5L8.73001%2010.37L8.66001%2010.43L8.25001%2014.66L8.07001%2014.87L7.65001%2015.04L7.30001%2014.77L7.10001%2014.34L7.09001%2014.3Z'/%3e%3c/svg%3e`},"claude-code":{color:`data:image/svg+xml,%3csvg%20viewBox='0%200%20600%20600'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill='%23D97757'%20fill-rule='evenodd'%20d='M525%20273.7h75v77.6h-75V427h-37.2v73H450v-73h-37.2v73H375v-73H225v73h-37.8v-73H150v73h-37.8v-73H75v-75.7H0v-77.6h75V125h450zm-375%200h37.2v-71.1H150zm262.8%200H450v-71.1h-37.2z'%20clip-rule='evenodd'%20/%3e%3c/svg%3e`,monochrome:`data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eClaude%20Code%3c/title%3e%3cpath%20clip-rule='evenodd'%20d='M20.998%2010.949H24v3.102h-3v3.028h-1.487V20H18v-2.921h-1.487V20H15v-2.921H9V20H7.488v-2.921H6V20H4.487v-2.921H3V14.05H0V10.95h3V5h17.998v5.949zM6%2010.949h1.488V8.102H6v2.847zm10.51%200H18V8.102h-1.49v2.847z'%3e%3c/path%3e%3c/svg%3e`},opencode:{dark:`data:image/svg+xml,%3csvg%20width='240'%20height='300'%20viewBox='0%200%20240%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1401_86283)'%3e%3cmask%20id='mask0_1401_86283'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='240'%20height='300'%3e%3cpath%20d='M240%200H0V300H240V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_1401_86283)'%3e%3cpath%20d='M180%20240H60V120H180V240Z'%20fill='%234B4646'/%3e%3cpath%20d='M180%2060H60V240H180V60ZM240%20300H0V0H240V300Z'%20fill='%23F1ECEC'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1401_86283'%3e%3crect%20width='240'%20height='300'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e`,monochrome:`data:image/svg+xml,%3csvg%20viewBox='0%200%20240%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M180%20240H60V120H180V240Z'%20fill='%23CFCECD'%20/%3e%3cpath%20d='M180%2060H60V240H180V60ZM240%20300H0V0H240V300Z'%20fill='%23211E1E'%20/%3e%3c/svg%3e`},qoder:{color:`/farming/assets/qoder-Cf9gl0Y5.svg`,dark:`/farming/assets/qoder-gHCinseV.svg`,monochrome:`/farming/assets/qoder-C9LmmOSf.svg`},zsh:{color:`/farming/assets/zsh-FxSpMPbz.svg`,dark:`/farming/assets/zsh-CLpveKlF.svg`,monochrome:`data:image/svg+xml,%3csvg%20role='img'%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eZsh%3c/title%3e%3cpath%20d='M3.612.719A3.621%203.621%200%200%200%200%204.331v15.328a3.627%203.627%200%200%200%203.616%203.612h8.242a.529.529%200%200%200%20.228-.042.607.607%200%200%200-.232-1.169H3.612a2.393%202.393%200%200%201-2.393-2.4V6.113h21.566v12.839a.134.134%200%200%201-.12.074h-.743a.158.158%200%200%201-.09-.043.134.134%200%200%201-.04-.095v-2.23c-.004-.001-.004-.003-.004-.006v-.007a.602.602%200%201%200-1.202%200v6.032l.004.001v.002a.6.6%200%200%200%201.202%200v.002V20.297a.116.116%200%200%201%20.036-.095.134.134%200%200%201%20.094-.04h.744a.12.12%200%200%201%20.099.036c.01.01.018.022.024.035v2.434a.042.042%200%200%200%20.002.023.6.6%200%200%200%20.14.38.601.601%200%200%200%20.46.213h.01a.592.592%200%200%200%20.547-.368l.004-.011a.445.445%200%200%200%20.023-.074.608.608%200%200%200%20.025-.162V4.326A3.615%203.615%200%200%200%2020.392.715H3.616Zm0%201.215h16.776a2.383%202.383%200%200%201%202.401%202.393V4.9H1.215v-.57a2.388%202.388%200%200%201%202.397-2.396ZM6.36%207.28a.213.213%200%200%200-.145.076l-3.964%204.72a.213.213%200%201%200%20.327.275l3.964-4.72a.213.213%200%200%200-.182-.35Zm-2.94.12c-.632%200-1.151.52-1.151%201.151%200%20.632.52%201.152%201.151%201.152.632%200%201.152-.52%201.152-1.152%200-.632-.52-1.151-1.152-1.151Zm0%20.667a.48.48%200%200%201%20.485.484.48.48%200%200%201-.485.485.48.48%200%200%201-.484-.485.48.48%200%200%201%20.484-.484Zm1.94%201.939c-.632%200-1.152.52-1.152%201.152%200%20.632.52%201.15%201.152%201.15.632%200%201.151-.518%201.151-1.15%200-.633-.52-1.152-1.151-1.152Zm0%20.667a.48.48%200%200%201%20.485.485.48.48%200%200%201-.485.484.48.48%200%200%201-.485-.484.48.48%200%200%201%20.485-.485Zm2.658%201.21a.214.214%200%200%200-.081.41c.026.01.053.016.081.016h2.831a.327.327%200%200%200%20.086-.02.215.215%200%200%200%20.131-.198.213.213%200%200%200-.213-.213h-2.83Zm5.77%204.159a.61.61%200%200%200-.61.61v-.004.004a.61.61%200%200%200%20.61.61l.028-.002h1.123a.052.052%200%200%201%20.04.005.077.077%200%200%201%20.04.058.076.076%200%200%201-.006.037l-1.783%204.453a.67.67%200%200%200-.048.249v.55a.65.65%200%200%200%20.192.474.67.67%200%200%200%20.474.196h2.09a.718.718%200%200%200%20.243-.051.623.623%200%200%200%20.386-.578v.004-.004a.626.626%200%200%200-.625-.626l-.014.001h-1.406a.05.05%200%200%201-.038-.005.074.074%200%200%201-.038-.056.072.072%200%200%201%20.005-.034l2.056-5.127a.555.555%200%200%200-.516-.762h-2.167a.07.07%200%200%200-.033-.006Zm4.915.03c-.286%200-.613.027-.81.082a.946.946%200%200%200-.466.267%201.174%201.174%200%200%200-.247.525c-.05.215-.076.488-.076.82%200%20.318.003.576.01.772.008.16.026.32.056.479a.93.93%200%200%200%20.124.294c.055.078.119.15.19.212.1.087.208.165.324.23.127.074.257.144.39.212.133.067.26.138.38.211.114.064.22.142.315.23.037.041.072.084.104.13a.294.294%200%200%201%20.053.091.651.651%200%200%201%20.042.24c.007.073.01.175.01.303a3.77%203.77%200%200%201-.029.525.745.745%200%200%201-.076.285.261.261%200%200%201-.152.12%202.324%202.324%200%200%201-.378.028.83.83%200%200%201-.228-.028.315.315%200%200%201-.143-.129%201.072%201.072%200%200%201-.076-.276%204.459%204.459%200%200%201-.02-.46c0-.016%200-.034-.002-.05h-.004a.54.54%200%200%200-.176-.311.517.517%200%200%200-.847.315h-.003c.002.014.002.033.002.052v.023l.003.284c0%20.362.026.656.076.883.057.221.146.396.267.525a.916.916%200%200%200%20.457.248c.22.054.448.078.675.074.305%200%20.698-.027.901-.083a.897.897%200%200%200%20.486-.313c.127-.153.215-.365.266-.635.057-.276.086-.628.086-1.058%200-.313-.01-.565-.029-.755a1.65%201.65%200%200%200-.085-.47.763.763%200%200%200-.181-.294%201.5%201.5%200%200%200-.276-.22%202.733%202.733%200%200%200-.286-.157%204.382%204.382%200%200%200-.342-.175%208.27%208.27%200%200%201-.343-.184%202.885%202.885%200%200%201-.276-.193.938.938%200%200%201-.114-.11.398.398%200%200%201-.057-.139%201.452%201.452%200%200%201-.029-.211v-.346a2.59%202.59%200%200%201%20.015-.396.633.633%200%200%201%20.067-.23.23.23%200%200%201%20.143-.101c.057-.019.216-.028.305-.028.203%200%20.33.058.38.175.04.074.063.155.066.24.003.066.004.153.004.245h.003c.004-.003.004-.002.004%200a.512.512%200%200%200%20.516.512.516.516%200%200%200%20.515-.512v-.004c-.004-.099-.004-.19-.004-.242a3.184%203.184%200%200%200-.067-.709.896.896%200%200%200-.228-.469.869.869%200%200%200-.457-.258%202.693%202.693%200%200%200-.733-.082Z'/%3e%3c/svg%3e`}},g=e();function ee({name:e,variant:t=`color`,className:n=``,...r}){let i=e.toLowerCase(),a=[`agent-launch-icon`,`agent-launch-icon-${i}`,`agent-launch-icon-${t}`,n].filter(Boolean).join(` `);if(i===`codex`)return(0,g.jsx)(`svg`,{className:a,width:`16`,height:`16`,viewBox:`0 0 16 16`,fill:`currentColor`,"aria-hidden":`true`,focusable:`false`,...r,children:(0,g.jsx)(`path`,{d:`M13.67 6.1C13.98 5.21 13.91 4.23 13.44 3.42C12.58 1.93 10.72 1.4 9.19996 2.14C8.58996 1.43 7.70996 1 6.75996 1C5.03996 1 3.63996 2.35 3.52996 4.04C2.60996 4.22 1.79996 4.77 1.31996 5.59C0.459957 7.08 0.929957 8.96 2.33996 9.9C2.02996 10.79 2.09996 11.77 2.56996 12.58C3.16996 13.62 4.26996 14.2 5.38996 14.2C5.86996 14.2 6.35996 14.08 6.81996 13.86C7.42996 14.57 8.30996 14.99 9.25996 14.99C10.98 14.99 12.38 13.64 12.49 11.95C13.41 11.77 14.22 11.22 14.7 10.4C15.56 8.91 15.09 7.03 13.68 6.09L13.67 6.1ZM12.57 3.92C12.86 4.43 12.93 5.02 12.8 5.58L10.25 4.11C10.1 4.02 9.89996 4.02 9.74996 4.11L6.49996 5.99V4.84L9.49996 3.11C10.57 2.49 11.95 2.86 12.57 3.93V3.92ZM9.49996 8.87L7.99996 9.74L6.49996 8.87V7.14L7.99996 6.27L9.49996 7.14V8.87ZM4.49996 4.25C4.49996 3.01 5.50996 2 6.74996 2C7.32996 2 7.87996 2.23 8.29996 2.63L5.74996 4.1C5.59996 4.19 5.49996 4.35 5.49996 4.53V8.28L4.49996 7.7V4.24V4.25ZM2.17996 6.08C2.46996 5.57 2.94996 5.22 3.49996 5.05V7.99C3.49996 8.17 3.59996 8.33 3.74996 8.42L6.99996 10.3L5.99996 10.88L2.99996 9.15C1.92996 8.53 1.55996 7.15 2.17996 6.08ZM3.42996 12.08C3.13996 11.57 3.06996 10.98 3.19996 10.42L5.74996 11.89C5.82996 11.93 5.90996 11.96 5.99996 11.96C6.08996 11.96 6.16996 11.94 6.24996 11.89L9.49996 10.01V11.16L6.49996 12.89C5.42996 13.51 4.04996 13.14 3.42996 12.07V12.08ZM11.5 11.75C11.5 12.99 10.49 14 9.24996 14C8.66996 14 8.11996 13.77 7.69996 13.37L10.25 11.9C10.4 11.81 10.5 11.65 10.5 11.47V7.72L11.5 8.3V11.76V11.75ZM13.82 9.92C13.53 10.43 13.05 10.78 12.5 10.95V8.01C12.5 7.83 12.4 7.67 12.25 7.58L8.99996 5.7L9.99996 5.12L13 6.85C14.07 7.47 14.44 8.85 13.82 9.92Z`})});if(i===`opencode`)return(0,g.jsxs)(`svg`,{className:a,width:`16`,height:`20`,viewBox:`0 0 240 300`,fill:`none`,"aria-hidden":`true`,focusable:`false`,...r,children:[(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-light`,href:h.opencode.monochrome,width:`240`,height:`300`}),(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-dark`,href:h.opencode.dark,width:`240`,height:`300`})]});if(i===`qoder`){let e=t===`monochrome`;return(0,g.jsx)(`svg`,{className:a,width:`16`,height:`16`,viewBox:`0 0 24 24`,"aria-hidden":`true`,focusable:`false`,...r,children:e?(0,g.jsx)(`image`,{href:h.qoder.monochrome,width:`24`,height:`24`}):(0,g.jsxs)(g.Fragment,{children:[(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-light`,href:h.qoder.color,width:`24`,height:`24`}),(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-dark`,href:h.qoder.dark,width:`24`,height:`24`})]})})}if(i===`claude`){let e=h[`claude-code`][t];return(0,g.jsx)(`svg`,{className:a,width:`16`,height:`16`,viewBox:`0 0 24 24`,"aria-hidden":`true`,focusable:`false`,...r,children:(0,g.jsx)(`image`,{href:e,width:`24`,height:`24`})})}if(i===`bash`){let e=h.bash[t];return(0,g.jsx)(`svg`,{className:a,width:`16`,height:`16`,viewBox:`15 10 120 130`,fill:`none`,"aria-hidden":`true`,focusable:`false`,...r,children:(0,g.jsx)(`image`,{href:e,width:`150`,height:`150`})})}if(i===`zsh`){let e=t===`monochrome`,n=t===`color`?`215 220 400 400`:`0 0 24 24`,i=t===`color`?816:24;return(0,g.jsx)(`svg`,{className:a,width:`16`,height:`16`,viewBox:n,fill:`none`,"aria-hidden":`true`,focusable:`false`,...r,children:e?(0,g.jsx)(`image`,{href:h.zsh.monochrome,width:i,height:i}):(0,g.jsxs)(g.Fragment,{children:[(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-light`,href:h.zsh.color,width:i,height:i}),(0,g.jsx)(`image`,{className:`agent-launch-icon-theme-dark`,href:h.zsh.dark,width:i,height:i})]})})}return null}function _(e,t){return t===e||t.startsWith(`${e}/`)}function te(e){let t=e.replace(/\/+$/,``),n=t.lastIndexOf(`/`);return n===-1?``:t.slice(0,n)}function ne(e){let t=e.split(`/`).filter(Boolean),n=[];for(let e=1;e<t.length;e+=1)n.push(t.slice(0,e).join(`/`));return n}function v(e){return Math.max(0,e.split(`/`).filter(Boolean).length-1)}function y(e,t){for(let n of e){if(n.path===t||n.compactedPaths?.includes(t))return n;let e=y(n.children??[],t);if(e)return e}return null}function b(e,t){for(let n of e){if(n.path===t||n.compactedPaths?.includes(t))return n.path;let e=b(n.children??[],t);if(e)return e}return null}function x(e,t){for(let n of e){if(n.type!==`directory`)continue;let e=n.compactedPaths??[n.path];if(_(n.path,t)||e.some(e=>e===t||_(e,t)))return[n.path,...x(n.children??[],t)]}return[]}function re(e,t,n=!1){let r=x(e,t);if(n){let n=b(e,t)??t;n&&r.push(n)}return Array.from(new Set(r.filter(Boolean)))}function S(e,t){return e.reduce((e,n)=>n.type!==`directory`||!t.has(n.path)?e+1:e+1+S(n.children??[],t),0)}function C(e,t){return e.map(e=>{if(e.type!==`directory`)return{...e,id:e.path};let n=e,r=[e.name],i=[e.path],a=t[e.path]?.items;for(;!n.symbolicLink&&a?.length===1&&a[0]?.type===`directory`&&!a[0]?.symbolicLink;){let e=a[0];n=e,r.push(e.name),i.push(e.path),a=t[e.path]?.items}let o=i.some(e=>t[e]?.loading);return{...n,id:n.path,displayName:r.join(`/`),compactedPaths:i,iconPath:i[0]??n.path,loading:o,children:C(a??[],t)}})}function ie(e,t){return e===t.sourcePath?t.targetPath:e.startsWith(`${t.sourcePath}/`)?`${t.targetPath}${e.slice(t.sourcePath.length)}`:null}function ae(e,t){for(let n of t){let t=ie(e,n);if(t)return t}return null}function oe(e,t){return _(t,e)}function se(e){return[e.sourceDirectory,e.targetDirectory]}function ce(e){return[e.parentDirectory]}function le(e){return e.targetPath}function ue(e){return e.parentDirectory||null}function w(e,t,n){if(e.agentId!==t)return e;let r=ae(e.file.path,n);return r?{...e,file:{...e.file,path:r},externalChanged:!1,error:null}:e}function de(e,t,n){return e.map(e=>w(e,t,n))}function fe(e,t,r){let i=new Map;for(let a of e){let e=w(a,t,r);i.set(n(e.agentId,e.file.path,e.workspaceRoot),e)}return i}function T(e,t,n){return e.agentId===t&&n.some(t=>oe(e.file.path,t.path))}function pe(e,t,n){return e.filter(e=>!T(e,t,n))}function me(e,t,r){let i=new Map;for(let a of e)T(a,t,r)||i.set(n(a.agentId,a.file.path,a.workspaceRoot),a);return i}function E(e){return`lineNumber`in e&&`requestId`in e?{cursor:e}:e}var he=32;function ge(e,t){let n=L(t);for(e.delete(n),e.set(n,{...t,saving:!1});e.size>he;){let t=e.keys().next().value;if(typeof t!=`string`)break;e.delete(t)}}function _e(e,t){if(e?.lineNumber)return{lineNumber:e.lineNumber,column:e.column,endColumn:e.endColumn,requestId:t}}function D(e,t){return e?.view===`diff`?t:void 0}function O(e){return e?.diffOnly===!0?!0:void 0}function k(e,t){return{cursor:_e(e,t.cursorRequestId),diffRequestId:D(e,t.diffRequestId),diffOnly:O(e),transient:e?.transient}}function A(e,t){return{path:e,content:``,size:0,mtimeMs:0,sha1:`deleted:${e}`,gitStatus:`deleted`,gitStatusLabel:t.gitStatusLabel||`D`}}function j(e){return e?.view===`diff`&&e.diffOnly===!0&&e.gitStatus===`deleted`}function M(e){return e?.revealInTree!==!1&&e?.gitStatus!==`deleted`}function N(e){return{view:e.gitStatus===`untracked`?`editor`:`diff`,diffOnly:e.gitStatus===`deleted`,revealInTree:!1,gitStatus:e.gitStatus,gitStatusLabel:e.gitStatusLabel}}function P(e){return e.previousPath?`${e.previousPath} -> ${e.path}`:e.path}function F(e){return`${e.gitStatus}:${e.previousPath||``}:${e.path}`}function I(e,t){return`${P(e)} · ${t}`}function ve(e,t){let n=new Map;return t&&e.forEach(e=>{e.agentId===t&&n.set(e.path,!!(e.dirty||e.externalChanged))}),n}function ye(e,t){for(let[n,r]of e)if(r===!0&&t.get(n)===!1)return!0;return!1}function L(e){return n(e.agentId,e.file.path,e.workspaceRoot)}function R(e){return n(e.agentId,e.filePath,e.workspaceRoot)}function be(e,t,r,i){return L(e)===n(t,r,i)}function z(e,t,n,r){return e.find(e=>be(e,t,n,r))??null}function B(e,t){let n=e.findIndex(e=>L(e)===L(t));if(n===-1)return[...e,t];let r=[...e];return r[n]=t,r}function V(e,t){if(!e.dirty)return{...e,file:t,draft:t.content,dirty:!1,externalChanged:!1,saving:!1,error:null};let n=e.draft!==t.content;return{...e,file:t,draft:e.draft,dirty:n,externalChanged:n&&(e.externalChanged||e.file.sha1!==t.sha1),saving:!1,error:null}}function xe(e,t,n={}){let r=E(n);return{agentId:e,sourceAgentId:r.sourceAgentId,workspaceRoot:r.workspaceRoot,file:t,draft:t.content,dirty:!1,externalChanged:!1,saving:!1,error:null,cursor:r.cursor,diffRequestId:r.diffRequestId,diffOnly:r.diffOnly,transient:r.transient}}function Se(e,r,i,a={}){let o=E(a),s=new Map(e.closedFileCache),c=n(r,i.path,o.workspaceRoot),l=s.get(c),u=z(e.files,r,i.path,o.workspaceRoot),d=!u&&l&&l.draft!==i.content?V(l,i):null;l&&!d&&s.delete(c);let f=u?V(u,i):d??xe(r,i),p=!!(o.transient??f.transient)&&t(f),m={...f,agentId:r,sourceAgentId:o.sourceAgentId??f.sourceAgentId,workspaceRoot:o.workspaceRoot??f.workspaceRoot,file:f.file,cursor:o.cursor,diffRequestId:o.diffRequestId,diffOnly:o.diffOnly===!0,transient:p};return{activeFile:m,files:B(m.transient?e.files.filter(e=>L(e)===L(m)||!e.transient||!t(e)):e.files,m),closedFileCache:s}}function Ce(e,t,n,r={}){let i=E(r),a=z(e.files,t,n,i.workspaceRoot);if(!a)return null;let o=!!(i.cursor||i.diffRequestId||i.diffOnly!==void 0||a.diffRequestId),s=o?{...a,sourceAgentId:i.sourceAgentId??a.sourceAgentId,cursor:i.cursor??a.cursor,diffRequestId:i.diffRequestId,diffOnly:i.diffOnly??a.diffOnly,transient:i.transient??a.transient}:a;return{activeFile:s,files:o?B(e.files,s):e.files,closedFileCache:e.closedFileCache}}function we(e,t){let n=new Set(t.map(R));if(n.size===0)return{...e,closedFiles:[],activeFileClosed:!1};let r=e.files.filter(e=>n.has(L(e)));if(r.length===0)return{...e,closedFiles:[],activeFileClosed:!1};let i=new Map(e.closedFileCache);r.forEach(e=>{ge(i,e)});let a=e.files.filter(e=>!n.has(L(e)));if(!(e.activeFile&&n.has(L(e.activeFile)))||!e.activeFile)return{activeFile:e.activeFile,files:a,closedFileCache:i,closedFiles:r,activeFileClosed:!1};let o=e.files.findIndex(t=>e.activeFile&&L(t)===L(e.activeFile));return{activeFile:[...e.files.slice(0,o)].reverse().find(e=>!n.has(L(e)))??e.files.slice(o+1).find(e=>!n.has(L(e)))??null,files:a,closedFileCache:i,closedFiles:r,activeFileClosed:!0}}function Te(e,t={}){if(e.closedFileCache.size===0)return null;let n=new Map(e.closedFileCache),r=Array.from(n.entries()).reverse();for(let[i,a]of r){if(n.delete(i),t.canReopen&&!t.canReopen(a)||z(e.files,a.agentId,a.file.path,a.workspaceRoot))continue;let r={...a,saving:!1};return{activeFile:r,files:B(e.files,r),closedFileCache:n}}return null}function Ee(e,n){let r=new Map(e.closedFileCache);return t(n)&&r.delete(L(n)),{activeFile:n,files:B(e.files,n),closedFileCache:r}}function De(e,t){return{...e,draft:t,dirty:t!==e.file.content,error:null,transient:!1}}function Oe(e,t,n){return n.length===0?e:{activeFile:e.activeFile?w(e.activeFile,t,n):e.activeFile,files:de(e.files,t,n),closedFileCache:fe(e.closedFileCache.values(),t,n)}}function ke(e,t,n){if(n.length===0)return{...e,activeFileDeleted:!1};let r=pe(e.files,t,n),i=!!(e.activeFile&&T(e.activeFile,t,n));return{activeFile:i?r[0]??null:e.activeFile,files:r,closedFileCache:me(e.closedFileCache.values(),t,n),activeFileDeleted:i}}var Ae=[`ftarget`,`agent`,`project`,`folder`,`file`,`path`,`view`,`line`,`column`,`endColumn`];function H(e){let t=String(e||``).trim().replace(/\\/g,`/`).replace(/\/+/g,`/`);return/^[a-zA-Z]:\//.test(t)?`${t.charAt(0).toUpperCase()}${t.slice(1)}`.replace(/\/$/,``):t===`/`?`/`:t.replace(/\/$/,``)}function je(e,t){let n=H(e),r=H(t),i=/^[a-zA-Z]:\//.test(r),a=i?n.toLowerCase():n,o=i?r.toLowerCase():r;return a===o?``:a.startsWith(`${o}/`)?n.slice(r.length+1):null}function Me(e,t){let n=H(e),r=H(t).replace(/^\/+/,``);return!n||!r?n||H(t):n===`/`?`/${r}`:`${n}/${r}`}function U(e){return H(e).split(`/`).filter(Boolean).pop()||`/`}function Ne(e,t,n){let r=e.kind===`file`?e.filePath:e.folderPath,i=H(e.absolutePath||``);if(i){let e=t.map(e=>({...e,relativePath:je(i,e.workspace)})).filter(e=>e.relativePath!==null).sort((e,t)=>H(t.workspace).length-H(e.workspace).length)[0];return e?{agentId:e.agentId,filePath:e.relativePath,globalRoot:!1}:{agentId:n,filePath:i.replace(/^\/+/,``),globalRoot:!0}}let a=e.agentId?t.find(t=>t.agentId===e.agentId):null,o=e.projectLabel?t.find(t=>U(t.workspace)===e.projectLabel):null,s=a||o;return s?{agentId:s.agentId,filePath:r,globalRoot:!1}:null}function Pe(e){let t=new URLSearchParams(e.startsWith(`?`)?e.slice(1):e);Ae.forEach(e=>t.delete(e));let n=t.toString();return n?`?${n}`:``}function W(e){if(!e)return;let t=Number(e);return Number.isInteger(t)&&t>0?t:void 0}function Fe(e){return e?e.kind===`agent`?`agent:${e.agentId}`:e.kind===`folder`?`folder:${e.absolutePath||`${e.agentId||``}:${e.folderPath}`}`:[`file`,e.absolutePath||`${e.agentId||``}:${e.filePath}`,e.view||`editor`,e.lineNumber||``,e.column||``,e.endColumn||``].join(`:`):``}function Ie(e){let t=new URLSearchParams(e.startsWith(`?`)?e.slice(1):e),n=t.get(`ftarget`),r=t.get(`agent`)||``;if(n===`agent`)return r?{kind:n,agentId:r}:null;if(n===`folder`){let e=t.get(`folder`)||``,i=t.get(`path`)||``,a=t.get(`project`)||``;return!i&&(!e||!r&&!a)?null:{kind:n,...r?{agentId:r}:{},folderPath:e,...i?{absolutePath:i}:{},...a?{projectLabel:a}:{}}}if(n===`file`){let e=t.get(`file`)||``,i=t.get(`path`)||``,a=t.get(`project`)||``;return!i&&(!e||!r&&!a)?null:{kind:n,...r?{agentId:r}:{},filePath:e,...i?{absolutePath:i}:{},...a?{projectLabel:a}:{},view:t.get(`view`)===`diff`?`diff`:`editor`,lineNumber:W(t.get(`line`)),column:W(t.get(`column`)),endColumn:W(t.get(`endColumn`))}}return null}function Le(e){if(e.kind===`file`)return{view:e.view,lineNumber:e.lineNumber,column:e.column,endColumn:e.endColumn}}function Re(e){let t=e.filter(e=>e.type===`file`);return t.find(e=>e.name.toLowerCase()===`readme.md`)?.path??t.find(e=>e.name.toLowerCase().endsWith(`.md`))?.path??t[0]?.path??``}async function G(){try{if(navigator.clipboard?.readText)return await navigator.clipboard.readText()}catch{return``}return``}async function K(e){if(!e)return!1;try{if(navigator.clipboard?.writeText)return await navigator.clipboard.writeText(e),!0}catch{}let t=document.activeElement instanceof HTMLElement?document.activeElement:null,n=document.getSelection(),r=n?Array.from({length:n.rangeCount},(e,t)=>n.getRangeAt(t)):[],i=document.createElement(`textarea`);i.value=e,i.setAttribute(`readonly`,`true`),i.setAttribute(`autocomplete`,`off`),i.setAttribute(`autocorrect`,`off`),i.setAttribute(`autocapitalize`,`none`),i.setAttribute(`spellcheck`,`false`),i.setAttribute(`data-lpignore`,`true`),i.setAttribute(`data-1p-ignore`,`true`),i.setAttribute(`data-bwignore`,`true`),i.setAttribute(`data-form-type`,`other`),i.style.position=`fixed`,i.style.left=`-9999px`,i.style.top=`0`,document.body.appendChild(i),i.focus(),i.select();try{if(document.execCommand(`copy`))return!0}catch{}finally{i.remove(),n&&(n.removeAllRanges(),r.forEach(e=>n.addRange(e))),t?.focus()}try{return await navigator.clipboard?.writeText(e),!0}catch{}return!1}function ze(){return{readText(e){return e===`c`?G():``},writeText(e,t){return e===`c`?K(t).then(()=>void 0):void 0}}}var q=`farming.code.workspaceViewState.v1`,Be=336*60*60*1e3,Ve=40,He=120;function J(e){return e===`projects`||e===`search`||e===`history`}function Y(e){return typeof e==`string`&&e.trim()?e:null}function Ue(e){if(!Array.isArray(e))return;let t=[],n=new Set;for(let r of e){let e=Y(r);if(!(!e||n.has(e))&&(n.add(e),t.push(e),t.length>=30))break}return t}function We(e){if(!(typeof e!=`number`||!Number.isFinite(e)))return Math.max(0,Math.round(e))}function X(e){if(!(typeof e!=`number`||!Number.isFinite(e)))return Math.max(1,Math.round(e))}function Ge(e){if(!e||typeof e!=`object`)return;let t=e;if(t.kind===`agent`){let e=Y(t.agentId)||void 0,n=Y(t.providerSessionKey)||void 0,r=Y(t.workspace)||void 0;return!e&&!n&&!r?void 0:{kind:`agent`,agentId:e,providerSessionKey:n,workspace:r}}if(t.kind!==`file`)return;let n=Y(t.workspace),r=Y(t.filePath);if(!(!n||!r))return{kind:`file`,workspace:n,filePath:r,view:t.view===`diff`?`diff`:`editor`,lineNumber:X(t.lineNumber),column:X(t.column),endColumn:X(t.endColumn),sourceAgentId:Y(t.sourceAgentId)||void 0}}function Ke(e){if(!e||typeof e!=`object`)return;let t={};return Object.entries(e).slice(-Ve).forEach(([e,n])=>{if(!e.trim()||!n||typeof n!=`object`)return;let r=n,i=Array.isArray(r.openDirectoryPaths)?Array.from(new Set(r.openDirectoryPaths.filter(e=>typeof e==`string`&&!!e.trim()).map(e=>e.trim()))).slice(0,He):void 0;t[e]={filesCollapsed:typeof r.filesCollapsed==`boolean`?r.filesCollapsed:void 0,openDirectoryPaths:i}}),Object.keys(t).length>0?t:void 0}function Z(e){if(!e||typeof e!=`object`)return{};let t=e,n=typeof t.updatedAt==`number`&&Number.isFinite(t.updatedAt)?t.updatedAt:void 0;return n&&Date.now()-n>Be?{}:{activeTerminalId:Y(t.activeTerminalId),activeView:J(t.activeView)?t.activeView:void 0,openTerminalIds:Ue(t.openTerminalIds),projectListScrollTop:We(t.projectListScrollTop),surface:Ge(t.surface),projectFiles:Ke(t.projectFiles),updatedAt:n}}function Q(){if(typeof window>`u`)return{};try{return Z(JSON.parse(window.localStorage.getItem(q)||`{}`))}catch{return{}}}function $(e){if(!(typeof window>`u`))try{let t=Z({...Q(),...e,updatedAt:Date.now()});window.localStorage.setItem(q,JSON.stringify(t))}catch{}}function qe(e){return Q().projectFiles?.[e]??{}}function Je(e,t){if(!e.trim())return;let n=Q(),r={...n.projectFiles??{}};delete r[e],r[e]={...n.projectFiles?.[e],...t},$({projectFiles:r})}export{u as $,F as A,se as B,Ce as C,Ee as D,M as E,k as F,b as G,C as H,R as I,te as J,y as K,ue as L,N as M,ve as N,De as O,L as P,m as Q,ce as R,B as S,ye as T,S as U,ne as V,v as W,ee as X,re as Y,d as Z,ke as _,ze as a,Se as b,Pe as c,Re as d,Me as f,we as g,Fe as h,$ as i,I as j,P as k,Ne as l,Ie as m,Q as n,G as o,U as p,_ as q,Je as r,K as s,qe as t,Le as u,A as v,j as w,Te as x,Oe as y,le as z};
@@ -1 +0,0 @@
1
- <svg fill="none" height="816" viewBox="0 0 816 816" width="816" xmlns="http://www.w3.org/2000/svg"><g stroke="#fff" stroke-linecap="round"><path d="m320.736 337.538-58.198 69.311" stroke-linejoin="round" stroke-width="6.26753"/><circle cx="277.301" cy="353.08" r="12.0128" stroke-linejoin="round" stroke-width="9.78818"/><circle cx="305.776" cy="391.343" r="12.0128" stroke-linejoin="round" stroke-width="9.78818"/><path d="m386.371 405.116h-41.559" stroke-linejoin="round" stroke-width="6.26753"/><path d="m401.122 560.338h-121.011c-24.362 0-44.111-19.749-44.111-44.111v-225.116c0-24.362 19.749-44.111 44.111-44.111h246.32c24.361 0 44.11 19.749 44.11 44.111v269.227" stroke-width="17.8359"/><path d="m240.818 308.383 322.381-.001" stroke-width="17.8359"/></g><path d="m470.271 560.18c0-2.436-.967-4.772-2.689-6.494-1.723-1.722-4.059-2.69-6.494-2.69-.071 0-.139.009-.209.011h-20.643c-.173 0-.344-.043-.498-.124-.153-.082-.284-.2-.381-.343-.098-.144-.158-.31-.177-.482-.018-.173.006-.348.071-.509l30.191-75.273c.496-1.237.681-2.577.539-3.902-.141-1.326-.606-2.596-1.353-3.7s-1.753-2.008-2.93-2.634c-1.177-.625-2.49-.952-3.823-.952h-31.82c-.18-.01-.358-.027-.541-.027-1.175 0-2.339.232-3.426.681-1.086.45-2.072 1.11-2.904 1.941-.831.831-1.49 1.818-1.94 2.904s-.681 2.25-.681 3.425v.002.002c-.001 1.175.23 2.339.68 3.426.449 1.086 1.109 2.073 1.94 2.904s1.818 1.49 2.905 1.939c1.086.449 2.25.68 3.426.679.141 0 .277-.015.416-.021h16.489c.181 0 .36.044.52.129.159.085.296.208.398.358.101.15.164.322.184.502.019.18-.006.362-.073.53l-26.18 65.382c-.466 1.164-.705 2.406-.705 3.659v8.017c0 2.611 1.037 5.115 2.883 6.961s4.349 2.883 6.96 2.883h30.687c1.205 0 2.399-.238 3.513-.699 1.113-.461 2.125-1.137 2.977-1.99.853-.852 1.529-1.864 1.99-2.977.461-1.114.699-2.307.698-3.513v-.002z" fill="#fff"/><path d="m523.418 485.851c.064-3.494-.264-6.984-.978-10.406-.559-2.882-1.677-5.18-3.354-6.891-1.583-1.802-3.819-3.063-6.706-3.784-2.795-.811-6.381-1.216-10.758-1.216-4.192 0-8.992.405-11.88 1.216-2.615.618-4.994 1.979-6.846 3.919-1.676 1.892-2.887 4.459-3.632 7.702-.746 3.153-1.118 7.162-1.118 12.027 0 4.685.046 8.468.139 11.351.122 2.358.402 4.706.839 7.027.351 1.535.965 2.998 1.816 4.324.802 1.145 1.74 2.188 2.794 3.108 1.463 1.285 3.055 2.417 4.751 3.379 1.863 1.081 3.772 2.117 5.728 3.108s3.819 2.027 5.589 3.107c1.668.938 3.216 2.072 4.611 3.379.552.597 1.065 1.229 1.537 1.892.339.4.603.858.779 1.351.161.442.296.892.404 1.349.153.711.225 1.437.214 2.165.093 1.081.14 2.567.14 4.459.039 2.574-.101 5.148-.419 7.703-.091 1.456-.471 2.88-1.118 4.188-.492.849-1.292 1.478-2.236 1.758-.931.269-4.151.405-5.549.405-1.131.021-2.26-.115-3.353-.405-.88-.398-1.612-1.059-2.096-1.892-.552-1.296-.928-2.659-1.117-4.054-.21-2.242-.303-4.493-.28-6.745 0-.251-.013-.501-.039-.751h-.056c-.257-1.793-1.155-3.433-2.529-4.62-1.375-1.186-3.133-1.84-4.952-1.84s-3.577.654-4.951 1.84c-1.374 1.187-2.272 2.827-2.529 4.62h-.044c-.03.274-.043.55-.041.827.001.064.002.126.002.19 0 .019-.003.037-.003.056 0 .031.005.062.005.093.023 1.774.048 3.368.048 4.167 0 5.316.373 9.64 1.118 12.973.838 3.243 2.142 5.81 3.912 7.703 1.833 1.837 4.163 3.104 6.706 3.648 3.247.783 6.581 1.146 9.92 1.081 4.471 0 10.253-.405 13.233-1.216 2.82-.706 5.326-2.322 7.126-4.595 1.863-2.252 3.167-5.36 3.912-9.324.838-4.053 1.258-9.233 1.258-15.54 0-4.594-.14-8.288-.42-11.08-.083-2.346-.507-4.667-1.257-6.892-.542-1.624-1.45-3.104-2.655-4.325-1.217-1.236-2.577-2.325-4.052-3.243-1.349-.848-2.749-1.615-4.191-2.297-1.584-.901-3.26-1.757-5.03-2.568-1.77-.9-3.446-1.801-5.03-2.702-1.405-.866-2.758-1.814-4.052-2.838-.604-.492-1.165-1.035-1.676-1.621-.405-.618-.69-1.305-.839-2.027-.216-1.025-.356-2.064-.419-3.108v-5.136c-.026-1.94.068-3.881.279-5.81.108-1.178.44-2.325.979-3.379.474-.751 1.227-1.285 2.095-1.486.839-.27 3.171-.405 4.475-.405 2.98 0 4.843.855 5.588 2.567.59 1.082.922 2.284.973 3.514.031.983.046 2.263.05 3.604h.052c0 .018-.002.035-.002.054 0 1.997.797 3.913 2.216 5.326 1.419 1.412 3.343 2.206 5.35 2.206 2.006 0 3.931-.794 5.35-2.206 1.418-1.413 2.216-3.329 2.216-5.326 0-.018-.003-.036-.003-.054h.003c.001-1.502.003-2.847.003-3.604z" fill="#fff"/><path d="m579.357 471.935c.006-1.228-.243-2.443-.733-3.569-.49-1.125-1.209-2.136-2.112-2.968-.902-.832-1.968-1.467-3.13-1.863-1.161-.397-2.393-.547-3.616-.441s-2.41.466-3.486 1.057-2.017 1.399-2.763 2.374c-.745.975-1.28 2.095-1.568 3.288-.289 1.193-.326 2.433-.108 3.641v31.462c0 .522-.207 1.023-.577 1.392-.369.369-.87.576-1.392.576h-10.916c-.522 0-1.023-.207-1.392-.576s-.577-.87-.577-1.392v-32.783c0-.034-.004-.066-.005-.1.001-.033.005-.065.005-.099 0-2.341-.93-4.586-2.585-6.242-1.656-1.655-3.901-2.586-6.243-2.586-2.341 0-4.586.931-6.242 2.586-1.656 1.656-2.586 3.901-2.586 6.242 0 .034.005.066.005.099.001.034-.005.066-.005.1v88.421l.001.016-.001.017c0 2.341.93 4.586 2.586 6.242 1.656 1.655 3.901 2.586 6.242 2.586 2.342 0 4.587-.931 6.243-2.586 1.655-1.656 2.585-3.901 2.585-6.242v-.017-.016-35.025c0-.523.208-1.023.577-1.393.369-.369.87-.576 1.392-.576h10.916c.522 0 1.023.207 1.392.576.37.37.577.87.577 1.393v33.505c-.229 1.269-.176 2.573.155 3.819s.933 2.404 1.762 3.392c.83.988 1.866 1.781 3.036 2.323s2.446.82 3.735.813c.012 0 .023-.001.035-.001s.023.001.035.001c1.15 0 2.289-.226 3.352-.666 1.062-.44 2.028-1.085 2.841-1.899.813-.813 1.458-1.778 1.899-2.841.44-1.063.666-2.202.666-3.352v-88.56c0-.022-.003-.043-.003-.064 0-.022.003-.043.003-.064z" fill="#fff"/></svg>
@@ -1 +0,0 @@
1
- <svg fill="none" height="816" viewBox="0 0 816 816" width="816" xmlns="http://www.w3.org/2000/svg"><g stroke-linecap="round"><path d="m320.736 337.539-58.198 69.311" stroke="#f15a24" stroke-linejoin="round" stroke-width="6.26753"/><circle cx="277.301" cy="353.081" r="12.0128" stroke="#f15a24" stroke-linejoin="round" stroke-width="9.78818"/><circle cx="305.776" cy="391.344" r="12.0128" stroke="#f15a24" stroke-linejoin="round" stroke-width="9.78818"/><path d="m386.371 405.116h-41.559" stroke="#f15a24" stroke-linejoin="round" stroke-width="6.26753"/><path d="m401.122 560.338h-121.011c-24.362 0-44.111-19.749-44.111-44.111v-225.116c0-24.362 19.749-44.111 44.111-44.111h246.32c24.361 0 44.11 19.749 44.11 44.111v269.227" stroke="#000" stroke-width="17.8359"/><path d="m240.818 308.383 322.381-.001" stroke="#000" stroke-width="17.8359"/></g><path d="m470.271 560.179c0-2.435-.967-4.771-2.689-6.494-1.723-1.722-4.059-2.689-6.494-2.689-.071 0-.139.009-.209.01h-20.643c-.173 0-.344-.042-.498-.124-.153-.081-.284-.199-.381-.343-.098-.144-.158-.309-.177-.482-.018-.172.006-.347.071-.508l30.191-75.273c.496-1.238.681-2.578.539-3.903-.141-1.325-.606-2.596-1.353-3.7s-1.753-2.008-2.93-2.633-2.49-.952-3.823-.952h-31.82c-.18-.011-.358-.027-.541-.027-1.175 0-2.339.231-3.426.681-1.086.45-2.072 1.109-2.904 1.94-.831.832-1.49 1.818-1.94 2.904s-.681 2.25-.681 3.426v.002.001c-.001 1.176.23 2.34.68 3.426.449 1.086 1.109 2.073 1.94 2.904s1.818 1.49 2.905 1.939c1.086.45 2.25.68 3.426.679.141 0 .277-.014.416-.021h16.489c.181 0 .36.045.52.129.159.085.296.208.398.358.101.15.164.323.184.503.019.18-.006.362-.073.53l-26.18 65.382c-.466 1.163-.705 2.405-.705 3.658v8.018c0 2.61 1.037 5.114 2.883 6.96s4.349 2.883 6.96 2.883h30.687c1.205 0 2.399-.237 3.513-.698 1.113-.462 2.125-1.138 2.977-1.99.853-.852 1.529-1.864 1.99-2.978.461-1.113.699-2.307.698-3.512v-.003z" fill="#000"/><path d="m523.418 485.849c.064-3.494-.264-6.984-.978-10.405-.559-2.883-1.677-5.18-3.354-6.892-1.583-1.802-3.819-3.063-6.706-3.784-2.795-.81-6.381-1.216-10.758-1.216-4.192 0-8.992.406-11.88 1.216-2.615.618-4.994 1.98-6.846 3.919-1.676 1.892-2.887 4.46-3.632 7.703-.746 3.153-1.118 7.162-1.118 12.027 0 4.684.046 8.468.139 11.351.122 2.358.402 4.706.839 7.027.351 1.534.965 2.997 1.816 4.324.802 1.144 1.74 2.188 2.794 3.108 1.463 1.285 3.055 2.417 4.751 3.378 1.863 1.081 3.772 2.117 5.728 3.108 1.956.992 3.819 2.027 5.589 3.108 1.668.937 3.216 2.072 4.611 3.379.552.597 1.066 1.229 1.537 1.891.339.4.603.858.779 1.352.161.441.296.891.404 1.348.153.712.225 1.438.214 2.165.093 1.081.14 2.568.14 4.46.039 2.574-.101 5.147-.419 7.702-.09 1.456-.471 2.88-1.118 4.189-.492.849-1.292 1.478-2.236 1.757-.931.27-4.151.405-5.549.405-1.131.022-2.26-.115-3.353-.405-.88-.397-1.612-1.059-2.096-1.892-.552-1.295-.928-2.659-1.117-4.054-.21-2.242-.303-4.493-.28-6.744 0-.251-.013-.502-.039-.752h-.056c-.257-1.792-1.155-3.433-2.529-4.619-1.375-1.187-3.133-1.84-4.952-1.84s-3.577.653-4.951 1.84c-1.374 1.186-2.272 2.827-2.529 4.619h-.044c-.03.275-.043.551-.041.827.001.064.002.126.002.19 0 .019-.003.037-.003.056 0 .032.005.062.005.093.023 1.775.048 3.368.048 4.168 0 5.315.373 9.639 1.118 12.973.838 3.242 2.142 5.81 3.912 7.702 1.833 1.837 4.163 3.104 6.706 3.649 3.247.783 6.581 1.146 9.92 1.081 4.472 0 10.253-.406 13.233-1.217 2.82-.706 5.326-2.321 7.126-4.594 1.863-2.252 3.167-5.36 3.912-9.324.838-4.054 1.258-9.234 1.258-15.54 0-4.595-.14-8.288-.42-11.081-.083-2.345-.507-4.667-1.257-6.892-.542-1.624-1.45-3.103-2.655-4.324-1.217-1.237-2.577-2.325-4.052-3.243-1.349-.849-2.749-1.616-4.191-2.297-1.584-.901-3.26-1.757-5.03-2.568-1.77-.901-3.446-1.802-5.03-2.703-1.405-.865-2.758-1.813-4.052-2.837-.604-.493-1.165-1.035-1.676-1.622-.405-.617-.69-1.305-.839-2.027-.216-1.024-.356-2.063-.419-3.108v-5.135c-.025-1.941.068-3.881.279-5.811.108-1.178.44-2.324.979-3.378.474-.751 1.227-1.286 2.095-1.486.839-.271 3.171-.406 4.475-.406 2.98 0 4.843.856 5.588 2.568.59 1.082.922 2.283.973 3.513.031.984.046 2.263.05 3.604h.053c0 .018-.003.036-.003.054 0 1.998.797 3.914 2.216 5.326 1.419 1.413 3.343 2.206 5.35 2.206 2.006 0 3.931-.793 5.35-2.206 1.418-1.412 2.216-3.328 2.216-5.326 0-.018-.003-.035-.003-.054h.003c.001-1.501.003-2.847.003-3.604z" fill="#000"/><path d="m579.357 471.934c.006-1.227-.243-2.443-.733-3.568-.49-1.126-1.209-2.137-2.112-2.969-.902-.832-1.968-1.466-3.13-1.863-1.162-.396-2.393-.547-3.616-.44-1.223.106-2.41.466-3.486 1.056-1.076.591-2.017 1.4-2.763 2.375-.745.975-1.28 2.095-1.568 3.288-.289 1.193-.326 2.433-.108 3.641v31.461c0 .522-.208 1.023-.577 1.392-.369.37-.87.577-1.392.577h-10.916c-.522 0-1.023-.207-1.392-.577-.369-.369-.577-.87-.577-1.392v-32.783c0-.033-.004-.066-.005-.099.001-.033.005-.066.005-.099 0-2.341-.93-4.587-2.585-6.242-1.656-1.656-3.901-2.586-6.243-2.586-2.341 0-4.586.93-6.242 2.586-1.656 1.655-2.586 3.901-2.586 6.242 0 .033.005.066.005.099.001.033-.005.066-.005.099v88.421l.001.017-.001.016c0 2.341.93 4.587 2.586 6.242 1.656 1.656 3.901 2.586 6.242 2.586 2.342 0 4.587-.93 6.243-2.586 1.655-1.655 2.585-3.901 2.585-6.242l-.001-.016.001-.017v-35.025c0-.522.208-1.023.577-1.392s.87-.577 1.392-.577h10.916c.522 0 1.023.208 1.392.577s.577.87.577 1.392v33.505c-.229 1.269-.176 2.573.155 3.82.331 1.246.933 2.404 1.762 3.392.83.987 1.866 1.78 3.036 2.322s2.446.82 3.735.814c.012 0 .023-.002.035-.002s.023.002.035.002c1.15 0 2.289-.227 3.352-.667 1.062-.44 2.028-1.085 2.841-1.898s1.458-1.779 1.898-2.842c.441-1.062.667-2.201.667-3.351v-88.561c0-.022-.003-.042-.003-.064 0-.021.003-.042.003-.064z" fill="#000"/></svg>