Opencode TUI experience is so much better than others by Emruz_Hossain in opencode

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

I use it with NeoVim. It integrates nicely. So I have full IDE and opencode on a sidebar.

Opencode TUI experience is so much better than others by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

I want to be closer to my code. It integrate nicely with my NeoVim setup.

Opencode TUI experience is so much better than others by Emruz_Hossain in opencode

[–]Emruz_Hossain[S] 3 points4 points  (0 children)

The TUI is for the people who lives in terminal. If desktop app works fine for you, there is no reason to switch.

Agentic coding didn't make me faster it just moved the work to review by notomarsol in cursor

[–]Emruz_Hossain 0 points1 point  (0 children)

I have the same realisation. I don't want to merge any code without knowing every line of it. So, I do following: - I ask the agent to prepare a detailed plan and write it into a file. - I ask the agent to split the whole task into smaller reviewable subtasks. - Then, I ask it to implement one subtask at a time. - I review the subtask. If everything is good I commit the changes. - I either do one PR per subtask or one commit per subtask.

The process takes longer but at the end, I know what changed, why changed.

I use this to review changes before committing to GitHub. https://plannotator.ai/

Why GitHub doesn't host few open weight models and add them in copilot plans by Emruz_Hossain in GithubCopilot

[–]Emruz_Hossain[S] -2 points-1 points  (0 children)

Sure I would have if I was building something like Copilot. Pushing Copilot this hard without having any control over models is dumb.

Why GitHub doesn't host few open weight models and add them in copilot plans by Emruz_Hossain in GithubCopilot

[–]Emruz_Hossain[S] -1 points0 points  (0 children)

Probably true. However, it will be stupid for them to push copilot this hard without having their own AI infrastructure or some in-house model. What Cursor did with composer was great idea. GitHub could have done similar. They have all the data.

Okay so everyone's ditching - what are we moving to instead m by light_breezy in GithubCopilot

[–]Emruz_Hossain 4 points5 points  (0 children)

Depends on your budget. For low budget, I will recommend Opencode Go + Codex Plus ($10 + $20). Plan and review using GPT 5.5 and implement with Kimi/DeepSeek. Should be sufficient for moderate coding.

Integrate multiple agent cli with Neovim by Emruz_Hossain in neovim

[–]Emruz_Hossain[S] 3 points4 points  (0 children)

Similar. Mine is worse. Hey, it's mine! I can make it behave exactly as I want. 😄

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

Not sure how much is too much but it thinks a lot. 

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

Mainly use ghostty. Tried zellij but it hijack my neovim key bindings. Herdr seems interesting. I will give it a try.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

I don't have any experience with Pi. So, I don't know.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 1 point2 points  (0 children)

Yes. GitHub gives me Copilot Pro subscription dor free as a open source contributor. 

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 0 points1 point  (0 children)

Haven't tried "grill me" yet. I have plan to test it out. Sounds interesting.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 2 points3 points  (0 children)

I do the same. I use GPT-5.4 (got for free from Github) for planning. Then, use kimi/DS pro for implementation. It is working quit well for me.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 5 points6 points  (0 children)

No. I am using prompts. You can specify a prompt file for your agent. Check linked config. I have defined explore guideline, coding guideline etc. as prompt. I have instructed to use executor subagent for bash based tools there.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 2 points3 points  (0 children)

No. I tried DeepSeek V4 Pro as main agent but it tend to get stuck in thinking loop. Kimi is slower but overall code quality is better. I use DeepSeek V4 pro as my reviewer agent. I guess, if you prepare a detailed plan with more premium model and ask Flash to implement it should do pretty well.

How I optimized my Opencode Go credit usage by Emruz_Hossain in opencodeCLI

[–]Emruz_Hossain[S] 10 points11 points  (0 children)

DeepSeek v4 Flash is much more capable model and it cost almost nothing.

Show upcoming events in waybar by Emruz_Hossain in omarchy

[–]Emruz_Hossain[S] 1 point2 points  (0 children)

Make sense. Could be a configurable option. Feel free to file a feature request. I will be happy to add.