Skip to content

Working Copy vs GitHub Mobile

freemium · one-time-license

·

free-tier

Working Copy wins · 147 (6 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to GitHub Mobile
    Working Copynone0/10

    Probes explicitly show no llms.txt, no markdown-accessible docs, and no OpenAPI spec exist for Working Copy; no evidence of any agent-oriented documentation format being provided.

    • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
    • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
    • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
    GitHub Mobilepartialprobed5/10

    A probe confirms docs.github.com serves a valid llms.txt (HTTP 200) that an agent could be pointed at, but this is generic GitHub documentation rather than anything specific to GitHub Mobile, and no GitHub Mobile-specific agent-oriented docs are shown. missing for 10: GitHub Mobile-specific agent-facing documentation, confirmation the llms.txt content covers mobile app usage, independent corroboration of agents actually using it.

    • [probe] PROBE llms.txt: HTTP 200 at https://docs.github.com/llms.txt # GitHub Docs > GitHub is a developer platform for building, shipping, and mai…
  2. ai-native userDrive the product through a documented public API

    weight 3 · round to Working Copy
    Working Copypartialprobed3/10

    Working Copy documents automation via the Shortcuts app (docs-28) and a WebDAV server for file transfer (docs-27), which allow some programmatic/agentic control, but there is no documented REST/OpenAPI or general-purpose public API — probes confirm no openapi.json, no llms.txt, and no machine-readable docs endpoint. missing for 10: a documented REST/OpenAPI-style API, API reference/docs, and independent confirmation that AI agents can drive it beyond Shortcuts.

    • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
    • [claimed-docs] a good way to get files into and out of Working Copy is the built-in WebDAV server.
    • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
    • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
    • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
    GitHub Mobilenone0/10

    GitHub Mobile is a client app with no evidence of exposing its own documented public API; the probe for an OpenAPI/Swagger spec at docs.github.com returned 404s, and the docs pack only markets Copilot features, not programmatic API access to the mobile app itself. missing for 10: any documented REST/GraphQL/OpenAPI spec for driving GitHub Mobile, SDKs, or automation endpoints tied to this product.

    • [probe] PROBE openapi: all candidate paths 404 (https://docs.github.com/openapi.json, https://docs.github.com/swagger.json, https://docs.github.com/…
    • [probe] PROBE llms.txt: HTTP 200 at https://docs.github.com/llms.txt # GitHub Docs > GitHub is a developer platform for building, shipping, and mai…

Agentic features

  1. ai-native userGet AI-generated insights and suggestions from my data inside the product

    weight 2 · round drawn
    Working Copypartialclaimed6/10

    Working Copy documents two AI features: AI-suggested commit messages based on staged diffs (docs-5) and a conversational 'Repository Agent' that can browse, search, read/modify files, commit, pull and push (docs-29) — both surface AI-generated insight/suggestions from the user's repository data. However, evidence is entirely first-party docs with no independent/hands-on validation of quality or reliability, and no detail on depth of 'insights' beyond commit messages and agentic file actions. Missing for 10: independent/hands-on corroboration of the Repository Agent's real-world usefulness, and richer detail on what kinds of data insights (beyond commit suggestions) are generated.

    • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
    GitHub Mobilepartialclaimed6/10

    GitHub Mobile ships Copilot-powered features that generate insights/suggestions from repo data — code review suggestions, natural-language Q&A over public/private repos, and agent task management — per docs-3 through docs-6. However, these are vendor-only claims with no independent/hands-on corroboration of AI-insight quality in the community evidence, which instead focuses on unrelated UX complaints. Missing for 10: independent verification of AI suggestion accuracy/usefulness, detail on what 'insights' are surfaced proactively (vs. on-demand chat), and community confirmation of these AI features working well in practice.

    • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
    • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
    • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
    • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
  2. ai-native userSet up automations that run autonomously in the background

    weight 2 · round to GitHub Mobile
    Working Copypartialclaimed4/10

    Working Copy integrates with Apple's Shortcuts app for automation (docs-28) and has a conversational Repository Agent that can browse, edit, commit, pull and push (docs-29), but neither is documented as running autonomously in the background without user-triggered interaction — Shortcuts automations in this context appear action-chaining rather than scheduled/autonomous, and the Repository Agent is described as conversational (user-driven), not a background daemon. missing for 10: explicit documentation of scheduled/triggered background automations, evidence of autonomous unattended execution, and independent confirmation of background automation working.

    • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
    GitHub Mobilepartialclaimed6/10

    GitHub Mobile lets users assign issues to Copilot and manage/track Copilot cloud agent tasks that run autonomously in the background, and start new agent tasks from the app (docs-3, docs-5, docs-6). However, this is essentially a mobile front-end to trigger/monitor agent runs rather than a full automation-builder (e.g., no scheduling, workflow-authoring, or webhook-trigger setup evidenced), and there is no independent/hands-on corroboration of this specific feature's reliability. Missing for 10: evidence of configuring/scheduling automations (not just assigning single tasks), and independent hands-on validation of the Agent Tasks feature.

    • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
    • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
    • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
  3. ai-native userDelegate tasks to a built-in AI assistant inside the product

    weight 3 · round drawn
    Working Copyfullclaimed7/10

    Working Copy documents a built-in 'Repository Agent' AI assistant that users interact with conversationally to browse files, search content, read/modify files, commit, pull and push — directly matching the delegation story, alongside a separate AI commit-message suggestion feature. missing for 10: no independent/hands-on user reports confirming the Repository Agent's real-world reliability, and no detail on scope limits or setup requirements.

    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
    • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
    GitHub Mobilefullclaimed7/10

    GitHub Mobile ships built-in Copilot features letting users delegate work: assigning issues to Copilot for a ready-to-review PR, launching/tracking Copilot cloud 'Agent Tasks', Copilot code review, and natural-language Copilot chat for code Q&A and PR creation, all within the app. Missing for 10: independent/hands-on verification of these AI features (community evidence only covers pre-Copilot app issues) and detail on reliability/limits of the agent delegation flow.

    • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
    • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
    • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
    • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
  4. ai-native userOperate the product with natural-language commands

    weight 2 · round to Working Copy
    Working Copyfullclaimed7/10

    The docs describe a 'Repository Agent' AI assistant that users interact with via conversation to browse files, search content, read/modify files, commit, pull, and push — directly matching natural-language operation. However, this is first-party documentation only, with no independent/hands-on corroboration of how well the natural-language interface actually performs. Missing for 10: independent user reports validating the Repository Agent's reliability, and detail on the scope/limits of supported natural-language commands.

    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
    GitHub Mobilepartialclaimed6/10

    GitHub Mobile documents natural-language interaction via Copilot chat (asking Copilot to explain code, navigate repos, open PRs) and Copilot code review/agent task assignment, which are genuine NL-driven agentic capabilities within the app. However this covers only a subset of the app's functionality (core browsing, notifications, merging still require standard UI), and there's no independent/hands-on corroboration of the natural-language features specifically — community evidence only discusses non-AI aspects of the app. Missing for 10: independent corroboration of the Copilot NL features actually working, broader coverage of NL commands beyond code Q&A/PR creation, evidence of reliability in real use.

    • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
    • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
    • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
    • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…

Automation depth — how much of the product can run unattendedAutomation depth

How much of the product can run unattended

  1. ai-native userPerform bulk operations across many items at once

    weight 2 · round to Working Copy
    Working Copypartialclaimed4/10

    The docs show some bulk-like features — the Resolve tool for handling merge conflicts across many files at once, Shortcuts app automation for scripting flows across files, and a Repository Agent AI assistant that can browse/search/modify/commit across a repo — but there is no evidence of true bulk operations across many items (e.g., batch commits across multiple repos, mass file edits, bulk push/pull) as an AI-native automation feature. Missing for 10: explicit multi-repo or multi-file batch APIs, scripted bulk edit/commit workflows, and independent verification that Shortcuts or the Repository Agent can perform such bulk tasks reliably.

    • [claimed-docs] A faster solution is to use the Resolve tool that lets you resolve conflicts for many files at once.
    • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
    GitHub Mobilenone0/10

    GitHub Mobile evidence focuses on individual item actions (single PR review, single issue assignment, single search) with no mention of bulk/multi-item operations; community feedback even highlights missing features and friction for single-item workflows, with nothing about batch actions across many items.

    • ai-native userSchedule recurring jobs or workflows

      weight 2 · round drawn
      Working Copynone0/10

      No evidence of scheduling or recurring job/workflow capability; Shortcuts automation and Repository Agent support ad-hoc triggers, not scheduled recurring jobs. Missing for 10: any scheduling mechanism, cron-like triggers, or recurring workflow automation documentation.

        GitHub Mobilenone0/10

        GitHub Mobile evidence covers reviewing PRs, Copilot agent tasks, code search, and notifications on the go, but nothing describes scheduling recurring jobs or workflows (e.g., cron-like automation or scheduled actions) from the app.

        • ai-native userVersion, review, and roll back my automations

          weight 1 · round to Working Copy
          Working Copypartialclaimed6/10

          Working Copy provides strong git version-control primitives (commit, undo, amend, delete/squash commits, checkout old versions, commit graph) that could version and roll back automation scripts stored in a repo, and its Repository Agent AI assistant can commit/pull/push conversationally, plus Shortcuts automation integration. However, the story frames automation-workflow versioning specifically, and there's no evidence of automation-run history, diffing of automation configs, or rollback tied to Shortcuts/agent-run outputs rather than generic file commits. missing for 10: evidence of versioning/reviewing/rolling back actual automation runs or agent actions (not just generic git files), independent hands-on confirmation of Repository Agent's commit/rollback behavior.

          • [claimed-docs] Swipe left on any commit in the repository's commit list to Checkout an old version.
          • [claimed-docs] For commits not yet pushed to a remote, swipe left to Undo them. The commit's changes remain in your working directory as modified files
          • [claimed-docs] To make changes to the latest commit enable Amend at the top of the commit dialog.
          • [claimed-docs] Long tapping commits you can Delete Commit to rewrite the branch without the work contributed by this single commit, Edit Message to change …
          • [claimed-docs] To explore repository changes across branches use the Commit Graph available from the Repository screen.
          • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
          • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
          GitHub Mobilepartialclaimed4/10

          GitHub Mobile lets users track Copilot cloud agent tasks and review/approve/merge PRs generated by automations, which touches 'review' but nothing in the evidence describes versioning automation configs or explicitly rolling back an automation's changes. missing for 10: explicit workflow/version history for automations, rollback/revert mechanism, and independent confirmation of these capabilities beyond first-party docs.

          • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
          • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…

        Git code — core git and code operations — cloning, branching, pushing, code browsingGit code

        Core git and code operations — cloning, branching, pushing, code browsing

        Repo management

        1. developerSearch and navigate code content using fuzzy matching, filters, and regular expressions

          weight 2 · round to Working Copy
          Working Copypartialclaimed4/10

          Working Copy's docs confirm regular-expression search within file scope (wrapping pattern in slashes), and syntax-highlighted file browsing supports basic navigation, but there is no evidence of fuzzy matching or advanced filter options for code search. missing for 10: fuzzy matching support, filter options (by file type/path/date), evidence of broader project-wide search UI beyond regex.

          • [claimed-docs] Regular expression search is supported for the file scope by wrapping your pattern in slashes such as /[0-9]+/
          • [claimed-docs] File content is shown with syntax highlighting for sourcecode and a preview of html and document files.
          GitHub Mobilepartialcommunity3/10

          Docs mention 'global code search' allowing locating snippets and navigating repositories, but there is no evidence of fuzzy matching, filters, or regex support in the mobile search experience. Community feedback also highlights broken navigation to files/links, suggesting code navigation is limited. Missing for 10: documentation or evidence of regex/filter syntax support, fuzzy matching, and independent confirmation of code search functionality working well.

          • [claimed-docs] Effortlessly locate code snippets, navigate repositories, and access content directly from your home screen with global code search.
          • [community] Trying to follow a link on a readme or something to another file within the github repo always results in 'something went wrong' (iOS).
        2. power-userVisualize the full commit graph across branches

          weight 2 · round to Working Copy
          Working Copyfullclaimed8/10

          Working Copy has a dedicated Commit Graph feature accessible from the Repository screen explicitly for exploring repository changes across branches, plus supporting features like swipe-to-checkout old commits and branch-aware history operations. Missing for 10: independent hands-on review or screenshots corroborating the graph's usability/completeness across many branches.

          • [claimed-docs] To explore repository changes across branches use the Commit Graph available from the Repository screen.
          • [claimed-docs] Swipe left on any commit in the repository's commit list to Checkout an old version.
          GitHub Mobilenone0/10

          No evidence GitHub Mobile offers any commit-graph visualization across branches; docs cover PR review, Copilot features, notifications, and search but nothing about a graph/branch visualization tool, and community feedback focuses on diffs, notifications, and navigation issues instead.

          • developerCommit and push changes directly from my device

            weight 3 · round to Working Copy
            Working Copyfullcommunity8/10

            Working Copy's docs clearly describe the core commit-and-push workflow (staging/committing via the Changes/Status tab, pushing over https/ssh/git protocols, amend/squash, and a real user account of pulling, editing, and pushing on the go). Missing for 10: independent hands-on verification of push reliability/conflict scenarios beyond a single anecdote, and no first-party benchmark or detailed push-error handling documentation.

            • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
            • [claimed-docs] When you have file modifications the Changes tab lights up... you can commit them to the repository with a button on the Status tab.
            • [claimed-docs] Working Copy supports private instances of GitHub Enterprise, GitLab and Gitea.
            • [community] I have been using this iOS git tool to write a book - the text is on GitHub, and I just wanted to pull, edit and push while on a commute.
            GitHub Mobilenone0/10

            GitHub Mobile's evidence covers PR review, merging, Copilot agent tasks, code search, and notifications, but nowhere mentions committing or pushing local file changes/code edits from the device; one community comment even notes a competing third-party app (Working Copy) is used specifically for shipping small changes from a phone, implying GitHub's own app lacks this.

            • [claimed-docs] Whether you're reviewing a bug fix or merging code, we've got you covered. From your daily commute to grabbing a coffee, unblock your team o…
            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
            • [community] I do a surprising amount of development on my phone these days. I was using GitHub's mobile website for this but I've recently started using…
          • power-userInteractively rewrite history by deleting, editing, squashing, or reordering commits

            weight 2 · round to Working Copy
            Working Copyfullclaimed8/10

            Working Copy explicitly documents interactive history rewriting: delete commit, edit commit message, squash a commit with its child (docs-17), amend the latest commit (docs-16), and undo unpushed commits (docs-15). This directly covers deleting, editing, squashing commits as described in the story. Missing for 10: no explicit reordering/rebase-onto-arbitrary-commit UI mentioned and no independent hands-on corroboration of this specific feature beyond docs.

            • [claimed-docs] Long tapping commits you can Delete Commit to rewrite the branch without the work contributed by this single commit, Edit Message to change …
            • [claimed-docs] To make changes to the latest commit enable Amend at the top of the commit dialog.
            • [claimed-docs] For commits not yet pushed to a remote, swipe left to Undo them. The commit's changes remain in your working directory as modified files
            • [claimed-docs] You can configure repositories to Rebase instead of Merge commits from the Configuration page inside Repository status.
            GitHub Mobilenone0/10

            GitHub Mobile's evidence covers PR review, Copilot features, notifications, and code search, but there is no mention of interactive rebase, commit editing, squashing, or reordering—capabilities not supported by mobile git clients generally. No documentation or community evidence indicates this exists.

            • developerResolve merge conflicts across many files at once with a dedicated tool

              weight 2 · round to Working Copy
              Working Copyfullclaimed8/10

              Working Copy's docs explicitly describe a dedicated 'Resolve tool' for handling merge conflicts across many files at once, directly matching the story. Missing for 10: independent/hands-on corroboration of the multi-file resolve workflow beyond vendor docs.

              • [claimed-docs] A faster solution is to use the Resolve tool that lets you resolve conflicts for many files at once.
              GitHub Mobilenone0/10

              No evidence of any merge conflict resolution tool in GitHub Mobile; the app focuses on PR review, notifications, Copilot tasks, and code search, with no mention of conflict resolution across files. Community feedback even highlights diff-view limitations rather than conflict tools.

              • developerCreate pull requests on hosted Git platforms directly from my device

                weight 3 · round to Working Copy
                Working Copyfullclaimed8/10

                Working Copy's docs explicitly state it supports creating pull requests for BitBucket, GitHub and GitLab, directly from the mobile app, and also supports self-hosted GitHub Enterprise/GitLab/Gitea instances. This directly matches the story of creating PRs on hosted Git platforms from a device. Missing for 10: independent hands-on confirmation of the PR-creation flow itself (community evidence covers general git usage but not PR creation specifically).

                • [claimed-docs] Working Copy supports creating these for BitBucket, GitHub and GitLab.
                • [claimed-docs] Working Copy supports private instances of GitHub Enterprise, GitLab and Gitea.
                GitHub Mobilepartialcommunity6/10

                GitHub Mobile docs confirm PR-related workflows: assigning issues to Copilot yields a 'ready-to-review pull request' and Copilot chat can 'open a new pull request' directly from the app, with review/approve/merge available in-app. However, evidence centers on Copilot-driven PR creation rather than a straightforward manual 'New Pull Request' flow, and community feedback highlights broader gaps in mobile code-review UX (diff wrapping, missing notifications) though nothing directly disputes PR creation itself. Missing for 10: explicit confirmation of manual (non-Copilot) PR creation from arbitrary branches, and independent hands-on validation of the PR-creation flow.

                • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
                • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
                • [community] I do quite a few code reviews on my Pixel 2, but what drives me crazy is that the lines in the diffs wrap! On top of that, the code font it …
              • developerReview pull requests from my phone while on the go

                weight 3 · round to GitHub Mobile
                Working Copypartialcommunity4/10

                Working Copy documents diff viewing, commit graphs, and syntax-highlighted file review, and notes it can create pull/merge requests for GitHub, GitLab, and BitBucket, which implies some PR-related workflow on mobile. However there is no explicit documentation of viewing PR discussion threads, inline review comments, or approving/merging PRs from the app. Missing for 10: dedicated PR review UI (comments, approve/request-changes, merge button), and independent hands-on evidence of reviewing PRs on the go.

                • [claimed-docs] To explore repository changes across branches use the Commit Graph available from the Repository screen.
                • [claimed-docs] Working Copy supports creating these for BitBucket, GitHub and GitLab.
                • [claimed-docs] File content is shown with syntax highlighting for sourcecode and a preview of html and document files.
                • [community] I have been using this iOS git tool to write a book - the text is on GitHub, and I just wanted to pull, edit and push while on a commute.
                GitHub Mobilepartialcommunity6/10

                GitHub Mobile's official docs explicitly support reviewing, commenting, approving and merging PRs from the phone, plus Copilot-assisted code review, which directly matches the story. However, multiple hands-on community reports describe genuine friction in the review experience itself (diff line-wrapping, large font making diffs hard to read, diff view called 'unusable') and missing PR-review notifications, undercutting a purely full delivery. Missing for 10: independent confirmation that diff readability issues have been fixed, and consistent positive reviews of the core review UX rather than mixed reports.

                • [claimed-docs] Whether you're reviewing a bug fix or merging code, we've got you covered. From your daily commute to grabbing a coffee, unblock your team o…
                • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
                • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                • [community] I do quite a few code reviews on my Pixel 2, but what drives me crazy is that the lines in the diffs wrap! On top of that, the code font it …
                • [community] Make the mobile website work well instead. Diff view is unusable, as are many other views. I'd much rather have a working web version than a…
                • [community] Really great, has push notifications all that. I just wish I got a push notification...for when I'm assigned to review a PR. Really annoying…
                • [community] I tried out the beta version of GitHub's iOS app. I didn't find a single bug in it, and I really enjoyed using it for casually browsing code…
              • developerPreview Markdown, HTML, and other rendered files with live reload

                weight 2 · round to Working Copy
                Working Copyfullclaimed8/10

                Docs confirm preview of html/document files with syntax highlighting, plus explicit live-reload behavior that auto-reloads on file/asset changes while preserving scroll and zoom. Missing for 10: no independent/hands-on corroboration of live reload in practice and no explicit mention of Markdown-specific preview beyond 'html and document files'.

                • [claimed-docs] File content is shown with syntax highlighting for sourcecode and a preview of html and document files.
                • [claimed-docs] The preview reloads automatically when the file or any local asset it depends on changes, restoring scroll and zoom
                GitHub Mobilenone0/10

                No evidence GitHub Mobile offers any Markdown/HTML file preview with live reload; docs focus on PR review, Copilot agent tasks, code search, and notifications, and community comments describe browsing/reviewing code, not rendered file preview with reload.

                Openness — open source, data portability, and self-hosting storiesOpenness

                Open source, data portability, and self-hosting stories

                1. ai-native userExport all of my data in open formats and leave

                  weight 3 · round to Working Copy
                  Working Copyfullclaimed7/10

                  Working Copy stores all repository data as standard Git repositories (open format) and provides multiple export paths: Files app/document-picker access, drag-and-drop, a built-in WebDAV server, and Shortcuts automation, meaning a user can pull all data out in a non-proprietary format at any time (docs-24, docs-25, docs-27, docs-28). This directly satisfies 'export in open formats and leave' since Git itself is portable across any host. Missing for 10: no explicit single bulk-export/account-deletion feature described, and no independent hands-on account of a full data migration out of the app.

                  • [claimed-docs] All repositories in Working Copy can be accessed in the Files app and 3rd party applications using the document picker or file browser compo…
                  • [claimed-docs] Drag files from your emails, the Files app or any other supporting app to add to your repositories.
                  • [claimed-docs] When adding repositories you tap Link external directory and pick a folder or Document Package in the Files app.
                  • [claimed-docs] a good way to get files into and out of Working Copy is the built-in WebDAV server.
                  • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                  GitHub Mobilenone0/10

                  No evidence in the pack addresses data export, open formats, or account portability from GitHub Mobile; the app's documentation focuses on code review, Copilot, and browsing features only.

                  Privacy posture — data-handling and privacy storiesPrivacy posture

                  Data-handling and privacy stories

                  1. ai-native userPrevent my data from being used to train AI models

                    weight 3 · round drawn
                    Working Copynone0/10

                    Working Copy's docs mention AI features that send staged diffs to OpenAI (working-copy-docs-5) and an AI Repository Agent (working-copy-docs-29), but there is no mention of any opt-out, data-retention policy, or control preventing that data from being used to train AI models. Since the product actively integrates third-party AI processing, this axis applies, but no evidence shows a training-data opt-out or privacy guarantee exists.

                    • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
                    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                    GitHub Mobilenone0/10

                    No evidence in the pack addresses AI-training data opt-out or privacy controls for GitHub Mobile; all citations concern app features, bugs, and UX complaints. Missing for 10: any mention of data-training opt-out settings, Copilot data usage policy, or privacy controls specific to GitHub Mobile.

                    • ai-native userControl data retention and deletion

                      weight 2 · round drawn
                      Working Copynone0/10

                      Working Copy's docs mention AI features (commit-message suggestions, Repository Agent) that send data to OpenAI, but there is no evidence of any user-facing control over how long that data is retained by the AI provider, nor any deletion/export mechanism for AI-related data. The axis applies because the product ships AI features that transmit user data externally, but no retention/deletion controls are documented. Missing for 10: any documented retention policy, opt-out/delete mechanism for data sent to OpenAI, or user-facing controls over AI data lifecycle.

                      • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
                      • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                      GitHub Mobilenone0/10

                      No evidence in the pack addresses data retention or deletion controls related to AI/Copilot features within GitHub Mobile; all citations concern app features, UX complaints, or unrelated docs probes.

                      • ai-native userOpt out of telemetry and usage tracking

                        weight 2 · round drawn
                        Working Copynone0/10

                        No evidence in the pack addresses telemetry, usage tracking, analytics, or an opt-out setting for Working Copy; only AI commit-message and Repository Agent features mention sending data to OpenAI, with no privacy toggle documented. Missing for 10: any privacy policy or settings documentation on telemetry/analytics collection, and any opt-out mechanism.

                          GitHub Mobilenone0/10

                          No evidence in the pack addresses telemetry opt-out or usage tracking controls for GitHub Mobile; all docs focus on features (Copilot, code search, reviews) and community items discuss UX bugs, not privacy settings.

                          Running agents — operating agents in production — sessions, persistence, recoveryRunning agents

                          Operating agents in production — sessions, persistence, recovery

                          Ai coding agents

                          1. ai-native userHave an AI agent analyze my pull requests and suggest code improvements from my phone

                            weight 3 · round to GitHub Mobile
                            Working Copypartialclaimed4/10

                            Working Copy ships a 'Repository Agent' AI assistant that can browse, search, read/modify files, commit, pull and push from the phone, which is a general agentic capability, but the docs never mention it analyzing pull requests specifically or suggesting code improvements (only AI-generated commit messages are separately documented). missing for 10: explicit PR review/analysis feature, code-improvement suggestions, independent hands-on evidence of the Repository Agent doing this task.

                            • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                            • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
                            GitHub Mobilefullclaimed7/10

                            First-party docs directly state Copilot code review can analyze PRs and suggest improvements from the phone, matching the story closely (github-mobile-docs-4), supported by related Copilot agent task management on mobile (github-mobile-docs-3, docs-5, docs-6). Missing for 10: independent/hands-on verification of this specific Copilot code review feature (community evidence predates Copilot integration and only covers general app usability issues, not AI review functionality).

                            • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
                            • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
                            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                            • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
                          2. ai-native userDirect an AI agent to browse, search, edit, commit, pull, and push in a repository via conversation

                            weight 3 · round to Working Copy
                            Working Copyfullclaimed7/10

                            Working Copy documents a first-party "Repository Agent" that is explicitly described as an AI assistant interacted with via conversation, capable of browsing files, searching content, reading/modifying files, committing, pulling and pushing — directly matching the story. However, there is no independent/community corroboration of this specific agent feature working hands-on, and details on setup, model/provider, and reliability are thin. Missing for 10: independent or hands-on validation of the Repository Agent, more detail on configuration/limitations, and confirmation of conversational browsing/search fidelity beyond the doc line.

                            • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                            • [claimed-docs] When you have file modifications the Changes tab lights up... you can commit them to the repository with a button on the Status tab.
                            • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
                            GitHub Mobilepartialclaimed6/10

                            GitHub Mobile lets users converse with Copilot to search code, ask questions about repos, assign issues to Copilot for automated PR creation, and manage Copilot cloud agent tasks—covering browse, search, and a form of edit/commit/PR creation via natural language. However, there's no evidence of a full conversational agent loop that also handles pull/push git operations or arbitrary file edits directly through chat; PR creation is Copilot's autonomous action rather than user-directed commit/pull/push. Missing for 10: explicit pull/push-via-conversation capability, hands-on confirmation of the full browse-to-push agent workflow, and independent corroboration beyond vendor docs.

                            • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
                            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                            • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
                            • [claimed-docs] Effortlessly locate code snippets, navigate repositories, and access content directly from your home screen with global code search.
                          3. ai-native userAssign an issue to an AI coding agent and receive a ready-to-review pull request

                            weight 3 · round to GitHub Mobile
                            Working Copynone0/10

                            Working Copy's 'Repository Agent' is a conversational AI assistant for browsing/editing/committing within the app, but there is no evidence of assigning an external issue to an autonomous agent that then produces a ready-to-review pull request. missing for 10: issue-to-PR automation workflow, autonomous agent triggering from issue assignment, PR creation/readiness evidence.

                            • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                            GitHub Mobilefullclaimed7/10

                            First-party docs explicitly state the exact capability: 'Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitHub Mobile,' plus supporting docs on Copilot cloud Agent Tasks management from mobile. Missing for 10: independent/hands-on corroboration specifically of this AI-agent assignment flow (all community evidence predates this feature and concerns unrelated app UX issues).

                            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                            • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
                            • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
                          4. ai-native userConverse with an AI agent in natural language to get insights into repositories and open pull requests

                            weight 2 · round to GitHub Mobile
                            Working Copypartialclaimed6/10

                            Working Copy's docs describe a 'Repository Agent' AI assistant you converse with to browse files, search content, read/modify files, commit, pull and push — directly matching the ai-native conversational insight story for repositories. However, there is no explicit mention of pull-request insights/management via this agent, and no independent/hands-on corroboration of the feature's real-world behavior. missing for 10: explicit pull-request conversational insight capability, independent/hands-on verification of the Repository Agent's conversational quality.

                            • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                            GitHub Mobilefullclaimed7/10

                            First-party docs explicitly describe conversing with Copilot in natural language on GitHub Mobile to get insights into public/private repositories, explain codebases, and open pull requests, directly matching the story. Missing for 10: independent hands-on corroboration of the AI chat/insights feature specifically (community evidence is mostly about general app usability, not the AI conversational feature) and detail on PR-specific insight depth.

                            • [claimed-docs] Ask Copilot to break down complex coding concepts, guide you through unfamiliar codebases, provide insights into both public and your privat…
                            • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
                            • [claimed-docs] Let Copilot code review analyze your pull requests and suggest improvements right from your phone. Catch bugs, ensure best practices, and bo…
                            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…
                          5. developerManage and track cloud-based coding agent tasks from my phone

                            weight 2 · round to GitHub Mobile
                            Working Copynone0/10

                            Working Copy is a mobile git client with its own in-app AI 'Repository Agent' for local file/commit operations (working-copy-docs-29), but there is no evidence it can view, manage, or track tasks from cloud-based coding agents (e.g., a task queue, agent run status, or PR tracking from services like Codex/Copilot workspace). The story's specific axis of monitoring cloud agent task state is unaddressed.

                            • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                            GitHub Mobilefullclaimed8/10

                            First-party docs explicitly state Agent Tasks are on GitHub Mobile giving a centralized way to manage Copilot cloud agent tasks, start new tasks, and track progress, directly matching the story. Missing for 10: independent/hands-on corroboration of this specific agent-task feature (community evidence predates this feature and covers general app issues only).

                            • [claimed-docs] Agent Tasks are now on GitHub Mobile, giving developers a centralized way to manage Copilot cloud agent tasks wherever they are. Easily star…
                            • [claimed-docs] Assign issues to Copilot and get a ready-to-review pull request. Use comments to refine, iterate, approve and merge—all directly within GitH…

                          Security — security posture and hardening storiesSecurity

                          Security posture and hardening stories

                          Credential protection

                          1. developerProtect my remote connections with biometric authentication like Face ID or fingerprint

                            weight 2 · round to Working Copy
                            Working Copypartialclaimed6/10

                            Working Copy documents that SSH keys can be stored in the Secure Enclave protected by Face ID or Touch ID, directly enabling biometric protection of remote (SSH) connections. However, this is limited to SSH key access specifically, with no evidence of biometric gating for HTTPS credentials or app-wide lock, and no independent/hands-on corroboration beyond the vendor docs. Missing for 10: evidence of biometric protection for HTTPS remotes, independent confirmation of the Face ID/Touch ID flow in practice, and details on fallback/security scope.

                            • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                            • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                            • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                            GitHub Mobilenone0/10

                            No evidence in the pack mentions biometric authentication, Face ID, fingerprint unlock, or any app-level security lock for GitHub Mobile; only general feature descriptions and unrelated community complaints are present.

                            Not comparable on these axes

                            1. ai-native userRun the product headlessly / in CI for automation

                              weight 2 · not comparable
                              Working Copyn/a

                              Working Copy is a GUI-based iOS git client tied to the iPhone/iPad interface; it offers on-device automation via Shortcuts and URL schemes but has no server/CLI mode that could run headlessly in a CI pipeline. Running headlessly/in CI is a category error for this type of mobile app, not a missing feature.

                              • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                              GitHub Mobilen/a

                              GitHub Mobile is a mobile app UI for interacting with GitHub, not a tool meant to run headlessly in CI/automation pipelines — this axis is a category error for a mobile client application.

                              • ai-native userPlug MCP servers into this product so it can use their tools

                                weight 3 · not comparable
                                Working Copynone0/10

                                Working Copy's docs describe a built-in 'Repository Agent' AI assistant but there is no evidence it supports plugging in external MCP servers or consuming third-party tools via MCP; automation is only via Shortcuts app actions, not MCP.

                                • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                                • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                GitHub Mobilen/a

                                GitHub Mobile is a mobile client app for GitHub, not an agent/MCP-client platform where users plug in MCP servers; the evidence shows only Copilot cloud agent task management and code review features, no MCP integration capability of any kind, making this a category error for this product type.

                                • ai-native userConnect an agent via an official MCP server

                                  weight 3 · not comparable
                                  Working Copynone0/10

                                  Working Copy is a git client with a built-in 'Repository Agent' AI assistant (docs-29), but there is no evidence of an official MCP server that lets external agents connect to Working Copy; probes for llms.txt/openapi endpoints also return 404s.

                                  • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                                  • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
                                  • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
                                  • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                  GitHub Mobilen/a

                                  GitHub Mobile is a consumer mobile client app for browsing and managing GitHub activity, not a platform or agent product that would expose or connect to an MCP server; no evidence in the pack even mentions MCP, and the axis is a category mismatch for this kind of product.

                                  • ai-native userUse an official CLI

                                    weight 2 · not comparable
                                    Working Copyn/a

                                    Working Copy is an iOS-only Git client with no terminal/CLI environment; its automation surface is limited to URL schemes, Shortcuts integration, and an in-app AI 'Repository Agent'. A traditional CLI is not a coherent capability for a sandboxed iOS app, making this axis a category mismatch rather than a missing feature.

                                    • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                    • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                                    GitHub Mobilen/a

                                    GitHub Mobile is a mobile app for browsing/reviewing code, not a CLI product; an official CLI is a wrong axis for a mobile app category (GitHub's CLI, if any, is a separate product not evidenced here).

                                    • ai-native userIssue scoped/least-privilege API credentials for an agent

                                      weight 2 · not comparable
                                      Working Copynone0/10

                                      No evidence of any API credential/token scoping mechanism for agents; Working Copy uses SSH keys/Identities for git auth and has a Repository Agent AI assistant, but nothing about issuing scoped or least-privilege API credentials for external agents.

                                      • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                      • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                                      • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                      GitHub Mobilen/a

                                      GitHub Mobile is a mobile client app for browsing/reviewing repos and PRs, not an API credential/token management surface for AI agents; scoped credential issuance is a GitHub platform (PATs/OAuth Apps/GitHub Apps) concern, not a mobile-app axis.

                                      • ai-native userBuild against official SDKs

                                        weight 2 · not comparable
                                        Working Copyn/a

                                        Working Copy is a Git client app for iOS, not a platform offering an SDK for developers to build against; the story asks about official SDKs which is a category error for this product type.

                                          GitHub Mobilen/a

                                          GitHub Mobile is a mobile client app for consuming GitHub's platform, not a developer platform/SDK product; 'building against official SDKs' is not a fair axis for this consumer-facing mobile app (that axis applies to GitHub's API/platform, not its mobile client).

                                          • ai-native userSubscribe to events via webhooks

                                            weight 2 · not comparable
                                            Working Copyn/a

                                            Working Copy is a mobile Git client app, not a service with an event-driven API; webhooks (subscribing to repo/CI events) is not a fair capability for this type of product. Evidence shows Shortcuts automation and Files app integration but nothing about webhook subscriptions, which is out of scope for a client app.

                                            • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                            GitHub Mobilen/a

                                            GitHub Mobile is a mobile client app for consuming GitHub, not a webhook/event subscription surface; webhooks belong to the GitHub platform/API, not this mobile app's category.

                                            • ai-native userExplore an interactive API reference with runnable examples

                                              weight 2 · not comparable
                                              Working Copynone0/10

                                              Working Copy is a mobile git client with no evidence of any API reference, interactive docs, or runnable examples; probes for llms.txt, markdown docs, and OpenAPI specs all returned 404.

                                              • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
                                              • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
                                              • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                              GitHub Mobilen/a

                                              GitHub Mobile is a mobile client app, not an API/developer platform product; an interactive API reference with runnable examples is a category error for this axis, regardless of GitHub's broader API offerings.

                                              • ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

                                                weight 2 · not comparable
                                                Working Copynone0/10

                                                Probes explicitly show no OpenAPI/swagger spec exists at any candidate path and no llms.txt or machine-readable docs are available; Working Copy exposes Shortcuts automation and an x-callback-url scheme but no documented downloadable API spec.

                                                • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
                                                • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
                                                • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                                GitHub Mobilen/a

                                                GitHub Mobile is a consumer mobile app for browsing/reviewing code, not an API or developer platform product; publishing a machine-readable OpenAPI spec is not a fair expectation for this app's category, even though GitHub's broader API exists separately. The probes in evidence confirm no such spec is exposed through the mobile app's own docs.

                                                • [probe] PROBE openapi: all candidate paths 404 (https://docs.github.com/openapi.json, https://docs.github.com/swagger.json, https://docs.github.com/…
                                              • ai-native userTest against a sandbox environment without touching production data

                                                weight 1 · not comparable
                                                Working Copyn/a

                                                Working Copy is a git client for iOS; sandbox-vs-production data isolation for AI testing is not a relevant capability for this kind of product — it's a wrong-axis question.

                                                  GitHub Mobilen/a

                                                  GitHub Mobile is a mobile client for reviewing/managing repos and issues, not a testing/execution environment; sandbox-vs-production testing is outside its product category, so this axis is a category error rather than a missing feature.

                                                  • ai-native userRely on versioned APIs with a documented deprecation policy

                                                    weight 2 · not comparable
                                                    Working Copynone0/10

                                                    No evidence of any public API, versioning scheme, or deprecation policy; probes for OpenAPI/llms.txt all return 404s, and Working Copy's docs only cover in-app Git features, not an API for programmatic/agentic access.

                                                    • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
                                                    • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
                                                    • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                                    GitHub Mobilen/a

                                                    GitHub Mobile is a mobile client app for GitHub, not a developer API/platform product; versioned API deprecation policy is not an axis relevant to this consumer-facing mobile app itself (that story would apply to the GitHub REST/GraphQL API product, not the mobile client).

                                                    • ai-native userDefine rules that trigger actions automatically on events

                                                      weight 3 · not comparable
                                                      Working Copypartialclaimed4/10

                                                      Working Copy supports Shortcuts app automation where files/data flow between actions, which allows building event-triggered workflows via iOS Shortcuts automations (e.g., time/location/app triggers), but there's no first-party rule engine or documented event-trigger system within Working Copy itself. missing for 10: native event/rule triggers inside the app, documented automation-on-git-events (e.g. auto-commit/push on file change), examples of Shortcuts automations actually wired to Working Copy triggers.

                                                      • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                                      GitHub Mobilen/a

                                                      GitHub Mobile is a mobile client app for viewing/reviewing repos and interacting with Copilot; defining automation rules that trigger on events (e.g., Actions workflows) is a platform/repo-configuration capability, not something a mobile client app would define or ship — wrong axis for this product type.

                                                      • power-userAmend the latest commit or undo unpushed commits to fix or split them

                                                        weight 2 · not comparable
                                                        Working Copyfullclaimed8/10

                                                        Docs explicitly describe amending the latest commit via the commit dialog's Amend toggle and undoing unpushed commits via swipe-left, with changes preserved in the working directory, plus additional editing tools (Edit Message, Squash, Delete Commit) for splitting/fixing history. Missing for 10: independent hands-on verification of these specific commit-editing workflows beyond first-party docs.

                                                        • [claimed-docs] For commits not yet pushed to a remote, swipe left to Undo them. The commit's changes remain in your working directory as modified files
                                                        • [claimed-docs] To make changes to the latest commit enable Amend at the top of the commit dialog.
                                                        • [claimed-docs] Long tapping commits you can Delete Commit to rewrite the branch without the work contributed by this single commit, Edit Message to change …
                                                        GitHub Mobilen/a

                                                        GitHub Mobile is a review/notification/PR management app, not a git client with local commit history editing; amending or rewriting commits is a git working-copy operation outside its feature set, making this a category mismatch rather than a missing feature.

                                                        • developerClone Git repositories over HTTPS, SSH, or the Git protocol

                                                          weight 3 · not comparable
                                                          Working Copyfullcommunity9/10

                                                          Working Copy's manual explicitly states support for https, ssh, git, and http protocols, plus SSH key management via Secure Enclave and identity attachment for authentication, and community evidence confirms real-world clone/pull/push usage over GitHub. Missing for 10: independent hands-on verification of the raw git:// protocol specifically and no dedicated troubleshooting/edge-case documentation.

                                                          • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                                                          • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                          • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                          • [community] I have been using this iOS git tool to write a book - the text is on GitHub, and I just wanted to pull, edit and push while on a commute.
                                                          GitHub Mobilen/a

                                                          GitHub Mobile is a companion app for reviewing PRs, issues, and notifications on a phone; it does not provide a git client for cloning repositories via HTTPS/SSH/git protocol, which is a wrong axis for this product type.

                                                          • power-userSign my commits with a GPG or SSH key for verification

                                                            weight 1 · not comparable
                                                            Working Copynone0/10

                                                            Evidence shows Working Copy uses SSH keys (including Secure Enclave-backed keys) for authenticating to remotes, but nothing in the docs describes GPG or SSH commit signing/verification as a feature. Missing for 10: any mention of signed commits, GPG key support, or SSH-signature verification workflow.

                                                            • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                            • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                            GitHub Mobilen/a

                                                            GitHub Mobile is a review/notification/browsing app, not a git client capable of authoring or signing commits; commit signing with GPG/SSH keys is not something a mobile companion app of this type would perform, so the axis does not apply.

                                                            • power-userStash and unstash changes to temporarily clear my working directory

                                                              weight 2 · not comparable
                                                              Working Copyfullclaimed8/10

                                                              Official docs explicitly confirm stash/unstash via the repository context menu, directly matching the story's core requirement. Missing for 10: independent hands-on corroboration of the stash workflow beyond vendor docs.

                                                              • [claimed-docs] You Stash and Unstash from the context menu of repositories.
                                                              GitHub Mobilen/a

                                                              GitHub Mobile is a review/notification/browsing app, not a local git client with a working directory; git stash/unstash requires a local working copy which GitHub Mobile does not provide, making this a category error for this product type.

                                                              • power-userClone, update, and manage Git submodules within a repository

                                                                weight 1 · not comparable
                                                                Working Copypartialclaimed5/10

                                                                Working Copy's docs explicitly mention Git submodule support, confirming the feature exists, but there is no detail on cloning with submodules, updating them, or managing (add/remove/sync) submodules, nor any community corroboration of real-world submodule workflows. missing for 10: documented submodule clone/update/init workflow, UI for managing submodule paths, independent user confirmation of submodule handling.

                                                                • [claimed-docs] Git submodules allow you to include other Git repositories within your repository, keeping their histories separate.
                                                                GitHub Mobilen/a

                                                                GitHub Mobile is a mobile companion app for browsing repos, reviewing PRs/issues, and using Copilot—not a git client with clone/checkout/filesystem operations. Managing submodules requires local git repository operations that fall outside this product's category, so this axis does not apply.

                                                                • power-userConnect directly to my servers without relying on a cloud relay, proxy, or VPN

                                                                  weight 2 · not comparable
                                                                  Working Copyfullcommunity8/10

                                                                  Working Copy documents direct git/ssh/https protocol support, including private self-hosted GitHub Enterprise, GitLab, and Gitea instances, with SSH keys stored in Secure Enclave — all indicating direct, non-relay connections to user-controlled servers. Community evidence shows users pairing it with self-hosted VPS git servers, corroborating real-world direct-connection use. missing for 10: independent technical verification that no intermediary/relay is used during sync, and explicit confirmation of raw SSH/git protocol (not tunneled) from a third party.

                                                                  • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                                                                  • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                  • [claimed-docs] Working Copy supports private instances of GitHub Enterprise, GitLab and Gitea.
                                                                  • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                  • [community] I ended up not wanting to put my years of thinking, planning and researching up on a public service, so I spun up a $5/month VPS instance fr…
                                                                  GitHub Mobilen/a

                                                                  GitHub Mobile is a cloud-connected app for GitHub.com/Enterprise Cloud services; direct server connectivity bypassing cloud relay/VPN is a category error for this kind of SaaS mobile client, not an applicable networking-access axis.

                                                                  • power-userRoute all my internet traffic through a specific device on my network using an exit node

                                                                    weight 2 · not comparable
                                                                    Working Copyn/a

                                                                    Working Copy is a Git client for iOS; exit-node/network-routing capability is unrelated to its product category (a Git repository management app), not a Git or VPN networking feature.

                                                                      GitHub Mobilen/a

                                                                      GitHub Mobile is a code collaboration app; exit-node/network-traffic routing is a VPN/networking feature entirely outside its category.

                                                                      • developerGet secure infrastructure access to resources wherever they live, including Kubernetes clusters

                                                                        weight 3 · not comparable
                                                                        Working Copyn/a

                                                                        Working Copy is a Git client for iOS focused on repository management; it has no relevance to infrastructure access or Kubernetes clusters — this is a category mismatch, not a missing feature.

                                                                          GitHub Mobilen/a

                                                                          GitHub Mobile is a mobile client for code review, issues, and Copilot tasks; infrastructure access to resources like Kubernetes clusters is a zero-trust/network-access category concern (e.g., Teleport, Boundary), entirely outside this product's scope.

                                                                          • developerUse subnet routers to reach devices outside my local network as if I were on it

                                                                            weight 2 · not comparable
                                                                            Working Copyn/a

                                                                            Working Copy is a Git client for iOS; subnet routing/VPN-style network access to reach remote devices is entirely outside its product category (a wrong axis, not a missing feature).

                                                                              GitHub Mobilen/a

                                                                              Subnet routing/VPN network access is a networking-tool capability entirely unrelated to GitHub Mobile, which is a mobile client for code review, issues, and Copilot tasks; this axis is a category error for this product.

                                                                              • developerAccess and work with files and repositories from other apps' sandboxes on my device

                                                                                weight 2 · not comparable
                                                                                Working Copyfullclaimed8/10

                                                                                Working Copy explicitly integrates with the iOS Files app and other apps' sandboxes: repositories appear in the Files app/document picker for 3rd party apps, external directories/document packages from other apps can be linked, files can be dragged in from email/other apps, and a built-in WebDAV server plus Shortcuts automation enable cross-app file flow. This directly matches accessing/working with files and repos across app sandboxes on-device. Missing for 10: independent hands-on verification of cross-app sandbox access beyond vendor docs.

                                                                                • [claimed-docs] All repositories in Working Copy can be accessed in the Files app and 3rd party applications using the document picker or file browser compo…
                                                                                • [claimed-docs] Drag files from your emails, the Files app or any other supporting app to add to your repositories.
                                                                                • [claimed-docs] When adding repositories you tap Link external directory and pick a folder or Document Package in the Files app.
                                                                                • [claimed-docs] a good way to get files into and out of Working Copy is the built-in WebDAV server.
                                                                                • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                                                                GitHub Mobilen/a

                                                                                This story concerns OS-level file/document interoperability (e.g., file provider extensions, share sheets accessing other apps' sandboxed files) which is not a relevant axis for a GitHub client app that works with remote repositories via API, not local device file sandboxes.

                                                                                • power-userSync my saved hosts and connection settings across all my devices

                                                                                  weight 2 · not comparable
                                                                                  Working Copynone0/10

                                                                                  Working Copy is a single-device iOS git client; the evidence pack contains no mention of any cross-device sync feature (e.g. iCloud sync of hosts/identities/keys) for saved hosts or connection settings across devices, only per-repository git operations, SSH key storage in Secure Enclave, and file access mechanisms.

                                                                                    GitHub Mobilen/a

                                                                                    This story concerns syncing 'saved hosts and connection settings' — a concept relevant to SSH/remote-connection tools, not a GitHub repository/PR mobile client. GitHub Mobile is a code review/collaboration app with no concept of 'hosts' to connect to; this is a category mismatch, not a missing feature.

                                                                                    • ai-native userDo everything through the API that I can do in the UI

                                                                                      weight 2 · not comparable
                                                                                      Working Copypartialprobed3/10

                                                                                      Working Copy exposes automation via the Shortcuts app and a conversational 'Repository Agent' that can browse, search, read/modify files, commit, pull and push, giving some non-UI access to core git actions, but there is no documented REST/OpenAPI surface (probe shows no openapi.json, llms.txt, or machine-readable docs) proving full UI-parity for an AI-native/API consumer. missing for 10: a formal API/SDK spec covering all UI actions, evidence that Shortcuts actions cover every UI feature (branches, tags, submodules, resolve tool, etc.), and independent confirmation of Repository Agent's coverage.

                                                                                      • [claimed-docs] Working Copy supports automation through the Shortcuts app where files and other data can flow between actions.
                                                                                      • [claimed-docs] Repository Agent is an AI assistant that you interact with through conversation. Ask it to browse files, search content, read and modify fil…
                                                                                      • [probe] PROBE llms.txt: HTTP 404 at https://workingcopyapp.com/llms.txt
                                                                                      • [probe] PROBE docs-md: HTTP 404 at https://workingcopyapp.com/manual/.md
                                                                                      • [probe] PROBE openapi: all candidate paths 404 (https://workingcopyapp.com/openapi.json, https://workingcopyapp.com/swagger.json, https://workingcop…
                                                                                      GitHub Mobilen/a

                                                                                      GitHub Mobile is a client app (mobile UI), not the API layer itself; API parity is a question for the GitHub platform/API product, not a mobile client. This is a category-mismatch axis for a mobile app.

                                                                                      • ai-native userRead the product's source under an open license

                                                                                        weight 2 · not comparable
                                                                                        Working Copynone0/10

                                                                                        Working Copy is a closed-source commercial iOS app; no evidence indicates its source code is available under any open license, and no repository or license file is mentioned anywhere in the evidence pack.

                                                                                          GitHub Mobilen/a

                                                                                          GitHub Mobile is a closed proprietary mobile client app; no evidence relates to its source code being open-licensed, and this axis is not a fair question for a mobile companion app's category beyond the vendor's own product openness stance. Treated as not applicable.

                                                                                          • ai-native userSelf-host the core product

                                                                                            weight 3 · not comparable
                                                                                            Working Copyn/a

                                                                                            Working Copy is a proprietary iOS git client app distributed via App Store, not a server/platform that could be self-hosted; self-hosting the 'core product' is a category error for this type of client application.

                                                                                              GitHub Mobilen/a

                                                                                              GitHub Mobile is a client app for accessing GitHub's hosted service; self-hosting the core product is a category error for a mobile app axis, not something a buyer would evaluate here.

                                                                                              • ai-native userChoose where my data is stored (region/residency)

                                                                                                weight 2 · not comparable
                                                                                                Working Copyn/a

                                                                                                Working Copy is a local iOS Git client where users choose their own Git remote/server (GitHub, GitLab, self-hosted, etc.); it does not offer a managed data-residency/region selection feature of its own, making this a category error for a client app rather than a hosted service.

                                                                                                  GitHub Mobilenone0/10

                                                                                                  No evidence in the pack addresses data residency or region selection for GitHub Mobile or GitHub's backend storage; the mobile app docs and community feedback focus entirely on app features/bugs, not data location controls.

                                                                                                  • ai-native userGet AI-generated commit message suggestions based on my staged changes

                                                                                                    weight 2 · not comparable
                                                                                                    Working Copyfullclaimed8/10

                                                                                                    Working Copy's docs explicitly state it can suggest commit messages using AI based on staged diffs, sent to OpenAI, directly matching the story. Missing for 10: independent/hands-on corroboration of this specific AI commit-message feature and details on accuracy/configuration options.

                                                                                                    • [claimed-docs] includes the ability to suggest messages using artificial intelligence. These AI suggestions require sending staged differences to OpenAI
                                                                                                    GitHub Mobilen/a

                                                                                                    GitHub Mobile has no support for staging/committing changes locally (no git working tree operations); it focuses on PR review, issues, Copilot cloud agent tasks, and code browsing, not local commit workflows where a commit message would be generated from staged diffs.

                                                                                                    • ai-native userDescribe what I want in plain language and have the tool generate the corresponding shell command

                                                                                                      weight 2 · not comparable
                                                                                                      Working Copyn/a

                                                                                                      Working Copy is a mobile Git GUI client with no shell/command-line interface; the natural-language-to-shell-command axis is a category error for this product. Its Repository Agent performs actions directly via conversation rather than generating shell commands.

                                                                                                        GitHub Mobilen/a

                                                                                                        GitHub Mobile is a mobile client for repo/PR/issue management and Copilot chat; generating shell commands from natural language is a CLI/terminal-assistant capability outside this product's category and interface.

                                                                                                        • developerStore credentials once in a secure vault and reference them from multiple hosts

                                                                                                          weight 2 · not comparable
                                                                                                          Working Copypartialclaimed5/10

                                                                                                          Working Copy supports secure credential storage via Identities (SSH keys stored in the Secure Enclave, protected by Face ID/Touch ID, and can be imported/generated) and supports connecting to many host types (GitHub Enterprise, GitLab, Gitea, BitBucket, etc.), implying credentials could be reused. However, there is no explicit documentation confirming one Identity/credential can be attached to and reused across multiple different repositories or hosts simultaneously, nor any independent verification of this workflow. Missing for 10: explicit multi-host credential reuse documentation, independent/hands-on confirmation of cross-host credential sharing.

                                                                                                          • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                                                          • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                                                          • [claimed-docs] Working Copy supports private instances of GitHub Enterprise, GitLab and Gitea.
                                                                                                          GitHub Mobilen/a

                                                                                                          GitHub Mobile is a mobile client app for GitHub, not a credential/secrets management vault product; storing credentials once and referencing them across hosts is a secrets-manager/CLI-config axis that doesn't apply to this product category.

                                                                                                          • power-userStore my SSH keys in a hardware-backed secure enclave protected by biometrics

                                                                                                            weight 2 · not comparable
                                                                                                            Working Copyfullclaimed8/10

                                                                                                            Working Copy's documentation explicitly states SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID, directly matching the story's hardware-backed, biometric-protected key storage requirement. Missing for 10: independent/hands-on corroboration of this specific feature beyond first-party docs.

                                                                                                            • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                                                            • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                                                            GitHub Mobilen/a

                                                                                                            GitHub Mobile is a mobile client for reviewing/managing repos and issues; it has no SSH key management or hardware-backed key storage feature—this is a category mismatch, not a missing feature of the app's intended scope.

                                                                                                            • developerEdit files with a terminal-based editor and run syntax/lint checkers inside the app

                                                                                                              weight 2 · not comparable
                                                                                                              Working Copynone0/10

                                                                                                              Working Copy is a Git client for iOS with syntax-highlighted file viewing and editing, but there is no evidence of a terminal-based editor or any integrated syntax/lint checker execution inside the app — no shell, no linting tools, no build/check runner mentioned anywhere in the docs.

                                                                                                                GitHub Mobilen/a

                                                                                                                GitHub Mobile is a mobile app for browsing/reviewing repos, issues, and PRs; it has no terminal/SSH access or embedded code editor with lint/syntax checking, making this axis a category error for this product type.

                                                                                                                • developerInstall additional pure-Python packages using pip directly on my device

                                                                                                                  weight 2 · not comparable
                                                                                                                  Working Copyn/a

                                                                                                                  Working Copy is a Git client for iOS with no terminal, shell, or Python runtime — installing pip packages is entirely outside its product category (a git/file-management app, not a code execution or package management environment).

                                                                                                                    GitHub Mobilen/a

                                                                                                                    GitHub Mobile is a companion app for reviewing/managing repos and PRs, not a terminal or execution environment; installing pip packages is outside its category entirely.

                                                                                                                    • power-userGroup multiple terminal sessions together and broadcast the same command to all of them

                                                                                                                      weight 2 · not comparable
                                                                                                                      Working Copyn/a

                                                                                                                      Working Copy is a Git client for iOS, not a terminal/SSH multiplexer; grouping terminal sessions and broadcasting commands is outside its product category entirely.

                                                                                                                        GitHub Mobilen/a

                                                                                                                        GitHub Mobile is a mobile app for code review/collaboration, not a terminal/SSH tool; grouping terminal sessions and broadcasting commands is a category error for this product type.

                                                                                                                        • developerTransfer files to and from remote hosts via scp and sftp using my configured keys

                                                                                                                          weight 2 · not comparable
                                                                                                                          Working Copyn/a

                                                                                                                          Working Copy is a Git client for iOS that supports git-over-ssh and SSH keys for authentication, but there is no evidence it offers general scp/sftp file transfer to arbitrary remote hosts — this is a Git-specific tool, not a general SSH file-transfer utility, making the scp/sftp axis a category mismatch.

                                                                                                                            GitHub Mobilen/a

                                                                                                                            GitHub Mobile is a mobile app for reviewing/managing repos and PRs, not a terminal or SSH client; scp/sftp file transfer via configured keys is entirely outside its category.

                                                                                                                            • developerRun local UNIX commands like ls, grep, cat, tar, and curl directly in the app

                                                                                                                              weight 3 · not comparable
                                                                                                                              Working Copynone0/10

                                                                                                                              Working Copy is a git client for iOS with file browsing, syntax highlighting, and Shortcuts automation, but there is no evidence of a terminal or shell environment allowing execution of UNIX commands like ls, grep, cat, tar, or curl.

                                                                                                                                GitHub Mobilen/a

                                                                                                                                GitHub Mobile is a mobile client for reviewing/managing repos, PRs, and Copilot tasks; it has no terminal or shell environment, so running local UNIX commands is a category error for this product type.

                                                                                                                                • power-userOpen multiple terminal sessions, each with its own context, appearance, and history

                                                                                                                                  weight 3 · not comparable
                                                                                                                                  Working Copyn/a

                                                                                                                                  Working Copy is a git client for iOS with no terminal/SSH-session feature; the story's axis of multiple terminal sessions with distinct context/appearance/history is a category error for this product type, which manages git repos rather than shell sessions.

                                                                                                                                    GitHub Mobilen/a

                                                                                                                                    GitHub Mobile is a mobile companion app for code review/PR management, not a terminal or SSH tool; the story's concept of multiple terminal sessions with distinct context/appearance/history is a category error for this product type.

                                                                                                                                    • power-userKeep my terminal session alive across network changes and device sleep

                                                                                                                                      weight 3 · not comparable
                                                                                                                                      Working Copyn/a

                                                                                                                                      Working Copy is a Git client for iOS; it has no interactive terminal/SSH session feature to keep alive across network changes or sleep — this is a category error for this product type.

                                                                                                                                        GitHub Mobilen/a

                                                                                                                                        GitHub Mobile is a code review/management app, not a terminal or SSH client; persistent terminal sessions across network changes/sleep is a wrong-axis question for this product category.

                                                                                                                                        • developerConnect to remote servers using SSH with Ed25519, ECDSA, or RSA keys

                                                                                                                                          weight 3 · not comparable
                                                                                                                                          Working Copypartialclaimed5/10

                                                                                                                                          Docs confirm SSH remote support and private-key based Identities (importable or generated, storable in Secure Enclave), but no evidence specifies which key algorithms (Ed25519, ECDSA, RSA) are supported. Missing for 10: explicit documentation of supported key types/algorithms, independent confirmation of SSH auth working with each key type.

                                                                                                                                          • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                                                                                                                                          • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                                                                                          • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                                                                                          GitHub Mobilen/a

                                                                                                                                          GitHub Mobile is a mobile app for browsing repos, reviews, and Copilot tasks; SSH terminal connectivity with cryptographic keys is entirely outside its category (no terminal/SSH feature is claimed or evidenced).

                                                                                                                                          • power-userGenerate SSH key pairs for password-less access to my servers

                                                                                                                                            weight 2 · not comparable
                                                                                                                                            Working Copyfullclaimed7/10

                                                                                                                                            Working Copy's docs state you attach a private key to an Identity which can be 'imported or generated inside the app,' and that SSH keys can be stored in the Secure Enclave protected by Face ID/Touch ID, directly enabling password-less SSH access to git servers. Missing for 10: independent/hands-on confirmation of the keygen flow and details on supported key types/algorithms.

                                                                                                                                            • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                                                                                            • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                                                                                            • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                                                                                                                                            GitHub Mobilen/a

                                                                                                                                            GitHub Mobile is a mobile companion app for code review/notifications, not a terminal or SSH client; generating SSH key pairs for server access is outside its product category (wrong axis).

                                                                                                                                            • power-userConnect to a saved host with one tap without re-entering credentials

                                                                                                                                              weight 2 · not comparable
                                                                                                                                              Working Copypartialclaimed5/10

                                                                                                                                              Working Copy stores SSH identities/keys (optionally in Secure Enclave protected by Face ID/Touch ID) attached to a repository, which implies reconnecting to a saved remote doesn't require re-entering credentials, but this is git-remote SSH, not an interactive terminal session, and there's no explicit documentation of a one-tap 'connect to saved host' action or session reuse UI. Missing for 10: explicit one-tap host connection flow, interactive terminal/shell access evidence, and independent confirmation of credential-free reconnect behavior.

                                                                                                                                              • [claimed-docs] SSH keys can reside on the Secure Enclave protected by Face ID or Touch ID.
                                                                                                                                              • [claimed-docs] You attach a private key to your Identity which can be imported or generated inside the app.
                                                                                                                                              • [claimed-docs] Working Copy supports https, ssh, git, and http protocols
                                                                                                                                              GitHub Mobilen/a

                                                                                                                                              This story concerns SSH terminal host connections, which is entirely outside GitHub Mobile's category as a code review/PR/issue management app — it has no terminal-SSH functionality mentioned anywhere in evidence.

                                                                                                                                              • power-userCustomize the font, colors, and cursor appearance of my terminal and persist the settings

                                                                                                                                                weight 2 · not comparable
                                                                                                                                                Working Copyn/a

                                                                                                                                                Working Copy is a mobile Git client with a file/diff viewer, not a terminal emulator; there is no terminal interface to customize font, colors, or cursor appearance. This axis is a category error for this product type.

                                                                                                                                                  GitHub Mobilen/a

                                                                                                                                                  GitHub Mobile is a mobile app for reviewing/managing repos, not a terminal emulator; terminal font/color/cursor customization is a category error for this product type.