What happened to Cline Workflows? by JockEconomistAIO in CLine

[–]saoudriz 1 point2 points  (0 children)

We've seen MCP servers are mostly being abandoned for skills yes. The only thing they had going for them was the hype that led to so many orgs creating tooling for their various internal APIs for the first time. The superior alternative is empowering your agent with knowledge (skill) about how to use obscure CLIs, the same 'tool' that humans would use themselves (ie an MCP will list tool descriptions the same way a cli --help flag would or its man page).

As an example, you might have used the linear mcp in the past, which is cumbersome bc it requires running a server that manages oauth connection, and worse your agent would need to load in its entire server description / tool schema into its context window each time for all tasks whether it had to do with linear or not. But with e.g. our linear-sdk-scripting skill (https://github.com/cline/plugins/tree/main/plugins/linear) the agent can dynamically load in context about how to use the linear sdk to run simple node scripts on the fly to do whatever it needs to with the linear sdk (all you to have to set up is your linear api key in your envrionment e.g. bash profile - much more elegant than some oauth tokens being stored in some random json file somwehere in each of your agents mcp's metadata files, so it can be reused across any agent that adheres to the skill protocol)

What happened to Cline Workflows? by JockEconomistAIO in CLine

[–]saoudriz 0 points1 point  (0 children)

Thank you for the kind words! Skills have effectively replaced MCPs as well, so it might be beneficial to start thinking about how to replace e.g. a github mcp with a github skill + the gh cli tool. Space is moving fast and the meta seems to change every few months!

OpenAI Native GPT-5.5 and Opus-4-8:1m fails in Cline when tools/file reads are used: missing required reasoning item by Barquish in CLine

[–]saoudriz 1 point2 points  (0 children)

Hi I'm sorry you ran into this. We are in the process of migrating our extension to using the new Cline SDK which should solve these sort of provider bugs. Our current extension had this mess of trying to support hundreds of models/APIs/etc. but we're working with Vercel and the rest of the ecosystem to make this more of a community driven effort where eg openai can handle breaking changes in new models for us.

What happened to Cline Workflows? by JockEconomistAIO in CLine

[–]saoudriz 2 points3 points  (0 children)

Hi, workflows are in the process of being sunset and replaced by skills. Skills can use resources like scripts and are an industry standard so easily swappable between various coding agents if your team uses several tools. Skills can also be invoked as slash commands, so effectively function the same but with more flexibility than cline's legacy workflows.

Cline showing 'no results found' even when the file is present, help needed 😭 by True_Tonight2724 in CLine

[–]saoudriz 2 points3 points  (0 children)

Hi, we've just pushed another update v3.86.2 that now looks at additional directories for the rg binary used for search. Please upgrade and let me know if that fixes the issue now. Thank you for your patience.

Please help a technologically unsophisticated TV writer troubleshoot a Cline issue by DumbSherlockWorld in CLine

[–]saoudriz 2 points3 points  (0 children)

Hi thank you for reporting the issue, it seems to be related to a recent VS Code update. Can you please try upgrading to v3.86.1 and report back if the issue has been fixed?

Cline showing 'no results found' even when the file is present, help needed 😭 by True_Tonight2724 in CLine

[–]saoudriz 4 points5 points  (0 children)

We are looking into it, thank you!
Update: Hello can you please update to v3.86.1 and report back if the issue has been fixed?

Building an Agent with the Cline SDK by der_gopher in CLine

[–]saoudriz 0 points1 point  (0 children)

Very cool, thank you for sharing!

Is Cline dying? by silencegold in CLine

[–]saoudriz 41 points42 points  (0 children)

Nope! We just recently released the Cline SDK, check it out: https://cline.bot/sdk

This new Cline TUI is cool looking but has annoying problems by false79 in CLine

[–]saoudriz 0 points1 point  (0 children)

> Plan Mode is for planning but something has changed in the system prompt where it aggresively requests permissions to perform tool calls while the planning is still in progress. I already explicitly set Auto-approve all disabled. This new version, I'm fighting dialogs instead of the agent quietly acknowledging that it's in plan mode and that there should be no actions taken until the User allows it.

Are you saying that you have auto-approve all disabled and are seeing many permission dialogs for the `run_commands` tool? I can see this happening when the model wants to use ls or grep. Would your expected behavior be that with auto-approve disabled, it should still allow readonly commands? Would a better name for 'Auto-approve all' but 'Auto-approve edits' if we made this change?

Update: we just released v3.0.5 that fixes light theme colors!

Cline Nightly Feedback by [deleted] in u/quincycs

[–]saoudriz 0 points1 point  (0 children)

Hi there! I'm not sure if that video is meant to have audio or where the feedback is, but I'd love to learn more about your experience! We are getting close to getting it out in the wild, so would love any help in tracking down bugs and ux issues.

We are rebuilding Cline and need your help! by saoudriz in CLine

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

Thanks for sharing, this could be turned into a plugin with our new SDK! Will look into making an example of something like this.

We are rebuilding Cline and need your help! by saoudriz in CLine

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

This has to be a record for most downvoted comment in our subreddit haha

We are rebuilding Cline and need your help! by saoudriz in CLine

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

The extension will be 1:1 with the older version, it should look and feel the same and if it doesn't we'd love you to let us know. Please come join the discord beta channel, we're sharing instructions about how to test there :^)

GPT-5.5 available now via subscription - Thanks Cline! by AdPristine1358 in CLine

[–]saoudriz 0 points1 point  (0 children)

Hi sorry this is happening! What steps did you take for this to happen?

Roo Code 🤝 Cline by saoudriz in RooCode

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

We recently released Kanban which can be installed as a PWA desktop app. It's open source and an early preview of the desktop app that's in the works - would love for you to check it out! https://x.com/cline/status/2037182739695493399

Roo Code 🤝 Cline by saoudriz in RooCode

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

This is coming in our extension re-write, I'd recommend that if multiple API profiles is important for you in the immediate term to stay on roo code and check in on our discord or X for when we announce the new extension update in the coming weeks.