GitMurf

303 posts

GitMurf

GitMurf

@GitMurf

I love to code and raise my kids :) Edmonds, WA!

Edmonds, WA Katılım Mayıs 2021
160 Takip Edilen32 Takipçiler
Sabitlenmiş Tweet
GitMurf
GitMurf@GitMurf·
I am new to Twitter (x) but want to start building in public to help build out my Software Engineering portfolio. I have no clue what I am doing on X but am going to just start and see what happens!
English
6
0
3
465
GitMurf
GitMurf@GitMurf·
@dkundel @embirico @ajambrosino Also, this comment should hopefully help identify the issue as it is pretty weird how apply_patch seems to work with any files in root of a project repo, but subdirs seems to be the problem (e.g., `src/*`). #issuecomment-4092741086" target="_blank" rel="nofollow noopener">github.com/openai/codex/i…
English
0
0
0
18
dominik kundel
dominik kundel@dkundel·
@GitMurf @embirico @ajambrosino Flagged it internally. How is the Codex falling back to using powershell blocking you from using the app? There are hacky workarounds in the meantime but trying to understand how it's blocking you
English
2
0
1
26
GitMurf
GitMurf@GitMurf·
@dkundel have you gotten reports of subagents on Windows Codex App having issues with the apply_patch tool? Could this be a regression of the fix a couple updates ago for the main agent apply_patch issues on Windows?
GitMurf tweet media
English
3
0
0
42
GitMurf
GitMurf@GitMurf·
@dkundel @embirico @ajambrosino And since Codex CLI I can rollback, it doesn't make sense to use Codex App until it is resolved (or a way to make Codex App rollback as well)... so I will use `0.113` Codex CLI until then. Does that make sense @dkundel?
English
0
0
0
17
GitMurf
GitMurf@GitMurf·
@dkundel @embirico @ajambrosino Mainly it takes up a ton more context to update full file each time and then creates issues with proper formatting sometimes etc. and additionally it takes a while to figure it out so in new threads or subagents it keeps trying it for a while until it decides to fallback.
English
1
0
0
15
GitMurf
GitMurf@GitMurf·
@dkundel @dkundel I have confirmed with other users that similar to me, I can roll back to 0.113 to resolve for Codex CLI but the Codex App evidently does not leverage the same rolled back version so I cannot use Codex App until this is resolved. cc @embirico @ajambrosino
GitMurf tweet media
English
1
0
0
32
GitMurf
GitMurf@GitMurf·
@dkundel it is not just a subagent issue. It appears it has to do with apply_patch edits to files that are not in the root of the project. I have to resort to just using shell tool to fully re-write files for all edits.
English
1
0
0
23
GitMurf
GitMurf@GitMurf·
@jessfraz I agree. Also GitHub Copilot team does not get enough credit for what they are doing with Copilot SDK which is similar to the Codex model of code re-use.
English
0
0
0
148
Jessie Frazelle
Jessie Frazelle@jessfraz·
I don’t give a lot of compliments but the way Codex cli & app is designed so it reuses code (that anyone else can reuse as well) is really quite elegant. Elegant in a way that it could only be the result of an experienced & thoughtful team. Which is rare at their speed & scale.
English
15
10
218
22.4K
GitMurf
GitMurf@GitMurf·
@dillon_mulroy This is technically the same tab completion that is now in vscode. Still some quirks in the neovim implementation but it gives me enough to satisfy so I can stay in nvim.
English
0
0
0
16
GitMurf
GitMurf@GitMurf·
@dillon_mulroy copilot.lua added NES (tab completion)… it isn’t perfect but it’s better than original launch a few months ago. It comes from the official gh copilot lsp server. #nes-next-edit-suggestion" target="_blank" rel="nofollow noopener">github.com/zbirenbaum/cop…
English
1
0
0
153
Dillon Mulroy
Dillon Mulroy@dillon_mulroy·
i think i’m back to wanting a really good tab model - any progress here outside of cursor (i don’t have access to supermaven) and for nvim?
English
50
3
299
66.4K
GitMurf
GitMurf@GitMurf·
I found several GitHub Issues and this specific comment seems to believe it is a regression in 0.114: #issuecomment-4069872023" target="_blank" rel="nofollow noopener">github.com/openai/codex/i…
English
0
0
0
21
GitMurf
GitMurf@GitMurf·
Subagents are consistently failing with this same issue/error when trying to write / edit files on Windows.
English
0
0
0
8
GitMurf
GitMurf@GitMurf·
@ryancarson It feels like my Neovim config… it’s fun for a while to tinker and improve, but after a while it gets exhausting and I just want to get work done! Have you noticed similar @ryancarson ?
English
0
0
0
143
Ryan Carson
Ryan Carson@ryancarson·
Your homework for today ... Spend 8 hours completely optimizing your code factory and all of your agentic harnessing. It's tedious and frustrating, but it's worth it. I spent all of yesterday cleaning out automations, getting agent browser testing refined, culling skills and helper scripts. Really fine-tuned my code factory, and wow, it is worth it.
English
55
11
298
16.8K
Aryan
Aryan@justbyte_·
If you have $20, which one do you choose??
Aryan tweet media
English
358
8
660
95.6K
GitMurf
GitMurf@GitMurf·
@ah20im Better windows support. Always feels like Windows is an after thought, which I understand as it is the case for many applications / tools (especially dev tools). I understand most devs these days are using macOS so getting true windows users and support internally would be nice!
English
1
0
0
134
Ahmed
Ahmed@ah20im·
What would you like to see in Codex?
English
252
1
160
27.6K
GitMurf
GitMurf@GitMurf·
@thsottiaux Windows quirks, often related to PowerShell intricacies and Sandbox stuff. See here for example: x.com/gitmurf/status…
GitMurf@GitMurf

I’ve played all weekend with Codex prefix “rules” to figure out a good way around this but think there is a bug in way the prefix rules are working for Windows users using PowerShell. I commented on this gh issue to explain: #issuecomment-4064805454" target="_blank" rel="nofollow noopener">github.com/openai/codex/i…

English
0
0
0
172
Tibo
Tibo@thsottiaux·
What are we consistently getting wrong with codex that you wish we would improve / fix?
English
1.2K
14
872
141K
GitMurf
GitMurf@GitMurf·
@dkundel any advice on Codex Windows Sandbox being able to access npm / pnpm global libs like agent-browser etc.? I have to have Codex run commands with elevated permission which then triggers needing to constantly approve commands. Thanks!
English
4
0
0
67
GitMurf
GitMurf@GitMurf·
@derrickcchoi @dkundel @ajambrosino @thsottiaux @embirico I’m not a “Twitter guy” so not sure the best way to communicate or get the attention, so I apologize if @ mention tagging folks is frowned upon! I just want to help get this resolved for us second-class citizen Windows users ;)
English
1
0
1
43
GitMurf
GitMurf@GitMurf·
@swader @reach_vb @dkundel Do you happen to be on Windows? This sounds similar to restrictions I get due to the Codex sandboxing for Windows (which can be worked around by Codex requesting approval for elevated run outside sandbox inside regular Codex threads).
English
1
0
0
37
GitMurf
GitMurf@GitMurf·
@derrickcchoi @dkundel @ajambrosino @thsottiaux @embirico Happy to test/engage however I can to help. Just let me know or can communicate via the gh issue. For me this is the final hurdle to fully convert/commit to Codex (via Codex App) as my daily drive on Windows. The only good OOTB sandbox solution on Windows right now!
English
0
0
0
54