23 comments

  • roetlich3 hours ago
    Who would have thought that git worktree is the technology of the year 2026?
    • kirtivr2 hours ago
      Yeah, when you had multiple agents working on the same machine, branch isolation was no longer sufficient.<p>A repository folder can only be on one branch at a time.<p>A worktree is basically equivalent to a cp -R + git branch, which allows this new workflow to occur.<p>I loved this particular historical insight as to why `git worktree` was added in 2015:<p>Before worktrees, kernel devs faced a major inconvenience when switching contexts, e.g., stopping feature work to fix an urgent bug on a release branch.<p>Running git stash and switching branches alters timestamps on thousands of files.<p>This forces `make` to perform a full re-compile, which can take up to an hour on large kernels.
    • swe_dima15 minutes ago
      I still don&#x27;t understand how people use git worktrees with Docker. You need a full database and etc. For me it&#x27;s simpler to have multiple checkouts.
    • mrklol2 hours ago
      And the team behind opencode is working on an alternative <a href="https:&#x2F;&#x2F;github.com&#x2F;anomalyco&#x2F;rift" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anomalyco&#x2F;rift</a>
      • thatxliner25 minutes ago
        this looks similar to something I built <a href="https:&#x2F;&#x2F;github.com&#x2F;ThatXliner&#x2F;git-worm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ThatXliner&#x2F;git-worm</a>
      • keeda1 hour ago
        Hah, I have a prototype of the same idea on my backburner! Excited to see this, though I don&#x27;t understand some of their design choices. Will need to check out more closely.
      • mgambati2 hours ago
        Gitbutler still a better option than any worktree like variant
    • mohamedkoubaa50 minutes ago
      I set up multiple work trees in one vscode workspace last year and wrote in the agents.md how to merge branches - but I spend about a third of the time helping agents integrate and merge. I remember wishing the tooling would catch up
    • baq43 minutes ago
      How small are people’s projects if they find worktrees useful? I use them for hobby stuff, but $DAYJOB is a different story because of testing
      • _fat_santa40 minutes ago
        I&#x27;ve toyed around with worktrees but haven&#x27;t found them very useful beyond that. I generally find it much easier to carefully prompt an agent so $TASK1 does not interfere with $TASK2
    • carterschonwald1 hour ago
      i have some fun experiments i&#x27;m doing with full virtualization middle ware of all sys calls for agents tools&#x2F;shell commands&#x2F;io, still far from daily driver, but allows me to do a very rich overlay &#x2F; virtual file system tom foolery in place
    • parisiansam1 hour ago
      I have moved from my own awkward scripts to lazyworktree TUI and I loved it
    • epolanski1 hour ago
      I can barely keep up with one single thread and branch, go figure.
    • john_builds52 minutes ago
      best tool yet!
  • _pdp_20 minutes ago
    It is nice.<p>But!<p>The reason these tools exist is not because of non-professional developers, but quite the opposite.<p>A lot more professionals are now working on more projects simultaneously- something that was not practical just a year ago.<p>Though, while this is nice, considering that all of the action is happening on the same device, I am worried this is going to increase supply chain risks. Before, a developer would work on clearly designated projects for practical reasons. Now, the same developer can work across many projects that are quite different - for example, the marketing site and the backend - and because of an obscure and unimportant component on the marketing site, there can be an impact on backend systems.<p>I wrote more about this here: <a href="https:&#x2F;&#x2F;chatbotkit.com&#x2F;reflections&#x2F;everyone-is-a-vip-now" rel="nofollow">https:&#x2F;&#x2F;chatbotkit.com&#x2F;reflections&#x2F;everyone-is-a-vip-now</a>
    • sebmellen10 minutes ago
      If I&#x27;m interpreting this correctly, GitHub will use their existing actions infrastructure to run versions of the code in isolated worktrees. I think this could be a very beneficial process.<p>What I&#x27;ve done on my end is created a project where I have a remote Linux workstation. I can create multiple worktrees for each repo in that workstation, and then my agent can push PRs to GitHub and use the actions infrastructure to see if the integration tests that it writes for itself are successful without needing to run those integration tests on the local environment. It&#x27;s expensive in terms of runner hours, but the automaticity of it is incredible.
  • sccxy1 hour ago
    Looks good, but after pricing change I have already used 26% this month with very light usage.<p>Last month I used Copilot heavily, much much more than I usually do, but did not manage to use more than 58%.
    • epolanski1 hour ago
      Use less effort and thus tokens.<p>I swear I did few tests and it&#x27;s rare you need more than medium on mundane job work.
  • Lalabadie2 hours ago
    That looks pretty close in shape to the early Ace project Maggie Appleton demonstrated last month.<p>Edit: This short talk – <a href="https:&#x2F;&#x2F;maggieappleton.com&#x2F;zero-alignment" rel="nofollow">https:&#x2F;&#x2F;maggieappleton.com&#x2F;zero-alignment</a>
    • user439281 hour ago
      I was thinking of the Codex app.<p>Particularly the left sidebar and conversation view look near identically structured.
    • CharlieDigital2 hours ago
      I rather like Ace better because the key problem right now is teams <i>not</i> working together and shipping the wrong things. When AI can generate the code, then it feels like product should be bringing the functional vocabulary and grammar while the engineering team provides the technical grammar to build the right thing.<p>This app is just another &quot;let me talk to product, copy their convo, go off and build this in isolation with an agent&quot; which I think is directionally wrong.<p>The &quot;rooms&quot; or &quot;streams&quot; should be multi-player instead of product looking at it at the end saying &quot;no, go fix that&quot; and dev copies text from one source and pastes into another.
  • jaredcwhite30 minutes ago
    It&#x27;s weird. I still remember 2008, when GitHub&#x27;s claim to fame was that it was &quot;the easiest (and prettiest) way to participate in the collaborative development of software.&quot;<p>Now they want to end that collaboration, and turn it into automation. Many C-suite executives right now are smiling bigly. Meanwhile, we&#x27;re leading the exodus. Turns out, we <i>still</i> want the easiest and prettiest way to participate in the collaborative development of software, and GitHub ain&#x27;t it!
  • junto1 hour ago
    As a side note, has anyone else noticed that GitHub have leaked what looks like a sequential customer number on their Billing - Usage page?<p>Go here and you’ll be redirected with a query string including a customer parameter. That looks like trouble.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;settings&#x2F;billing&#x2F;usage" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;settings&#x2F;billing&#x2F;usage</a>
    • free65248 minutes ago
      That information is public https:&#x2F;&#x2F;api.github.com&#x2F;users&#x2F;&lt;username&gt;
      • aranelsurion27 minutes ago
        That&#x27;s not the same number, at least not on my user.
    • lawilli53 minutes ago
      I just see a 404, though I’m not signed in.
  • arusahni2 hours ago
    Oh nice! I guess they&#x27;re back to features after finishing tackling their availability issues [1].<p>[1]: <a href="https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;company-news&#x2F;an-update-on-github-availability&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;company-news&#x2F;an-update-on-...</a>
    • devmor1 hour ago
      I noticed the availability issues dropped off really fast in line with the pricing hike!
  • matthew_hre3 hours ago
    Unrelated to the feature itself, but remember a few months ago when someone posted Github&#x27;s beta feature for stacked PRs, and a ton of people slammed them for releasing a seemingly vibe-coded site? To quote Mitchell Hashimoto, &quot;One of the most requested GitHub features in years and the website looks like it was designed by someone 9 years into a 2 year community college program.&quot;[1]<p>When opening the posted link, my first thought was &quot;imagine if the stacked PRs site had the same amount of effort put into it as the Github Copilot App site&quot;. They clearly have other preview features on this site already, so maybe I&#x27;m just confused on why stacked PRs got some b-grade announcement site. The obvious answer is &quot;copilot&quot;, but I&#x27;m still curious.<p>[1] <a href="https:&#x2F;&#x2F;x.com&#x2F;mitchellh&#x2F;status&#x2F;2043788123008868600" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;mitchellh&#x2F;status&#x2F;2043788123008868600</a>
    • Anon10962 hours ago
      Target market for stacked PRs are ICs who don&#x27;t have much decision making power and let&#x27;s be real do not care too much about the look and feel of a &quot;launch site&quot; for the feature. It&#x27;s also something few if anyone is making a purchasing decision over.<p>Target market for copilot includes people with actual purchasing power and also many new users where this is an actual make or break feature. So this is worth the investment into design while stacked PRs is questionable. I actually question why they bothered with anything more than a blog post at all for stacked PRs (looking at the post it doesn&#x27;t seem like too too much more than a blog post though).
    • infraredshift2 hours ago
      [dead]
  • inerte2 hours ago
    I know it has the same functionality, but it also looks like the Codex app which looks like Cursor Agents! Are they sharing some VS Code primitive here?
  • grim_io2 hours ago
    How is this different than the separate Agents app shipping with VS Code?<p>Other than fewer features.
    • virtualcharles1 hour ago
      I’m wondering the same thing, I’m not sure what the purpose of each is?
    • siva72 hours ago
      what app?
      • virtualcharles1 hour ago
        In VS Code they’ve added Agent View, which acts like a separate app and looks pretty much identical to this.
  • qrush1 hour ago
    More evidence that GitHub is chasing features over stability of their platform.
  • free6521 hour ago
    looks like google antigravity 2.0, a standalone app instead of a vscode plugin.
  • dude25071116 minutes ago
    Let me guess: some ElectronJS crap instead of a native UI?
  • 2001zhaozhao3 hours ago
    It&#x27;s kind of interesting that everyone is going for the desktop app format now.<p>These desktop agentic coding tools are a large UX step up from the CLIs, but I still think the future is going to be remote development as the coding agents start running for hours at a time. Building a desktop app seems short-sighted as it would just lock them out of the remote option completely.
    • dangoor2 hours ago
      You can get to it wherever you want. Copilot CLI is pretty great: <a href="https:&#x2F;&#x2F;github.com&#x2F;features&#x2F;copilot&#x2F;cli" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;features&#x2F;copilot&#x2F;cli</a><p>There&#x27;s support in VS Code and Jetbrains IDEs. You can access your agent sessions on the web.<p>(I work at GitHub, but not on Copilot)
    • 8n4vidtmkvmk2 hours ago
      Doesn&#x27;t lock you out at all. Codex already had a companion app for mobile so you can send prompts to your desktop app while you go about your business. The infrastructure is there. Server might move from your desktop to cloud at some point but not much changes. Still needs somewhere to run.
    • panos_news2 hours ago
      I think their goal is to lock you into their ecosystem instead of using your IDE
      • jollyllama2 hours ago
        They want all your data. A browser doesn&#x27;t get them that as well.
    • wuliwong1 hour ago
      But now is now, and what you are talking about is a future that may or may not exist.
    • hootz2 hours ago
      The desktop app can become a client for their remote cloud agent solution (yuck).
    • dist-epoch2 hours ago
      Codex App can spawn&#x2F;control Codex agents running in the cloud.
  • solomatov2 hours ago
    So, it&#x27;s not open source?
    • Zambyte1 hour ago
      Is that a surprise? When has GitHub been known for Open Source?
      • solomatov55 minutes ago
        Personally, I thought about it as next gen vscode
  • dominotw2 hours ago
    copilot had such a lead when this whole ai coding thing started. what happened?
    • ex-aws-dude1 hour ago
      Too slow on the move to agents<p>Plus the whole naming confused people<p>I still talk to co-workers who think claude code == agents and copilot is just VS autocomplete
    • cute_boi1 hour ago
      Microslop bureaucracy + leadership politics.
  • ChrisArchitect2 hours ago
    Blog post: <a href="https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;product-news&#x2F;github-copilot-app-the-agent-native-desktop-experience&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;product-news&#x2F;github-copilo...</a>
  • sleepybrett2 hours ago
    they should have spent this engineering time on stability.
  • fnord7746 minutes ago
    &quot;This page is slowing down firefox&quot;
  • greatgib1 hour ago
    Here is the kind of crap they are building instead of focusing on stabilizing their core business features.<p>And after they will accuse the growth and all to be responsible for their stability issues...
  • zabil57 minutes ago
    [dead]
  • MAGAtssuck1 hour ago
    [flagged]