[
  {
    "path": ".github/ISSUE_TEMPLATE/01_bug_report.yml",
    "content": "name: Bug Report\ndescription: \"Found a bug? Let us know with this form. For billing issues, please email billing@warp.dev. If you have an SSH related issue, please use an SSH Template below.\"\nlabels: [\"BUG\"]\nbody:\n  - type: checkboxes\n    attributes:\n      label: \"Pre-submit Checks\"\n      options:\n        - label: \"I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABUG) and there are no duplicates\"\n          required: true\n        - label: \"I have [searched Warp known issues page](https://docs.warp.dev/help/known-issues) and my issue is not there\"\n          required: true\n        - label: \"I have an issue with AI and have included the debugging ID (Optional, but helps expedite the AI quality fix). [Debugging ID instructions](https://docs.warp.dev/agent-platform/agent/ai-faqs#gathering-ai-debugging-id)\"\n          required: false\n        - label: \"I have technical issue and have included the logs (optional, but helps expedite the bug fix). [Log instructions](https://docs.warp.dev/support-and-community/troubleshooting-and-support/sending-us-feedback#gathering-warp-logs)\"\n          required: false\n  - type: textarea\n    id: \"describe-the-bug\"\n    attributes:\n      label: \"Describe the bug\"\n      description: \"A clear and concise description of what the bug is.\"\n      placeholder: Tell us what you see.\n    validations:\n      required: true\n  - type: textarea\n    id: \"to-reproduce\"\n    attributes:\n      label: \"To reproduce\"\n      description: \"Bug reports with clear reproduction will get prioritized higher and addressed more quickly.\"\n      placeholder: \"Steps to reproduce: 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error '...'\"\n    validations:\n      required: true\n  - type: textarea\n    id: \"expected-behavior\"\n    attributes:\n      label: \"Expected behavior\"\n      description: \"A clear and concise description of what you expected to happen.\"\n      placeholder: Tell us what you expect to see.\n    validations:\n      required: false\n  - type: textarea\n    id: \"screenshots-logs\"\n    attributes:\n      label: \"Screenshots, videos, and logs\"\n      description: \"If applicable, add screenshots/videos/logs to help us understand your problem. While optional, these help expedite the time in which your bug is addressed.\"\n    validations:\n      required: false\n  - type: dropdown\n    id: \"os\"\n    attributes:\n      label: \"Operating system (OS)\"\n      multiple: false\n      options:\n        - \"Select an OS\"\n        - macOS\n        - Linux\n        - Windows\n    validations:\n      required: true\n  - type: input\n    id: \"os-version\"\n    attributes:\n      label: \"Operating system and version\"\n      description: \"For example: Debian 11.2\"\n    validations:\n      required: true\n  - type: input\n    id: \"local-shell-version\"\n    attributes:\n      label: \"Shell Version\"\n      description: \"For example, `bash 4.0` e.g. Run `bash --version` or `zsh --version`\"\n    validations:\n      required: false\n  - type: input\n    id: \"warp-version\"\n    attributes:\n      label: \"Current Warp version\"\n      description: \"Open the Settings Dialog (CMD-,) using the Command Palette or by clicking the three dots > Settings > Account. Once you're on the Account page click the copy icon that's to the right of the version number. `v0.2047.04.07.47.47.stable_47`\"\n    validations:\n      required: false\n  - type: dropdown\n    id: \"regression\"\n    attributes:\n      label: \"Regression\"\n      description: \"Is this a regression (used to work in a previous Warp version)?\"\n      multiple: false\n      options:\n        - \"No, this bug or issue has existed throughout my experience using Warp\"\n        - \"Yes, this bug started recently or with an X Warp version\"\n    validations:\n      required: true\n  - type: input\n    id: \"warp-version-regression-date\"\n    attributes:\n      label: \"Recent working Warp date\"\n      description: \"Most recent date that Warp worked as expected\"\n    validations:\n      required: false\n  - type: textarea\n    id: \"additional-context\"\n    attributes:\n      label: \"Additional context\"\n      description: \"Add any other context about the problem here. If using Warp on Linux, tell us if you're using X11 or Wayland. If the issue is graphical, run Warp with the following command `RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal` attach logs and tell us the result of `eglinfo`.\"\n    validations:\n      required: false\n  - type: dropdown\n    id: \"blocker\"\n    attributes:\n      label: \"Does this block you from using Warp daily?\"\n      description: \"All feedback will be reviewed, even if you select 'No'.\"\n      multiple: false\n      options:\n        - \"No\"\n        - \"Yes, this issue prevents me from using Warp daily.\"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"terminals\"\n    attributes:\n      label: \"Is this an issue only in Warp?\"\n      description: \"Verifying this issue doesn't happen in other terminals helps us to prioritize the fix\"\n      multiple: false\n      options:\n        - \"Yes, I confirmed that this only happens in Warp, not other terminals.\"\n        - \"No, this issue happens in Warp and other terminals.\"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"linear-label-bug\"\n    attributes:\n      label: \"Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/02_feature_request.yml",
    "content": "name: Feature Request\ndescription: \"Have a great new idea? Please let us know with as many details as possible.\"\nlabels: [\"FEATURE\"]\nbody:\n  - type: checkboxes\n    attributes:\n      label: \"Pre-submit Checks\"\n      options:\n        - label: \"I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates\"\n          required: true\n        - label: \"I have [searched Warp docs](https://docs.warp.dev) and my feature is not there\"\n          required: true\n  - type: textarea\n    id: \"describe-solution\"\n    attributes:\n      label: \"Describe the solution you'd like?\"\n      description: \"A clear and concise description of what you want to happen.\"\n    validations:\n      required: true\n  - type: textarea\n    id: \"related-to-problem\"\n    attributes:\n      label: \"Is your feature request related to a problem? Please describe.\"\n      description: \"A clear and concise description of what the problem is.\"\n      placeholder: \"I'm always frustrated when [...]\"\n    validations:\n      required: false\n  - type: textarea\n    id: \"additional-context\"\n    attributes:\n      label: \"Additional context\"\n      description: \"Add any other context or screenshots about the feature request here. If you want to upload a picture you can drag one in from Finder.\"\n    validations:\n      required: false\n  - type: dropdown\n    id: \"os\"\n    attributes:\n      label: \"Operating system (OS)\"\n      multiple: false\n      options:\n        - \"Select an OS\"\n        - macOS\n        - Linux\n        - Windows\n    validations:\n      required: true\n  - type: dropdown\n    id: \"importance\"\n    attributes:\n      label: \"How important is this feature to you?\"\n      multiple: false\n      options:\n        - \"1 (Not too important)\"\n        - \"2\"\n        - \"3\"\n        - \"4\"\n        - \"5 (Can't work without it!)\"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"linear-label-feature\"\n    attributes:\n      label: \"Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/03_ssh_tmux.yml",
    "content": "name: SSH Warpify Issues? Use this template\ndescription: \"Issue template specialized for the circumstances where SSH Warpification with tmux fails\"\nlabels: [\"BUG\",\"SSH-TMUX\"]\nbody:\n  - type: checkboxes\n    attributes:\n      label: \"Pre-submit Checks\"\n      options:\n        - label: \"I have [searched Warp SSH issues](https://github.com/warpdotdev/Warp/issues?q=is%3Aissue+is%3Aopen+label%3ASSH-TMUX) and there are no duplicates\"\n          required: true\n        - label: \"I have [searched Warp known issues page](https://docs.warp.dev/help/known-issues) and my issue is not there\"\n          required: true\n        - label: \"I have technical issue and have included the logs (helps expedite the bug fix). [Log instructions](https://docs.warp.dev/support-and-community/troubleshooting-and-support/sending-us-feedback#gathering-warp-logs)\"\n          required: false    \n  - type: textarea\n    id: \"shell-output\"\n    attributes:\n      label: \"Include shell output\"\n      description: \"Click on the top right icon of your terminal block, select `Copy`, and paste the contents here. Please redact any personal details.\"\n      render: shell\n    validations:\n      required: true\n  - type: textarea\n    id: \"screenshots-logs\"\n    attributes:\n      label: \"Screenshots, videos, and logs\"\n      description: \"If applicable, add screenshots/videos/logs to help us understand your problem. While optional, these help expedite the time in which your bug is addressed.\"\n    validations:\n      required: false      \n  - type: dropdown\n    id: \"os\"\n    attributes:\n      label: \"Operating system (OS)\"\n      multiple: false\n      options:\n        - \"Select an OS\"\n        - macOS\n        - Linux\n        - Windows\n    validations:\n      required: true\n  - type: input\n    id: \"os-version\"\n    attributes:\n      label: \"Operating system and version\"\n      description: \"For example: Debian 11.2\"\n    validations:\n      required: true\n  - type: input\n    id: \"warp-version\"\n    attributes:\n      label: \"Warp Version\"\n      description: \"Warp Version\"\n    validations:\n      required: false\n  - type: dropdown\n    id: \"linear-label-ssh-tmux\"\n    attributes:\n      label: \"Warp Internal (ignore) - linear-label:7a739baa-09c3-499e-a0c9-a1a16c090597\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n  - type: dropdown\n    id: \"linear-label-bug\"\n    attributes:\n      label: \"Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/04_ssh_legacy.yml",
    "content": "name: Legacy SSH Issues? Use this template\ndescription: \"(Legacy) Issue template specialized for the circumstances where the shell doesn't bootstrap as a subshell over SSH\"\nlabels: [\"BUG\",\"SSH\"]\nbody:\n  - type: checkboxes\n    attributes:\n      label: \"Pre-submit Checks\"\n      options:\n        - label: \"I have [searched Warp SSH issues](https://github.com/warpdotdev/Warp/issues?q=is%3Aissue+is%3Aopen+label%3ASSH) and there are no duplicates\"\n          required: true\n        - label: \"I have [searched Warp known issues page](https://docs.warp.dev/help/known-issues) and my issue is not there\"\n          required: true\n        - label: \"I have technical issue and have included the logs (helps expedite the bug fix). [Log instructions](https://docs.warp.dev/support-and-community/troubleshooting-and-support/sending-us-feedback#gathering-warp-logs)\"\n          required: false   \n  - type: dropdown\n    id: \"os\"\n    attributes:\n      label: \"Operating system (OS)\"\n      multiple: false\n      options:\n        - \"Select an OS\"\n        - macOS\n        - Linux\n        - Windows\n    validations:\n      required: true\n  - type: input\n    id: \"os-version\"\n    attributes:\n      label: \"Operating System and Version\"\n      description: \"For example: Debian 11.2\"\n    validations:\n      required: true\n  - type: input\n    id: \"local-shell-version\"\n    attributes:\n      label: \"Local Shell Version\"\n      description: \"Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`\"\n    validations:\n      required: true\n  - type: input\n    id: \"remote-shell-version\"\n    attributes:\n      label: \"Remote Shell Version\"\n      description: \"Output of `echo $BASH_VERSION` or `echo $ZSH_VERSION`\"\n    validations:\n      required: true\n  - type: input\n    id: \"warp-version\"\n    attributes:\n      label: \"Warp Version\"\n      description: \"Click the 3-dots menu docked to the right of the tabs in Warp and click the copy button, e.g. `v0.2022.05.30.09.10.stable_01`\"\n    validations:\n      required: true\n  - type: checkboxes\n    id: \"rcfiles\"\n    attributes:\n      label: \"Have you tried commenting out my system & user rc files?\"\n      description: \"If the issue is with your system and user rc files, please isolate the issue by [debugging your rc files](https://docs.warp.dev/help/known-issues#configuring-and-debugging-your-rc-files).\"\n      options:\n      - label: \"Yes\"\n  - type: textarea\n    id: \"screenshots-logs\"\n    attributes:\n      label: \"Screenshots, videos, and logs\"\n      description: \"If applicable, add screenshots/videos/logs to help us understand your problem. While optional, these help expedite the time in which your bug is addressed.\"\n    validations:\n      required: false\n  - type: textarea\n    id: \"xtrace-output\"\n    attributes:\n      label: \"Include shell xtrace output\"\n      description: \"1. Ensure you're on the 3.31 version of Warp or later. 2. Run WARP_DEBUG_MODE=1 ssh YOUR-HOSTNAME-HERE 3. Save the full output starting from the ssh command block. If you’re not comfortable posting the outputs to a public issue, you can email feedback@warp.dev. \"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"blocker\"\n    attributes:\n      label: \"Does this block you from using Warp daily?\"\n      description: \"All feedback will be reviewed, even if you select 'No'.\"\n      multiple: false\n      options:\n        - \"No\"\n        - \"Yes, this issue prevents me from using Warp daily.\"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"terminals\"\n    attributes:\n      label: \"Is this an issue only in Warp?\"\n      description: \"Verifying this issue doesn't happen in other terminals helps us to prioritize the fix\"\n      multiple: false\n      options:\n        - \"Yes, I confirmed that this only happens in Warp, not other terminals.\"\n        - \"No, this issue happens in Warp and other terminals.\"\n    validations:\n      required: true\n  - type: dropdown\n    id: \"linear-label-ssh\"\n    attributes:\n      label: \"Warp Internal (ignore) - linear-label:e7dfaa84-5fdb-4a00-b754-d8912da923fa\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n  - type: dropdown\n    id: \"linear-label-bug\"\n    attributes:\n      label: \"Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e\"\n      multiple: false\n      options:\n        - Ignore\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: Contact Us\n    url: https://docs.warp.dev/support-and-billing/sending-us-feedback\n    about: Submit feedback and contact the Warp support team for things like Billing, Enterprise, and other issues.\n  - name: Warp GitHub Issue Search\n    url: https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+a+sort%3Areactions-%2B1-desc\n    about: Search Warp's open issues and feature requests.\n  - name: Warp Documentation\n    url: https://docs.warp.dev/support-and-billing/known-issues?q=\n    about: Documentation for known issues, troubleshooting, keyboard shortcuts, features, telemetry table, and more!\n  - name: Warp Discord Community\n    url: https://discord.com/invite/warpdotdev\n    about: Discuss what you want to see in a Modern ADE with a community of other Warp users.\n  - name: Warp Preview Slack Community\n    url: https://go.warp.dev/join-preview\n    about: Discuss give feedback on the new features with other Warp Preview users.\n  - name: Warp Changelog\n    url: https://docs.warp.dev/help/changelog\n    about: See our changelog to learn about new features, improvements, and bug fixes.\n  - name: Warp Homepage\n    url: https://www.warp.dev/\n    about: Homepage for all things Warp.\n  - name: Warp Licenses\n    url: https://docs.warp.dev/support-and-billing/licenses\n    about: See the open source projects Warp depends on and their licenses.\n"
  },
  {
    "path": ".github/workflows/dedupe-new-issues.yml",
    "content": "name: Dedupe New Issues\n\non:\n  issues:\n    types: [opened]\n  \n  # Manual trigger for local testing\n  workflow_dispatch:\n    inputs:\n      server_url:\n        description: 'PowerFixer server URL (e.g., https://your-domain.ngrok-free.dev for local testing)'\n        required: true\n        default: 'https://powerfixer.warp.dev'\n      issue_number:\n        description: 'Issue number to dedupe'\n        required: true\n\njobs:\n  trigger-dedupe:\n    name: Trigger Dedupe Analysis\n    runs-on: ubuntu-latest\n    steps:\n      - name: Set variables\n        id: vars\n        run: |\n          # Use workflow_dispatch inputs if available, otherwise use issue event\n          if [ \"${{ github.event_name }}\" = \"workflow_dispatch\" ]; then\n            echo \"server_url=${{ github.event.inputs.server_url }}\" >> $GITHUB_OUTPUT\n            echo \"issue_number=${{ github.event.inputs.issue_number }}\" >> $GITHUB_OUTPUT\n          else\n            echo \"server_url=https://powerfixer.warp.dev\" >> $GITHUB_OUTPUT\n            echo \"issue_number=${{ github.event.issue.number }}\" >> $GITHUB_OUTPUT\n          fi\n\n      - name: Trigger PowerFixer Dedupe\n        env:\n          SERVER_URL: ${{ steps.vars.outputs.server_url }}\n          ISSUE_NUMBER: ${{ steps.vars.outputs.issue_number }}\n        run: |\n          echo \"Triggering dedupe for issue #${ISSUE_NUMBER} on ${SERVER_URL}\"\n          \n          # Only send issue_number and repo - agent fetches issue content live for security\n          curl -s -X POST \\\n            -H \"Content-Type: application/json\" \\\n            -H \"X-Webhook-Api-Key: ${{ secrets.POWERFIXER_WEBHOOK_API_KEY }}\" \\\n            -d \"{\n              \\\"issue_number\\\": ${ISSUE_NUMBER},\n              \\\"repo\\\": \\\"warpdotdev/warp\\\"\n            }\" \\\n            \"${SERVER_URL}/api/v1/webhook/dedupe\"\n"
  },
  {
    "path": ".gitignore",
    "content": ".trunk/*\n\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"themes\"]\n\tpath = themes\n\turl = git@github.com:warpdotdev/themes.git\n[submodule \"keysets\"]\n\tpath = keysets\n\turl = git@github.com:warpdotdev/keysets.git\n[submodule \"workflows\"]\n\tpath = workflows\n\turl = git@github.com:warpdotdev/workflows.git\n"
  },
  {
    "path": "LICENSE",
    "content": "Warp (https://warp.dev) is currently closed-source. Whether Warp will be open sourced and the strategy around it if so, are both still a work in progress.\nWe're having a discussion on open sourcing Warp, possible licenses, and also the business model in [GitHub discussion #400](https://github.com/warpdotdev/Warp/discussions/400)\n"
  },
  {
    "path": "README.md",
    "content": "<a href=\"https://www.warp.dev\">\n    <img width=\"1024\" alt=\"Warp Agentic Development Environment product preview\" src=\"https://storage.googleapis.com/warpdotdev-content/Readme.png\">\n</a>\n\n<p align=\"center\">\n  <a href=\"https://www.warp.dev\">Website</a>\n  ·\n  <a href=\"https://www.warp.dev/code\">Code</a>\n  ·\n  <a href=\"https://www.warp.dev/agents\">Agents</a>\n  ·\n  <a href=\"https://www.warp.dev/terminal\">Terminal</a>\n  ·\n  <a href=\"https://www.warp.dev/drive\">Drive</a>\n  ·\n  <a href=\"https://docs.warp.dev\">Docs</a>\n  ·\n  <a href=\"https://www.warp.dev/blog/how-warp-works\">How Warp Works</a>\n</p>\n\n<h1></h1>\n\n## About\n\nThis is an issues-only repo for [Warp](https://www.warp.dev) where you can submit issues, bugs and feature requests.\n\nWe built Warp to solve two problems we kept hitting as a team writing software: terminals haven't kept up with how developers work today, and agentic development tools don't scale beyond your laptop.\n\n**Warp is a modern terminal built for coding with agents.** Warp brings the terminal into the 21st century with modern UI and code editing features. Use Warp’s SOTA built-in agent Oz, or run CLI coding agents like Claude Code, Codex, or Gemini CLI.\n\n**Oz is an orchestration platform for cloud agents.** Spin up unlimited parallel coding agents that are programmable, auditable, and fully steerable. Automate repetitive tasks, build on agents, and run them in parallel in the cloud. [Create an agent →](http://warp.dev/oz) \n\n## Installation\n\nYou can [download Warp](https://www.warp.dev/download) and [read our docs](https://docs.warp.dev/) for platform-specific instructions.\n\n## Changelog and Releases\n\nWe try to release an update weekly, typically on Thursdays. Read our [changelog (release notes).](https://docs.warp.dev/getting-started/changelog)\n\n## Issues, Bugs, and Feature Requests\n\nPlease [search](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+is%3Aopen+a+sort%3Areactions-%2B1-desc) through our existing issues for your bug (including workarounds) or feature request.\n\nIf you can't find a solution above, please file issue requests [in this repo!](https://github.com/warpdotdev/warp/issues/new/choose)\nWe kindly ask that you please use our issue templates to make the issues easier to track for our team.\n\n## Open Source & Contributing\n\nWe are planning to first open-source our Rust UI framework, and then parts and potentially all of our client codebase. The server portion of Warp will remain closed-source for now.\n\nYou can see how we’re thinking about open source here: [https://github.com/warpdotdev/Warp/discussions/400](https://github.com/warpdotdev/Warp/discussions/400)\n\nAs a side note, we are open-sourcing our extension points as we go. The community has already been [contributing new themes](https://github.com/warpdotdev/themes), and our [Workflows repository](https://github.com/warpdotdev/workflows) is open for sharing and collaborating on useful command patterns.\n\nInterested in joining the team? See our [open roles](https://www.warp.dev/careers) and feel free to email us: hello at warpdotdev\n\n## Support and Questions\n\n1. See our [docs](https://docs.warp.dev/) for a comprehensive guide to Warp's features.\n2. Join our [Slack Community](https://go.warp.dev/join-preview) or [Discord](https://discord.com/invite/warpdotdev) to connect with other users and get help from the Warp team.\n3. Try our [Preview build](https://www.warp.dev/download-preview) to test Warp's newest and latest experimental features.\n\nFor anything else, please don't hesitate to reach out via email at hello at warpdotdev\n\n## Community Guidelines\n\nAt a high level, we ask everyone to be respectful and empathetic. We follow the [GitHub Community Guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines):\n\n* Be welcoming and open-minded\n* Respect each other\n* Communicate with empathy\n* Be clear and stay on topic\n\n## Open Source Dependencies\n\nWe'd like to call out a few of the [open source dependencies](https://docs.warp.dev/help/licenses) that have helped Warp to get off the ground:\n\n* [Tokio](https://github.com/tokio-rs/tokio)\n* [NuShell](https://github.com/nushell/nushell)\n* [Fig Completion Specs](https://github.com/withfig/autocomplete)\n* [Warp Server Framework](https://github.com/seanmonstar/warp)\n* [Alacritty](https://github.com/alacritty/alacritty)\n* [Hyper HTTP library](https://github.com/hyperium/hyper)\n* [FontKit](https://github.com/servo/font-kit)\n* [Core-foundation](https://github.com/servo/core-foundation-rs)\n* [Smol](https://github.com/smol-rs/smol)\n"
  }
]