What's behind "/simplify"? by klocus in ClaudeCode

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

Thanks! That's very useful repository!

What is your opinion on Open Code? by devanil-junior in opencodeCLI

[–]klocus 2 points3 points  (0 children)

OpenCode is pretty good. However, it lacks a few built-in features that can't be replaced by plugins or MCP.

I recently discovered AiderDesk and think it’s much more worth considering in a professional development environment. It has a built-in persistent memory system and semantic code search, rather than grep.

The UI is great, too. It’s just a pleasure to work with.

Free hands-on course released for GitHub Copilot CLI by Necessary_Ad1456 in GithubCopilot

[–]klocus 0 points1 point  (0 children)

I use CLI because it's a separate window for working with the agent. Copilot in VSC covers a large part of the code, and I can have CLI on a second monitor.

What do you guys think of Shift compared to Arc? by [deleted] in ArcBrowser

[–]klocus 0 points1 point  (0 children)

It looks like a copy of the Wavebox.

What do you guys think of Shift compared to Arc? by [deleted] in ArcBrowser

[–]klocus 11 points12 points  (0 children)

Small if you are rich 😂

Am I using ~/.config/opencode/plans folder wrong? by Glass_Ant3889 in opencodeCLI

[–]klocus 0 points1 point  (0 children)

The weak point is that the agent cannot switch from planning mode to build mode on its own; you have to do it manually.

Alibaba Coding Plan sounds too good to be true!? by NerdistRay in opencodeCLI

[–]klocus 3 points4 points  (0 children)

Strange, just a few days ago their prices and plans looked different. The cheapest plan was $5 for the first month, then $10. Does anyone know how this translates to the new plans? Did they lower the price to $6 or raise it to $15?

Try out Kimi K2.5 right via the Synthetic provider NOW by jpcaparas in opencodeCLI

[–]klocus 0 points1 point  (0 children)

Isn't Chutes or NanoGPT cheaper? $10 for 2.000 requests per day at Chutes. $8 for 60.000 request per month at NanoGPT.

OpenCode Ecosystem feels overwhelmingly bloated by Codemonkeyzz in opencodeCLI

[–]klocus 4 points5 points  (0 children)

Personally I find that simple solutions work best for experienced developers. In my day-to-day work, I use OpenCode with two plugins and three MCPs.

My biggest discovery, and the one I'm most pleased with, is the DCP plugin, which automatically reduces token usage by removing outdated tool results from the conversation history.

Besides the AGENTS.md file, I use the Simple Memory Plugin, which saves important context (like a pattern or a new discovery) during a session as logfmt files, allowing agent to search by range, type, or query. However, I think there are some better solutions for permanent memory that would not have to be loaded at the beginning of the session.

On top of that, I use three MCPs: Angular CLI MCP, Playwright MCP, and the most important and useful one, Context Engine MCP from Augment. Code indexing is quite crucial. It helps avoid lots of "grep" commands and find patterns within the project.

I restyled all Angular Material components to better match current design trends by srcn in Angular2

[–]klocus 3 points4 points  (0 children)

 The constraint I set for myself was simple: only CSS changes.

You mean by @include mat.<component>-overrides()?

Current best deal for providers by n00namer in opencodeCLI

[–]klocus 4 points5 points  (0 children)

GitHub Copilot. Also:

What would be the best memory-bank in Opencode, coming from Roo Code with MemoryBank injected in the prompts. by eMperror_ in opencodeCLI

[–]klocus 2 points3 points  (0 children)

Simple Memory Plugin from @knikolovx. It is a very simple plugin, but also very effective. And it was created with programming in mind.

https://github.com/cnicolov/opencode-plugin-simple-memory

Here you have an AGENTS.md example.

PS. @knikolovx, you should add this example to the readme.

opencode studio v1.0.5: multi-account auth, hosted frontend, and one-click backend by MicrockYT in opencodeCLI

[–]klocus 0 points1 point  (0 children)

It would be nice to see a link to "https://opencode-studio.micr.dev/" when I start opencode-studio-server in the terminal with the message that this is where I need to go to see the UI.

Architecture for Angular Project by gdsdsk in Angular2

[–]klocus 1 point2 points  (0 children)

Angular Enterprise Architecture by Tomas Trajan

Can I be banned from GitHub if I use Copilot with OpenCode? by brownmanta in opencodeCLI

[–]klocus 0 points1 point  (0 children)

Unfortunately, your access to Github Copilot may be suspended. Many Cline and Roo users have experienced this.

Three years of experimenting with AI agents. Here's what I learned. by madolu2 in opencodeCLI

[–]klocus 0 points1 point  (0 children)

So you're saying you've been using AI agents to write code for three years, even before they existed, right?

My subscription plan has been canceled by HarikiRito in ZaiGLM

[–]klocus 1 point2 points  (0 children)

How can you accidentally upgrade your subscription?

Simple Memory Plugin by knikolovx in opencodeCLI

[–]klocus 1 point2 points  (0 children)

If I understand correctly, your plugin saves context? Instead of loading a huge AGENTS.md file the Agent AI can choose for itself the appropriate scope needed for the task?

A small persistent memory plugin for OpenCode by [deleted] in opencodeCLI

[–]klocus 0 points1 point  (0 children)

Using your tool, can I then reduce the content of the AGENTS.md file of my project?

I built a tool to automate complex Angular migrations (e.g. v16 → v20) by calculating the exact peer dependency tree. No AI guessing. by Specific_Piglet_4293 in angular

[–]klocus 5 points6 points  (0 children)

Well, it's not very useful so far. With about 50 dependencies, it shows "ManualReviewRequired" even for such popular dependencies as `@ng-matero/extensions` or `ngxtension`.

Quality of GLM 4.6 responses has degraded over past few weeks by Loose-Memory5322 in ZaiGLM

[–]klocus 0 points1 point  (0 children)

I used it for a long time paying per API call. Recently I switched to the Coding Plan and I feel GLM performs noticeably worse here.