https://linen.dev logo
Join Slack
Powered by
# ideas
  • t

    Tyler Laprade

    05/20/2025, 3:49 PM
    It would be neat if I could tag Diamond in a comment to ask her to explain something in the PR or even to suggest a code fix.
    p
    c
    • 3
    • 2
  • b

    Bill Reed

    05/20/2025, 8:29 PM
    The
    gt log
    UI displays stacks with the latest PRs on the top. The
    gt restack
    command displays them with the latest PRs on the bottom. It'd be really nice if the restack command followed the log commands style of display.
    p
    • 2
    • 1
  • t

    Tyler Nieman

    05/21/2025, 11:13 PM
    Request: add
    Merge when ready
    activity in the activity log. Why: p sure my coworker clicked it in one of my PRs and i just wanted to be able to know who clicked it.
    ➕ 1
    p
    • 2
    • 1
  • t

    Tyler Nieman

    05/22/2025, 5:30 AM
    would be nice if i could provide a branch name to the
    gt log
    , eg
    gt log short --stack BRANCH-NAME
    p
    • 2
    • 2
  • b

    Bilal Quadri

    05/23/2025, 12:45 AM
    Does Diamond review PR descriptions as well? For example, if I wanted a rule that said no new dependencies can be added to package.json without a justification in the PR description, would that work?
    p
    • 2
    • 1
  • b

    Bilal Quadri

    05/23/2025, 12:46 AM
    We use both Diamond and Github’s Copilot reviewer. One issue we run into right now is that there’s no way to request a review from Copilot from the Graphite UI. You have to jump to Github to do it.
    p
    • 2
    • 2
  • v

    Vlad Ivanov

    05/23/2025, 1:14 PM
    feature request: ability to set font to monospace in code review textbox. lots of code goes in there, might as well use monospace by default.
    p
    • 2
    • 1
  • a

    Anton

    05/23/2025, 2:02 PM
    Feature Idea: I regularly use my iPhone to review Graphite stacks (in browser). There are several things that would make this flow work way better for me. • Marking a file as “Viewed” requires two clicks. First the meatball menu then the “Viewed” item. I think the best way to solve this would be to add a button at the bottom of a file diff to mark the file as viewed. • If the optimal solution won’t fly then at least this should be fixed: Tapping “Viewed” doesn’t close the menu. • The tap target for the meatball menu is too small. • There seems to be no way to add a comment to multiple files (probably not an easy solve) • The tap target for different PRs in a stack is too small.
    p
    • 2
    • 1
  • b

    Bailey Berro

    06/09/2025, 2:05 PM
    Two gripes about the notification system: 1. I wish the notification lines included the name or number of the PR. It would be helpful when triaging notifications to be able to at a glance know which PRs a notification is referring too. (“… a thread” is much less useful than “… a thread on #614 Deprecate unused routes”) 2. I often have to toggle back and forth between read/unread to find recent notifications. This may be a result of having the Slack integration turned on? Regardless, it’s non-obvious why a notification would be in one tab or the other. If I get a Slack notification, I want to be able to come to notifications in Graphite and have some level of certainty where i’m going to find recent notifications. What makes a notification “Read?”
    p
    • 2
    • 1
  • f

    Federico Taladriz

    06/09/2025, 3:23 PM
    Why is not posible to fetch a branch with a closed PR? I think that is a common situation, where I want to continue working on an old feature that was discarded in some moment.
    p
    • 2
    • 1
  • a

    Anton Kovalyov

    06/12/2025, 5:24 PM
    we really like diamond, it'd be nice if it could run before
    gt submit
    p
    • 2
    • 1
  • t

    Tyler Nieman

    06/12/2025, 11:32 PM
    pain / want: • better merging upper -into-> lower parts of stack • particularly when the upper parts already have PRs • particularly via graphite web shortcomings today: • graphite web: cannot merge into anything other than trunk • ⤴️ if you work around this by pressing merge in github,
    gt
    will get confused and you'll have to manually
    gt move
    +
    gt track
    +
    gt delete
    as neither
    get
    nor
    sync
    seem to resolve it (at least without some flags i don't know of)
    ➕ 4
    p
    • 2
    • 1
  • j

    James Cape

    06/13/2025, 2:14 PM
    For the CLI, it would be nice if the auth token were stored in a separate file from the user config. I use a
    dotfiles
    repo with
    stow
    to pull my configs with me, but I can't use it with graphite unless I want to store that secret in a repo.
  • e

    Edgar Marca

    06/13/2025, 6:32 PM
    It would be great to have an option to render the markdown files so they will be easier to review.
    p
    • 2
    • 1
  • m

    Manuel Werlberger

    06/14/2025, 6:58 PM
    Links to source code with github links (referring e.g. a range of lines) in the description or comments would be nice to render to code like in the Github review page.
    👍 1
  • c

    Chris Austin

    06/17/2025, 6:48 PM
    My biggest pain point is the comment that's added when Graphite auto-merges the pull request. The problem is that it tags me, which means I get a notification in slack. Could this be adjusted to not include the tag, or to disable the comment completely? e.g.
    Copy code
    @chrisxaustin merged this pull request with Graphite.
    p
    • 2
    • 2
  • s

    Sargun Vohra

    06/17/2025, 10:52 PM
    I may have already requested this a long time ago (back in the very early days of the review dashboard) but it'd be really nice to be able to create multiple views (tabs?) on the PR Inbox. Right now, it just mixes up all of my personal and work PRs into a single view, and I don't want to manually select repos twice / day.
    p
    • 2
    • 1
  • m

    Manuel Werlberger

    06/18/2025, 11:07 AM
    In addition to the request ^. Two things that would be really nice for the PR Inbox: • have a search query / field. Currently you can add filters to add a new section. But sometimes I just want to quickly look at "all PRs from my friend X" • Also, in the list of PRs, a collapse stacks would be amazing. Currently, when someone posts a huge stack, its completely polluting the whole view. If I could collapse it to only view stacks that would be fantastic
    p
    • 2
    • 2
  • k

    Konrad Komorowski

    06/18/2025, 4:32 PM
    Idea: leave hints for AI reviewer to always check for something specific in a file Sometimes there is a gotcha that's hard to enforce with a linter / type checker. I would love the AI reviewer to always look out for it when seeing changes to a file. Example that came up just now:
    Copy code
    # <!--- AI reviewer ---!>
    #
    # Do not use global view fixtures in this file, because they don't share the database
    # session with the service. Instead use `write_path_views` fixture.
    CC @Alyssa Baum
    p
    • 2
    • 3
  • s

    Sargun Vohra

    06/21/2025, 7:52 PM
    Has anyone here gotten the Graphite CLI to work well with a fork based workflow? Where all my feature branches are on a remote under my (sargunv) github profile, but I submit PRs to a different (upstream) remote. I’m looking to do this because: • I often contribute to open source projects where I can’t create branches on the upstream repo • I often contribute to open source projects where the upstream repo is in an Organization, and therefore requires a Graphite subscription or trial, even if it’s open source (so I have reached out to support to get them a free subscription, but really shouldn’t need to do that) • Some orgs (both private and public) may have a policy requiring all feature branches live on the contributor’s fork I think the Graphite CLI would need to: •
    gt sync
    should additionally merge the upstream
    main
    into my fork’s
    main
    •
    gt submit
    should push the branch to my remote (say,
    origin
    ), while filing the PR against the upstream remote (say,
    upstream
    ) • all other commands would generally work the same? Last I tried, Graphite didn’t work with this workflow, but maybe I did something wrong
    j
    • 2
    • 4
  • e

    Edwin Stanley

    06/23/2025, 6:44 PM
    I have been using more AI tools in my dev workflow lately - Claude code and Claude Squad (a terminal app to let you use multiple agents in parallel in one repo). • So far, it works decently with git & github but I would love it to work with graphite & stacks. I am currently in the middle of trying to generate a graphite cheat sheet for the Agent to reference in my prompts, but haven’t fully tested it out yet. Does anyone have good tips for getting these AI agents to use graphite effectively?
    m
    t
    b
    • 4
    • 6
  • t

    Tyler Nieman

    06/23/2025, 6:49 PM
    i'd LOVE if Graphite web diffs showed deprecated code as
    strikethrough
    (and provided the reason)
    s
    p
    • 3
    • 6
  • t

    Tyler Nieman

    06/23/2025, 9:35 PM
    i want to highlight/sort/_something_ the PRs created by me to the top (without making a section just for me) in Graphite dashboards.
    👀 1
  • b

    Bhav Bhela

    06/26/2025, 8:48 PM
    Add option to hide rebase commits in compare versions view
    👀 2
    p
    • 2
    • 4
  • b

    Bailey Berro

    06/27/2025, 3:38 PM
    i’d love to be able to open a file in github from the 3-dot menu in a file name. When I’m chatting with someone about their PR, it’s useful to be able to send a permalink to a different part of the file and right now that involves: 1. Copy Link to GitHub (whole PR) 2. Opening the PR 3. Finding the same file in GitHub 4. clicking 3 dot > view file 5. Finding the line and sending a permalink (or referencing the permalink in my Graphite comment) Instead, this should be: 1. 3dot menu on the file -> view file in GitHub 2. Finding the line and sending a permalink (or referencing the permalink in my Graphite comment)
    ➕ 2
    p
    • 2
    • 1
  • c

    Chris Austin

    06/27/2025, 5:15 PM
    When creating a PR via the graphite cli, the preview page in the browser does not display the files and diffs included in the change. This has led to people creating a few PRs that had changes that they did not intend to include. Could this interface change to look more like the review page?
    p
    • 2
    • 1
  • e

    Eric Simon

    06/30/2025, 3:23 PM
    Does Graphite have an MCP server? I have started using Claude Code and it would be really nice to have Claude code integrate with Graphite.
    p
    • 2
    • 1
  • d

    Dan Rumney

    07/01/2025, 2:38 PM
    Are there any plans for integration with Github as a Task Tracker?
    p
    • 2
    • 1
  • m

    Mark Liwanag

    07/02/2025, 3:05 AM
    I think it would awesome to be able to select a file's version in the code diff cards.
    p
    • 2
    • 2
  • t

    Tyler Nieman

    07/02/2025, 9:56 PM
    the
    CMD K
    is always slow for me, would be nice if it let me jump directly to a PR if i know it's #
    ➕ 1
    p
    • 2
    • 2