Skip to content

[cherry-pick] Cline demo (#4557) - #4597

Open
przepeck wants to merge 1 commit into
mainfrom
przepeck/cline_demo_main
Open

przepeck wants to merge 1 commit into
mainfrom
przepeck/cline_demo_main

Conversation

@przepeck

Copy link
Copy Markdown
Collaborator

🛠 Summary

CVS-193416 Adding cline demo as another integration with OVMS.

  • Extension configuration
  • Show MCP usage
  • Show coding and agentic usage
  • Show VLM capabilities

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices. ``

🛠 Summary

JIRA/Issue if applicable.
Describe the changes.

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

### 🛠 Summary

[CVS-193416](https://jira.devtools.intel.com/browse/CVS-193416)
Adding cline demo as another integration with OVMS. 
- Extension configuration
- Show MCP usage
- Show coding and agentic usage
- Show VLM capabilities

### 🧪 Checklist

- [ ] Unit tests added.
- [ ] The documentation updated.
- [ ] Change follows security best practices.
``

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

The unauthenticated OVMS endpoint exposure and documentation issues must be addressed before approval.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 High severity · 1 Medium severity · 4 Low severity

Open (6)
What changed in this PR

Adds a Cline coding-agent integration demo for OVMS, covering deployment, MCP, VLM, and reasoning workflows.

Changes:

  • Adds Cline setup and usage documentation.
  • Registers Cline in demo and integration navigation.
  • Adds configuration and extension screenshots.
File Description
demos/​README.md Adds Cline to the integrations list.
demos/​integrations.md Adds Cline to the documentation navigation.
demos/​cline_integration/​README.md Documents OVMS deployment and Cline integration workflows.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

All models can be deployed with the same command, only `--source_model` parameter should be changed to desired model.
```bat
mkdir c:\models
ovms --model_repository_path c:\models --source_model OpenVINO/Qwen3.8-27B-int8-ov --rest_port 8000
![examplary_configuration](./examplary_configuration.png)

Cline lets Plan mode and Act mode use different models/providers, so you can, for example, use
`Qwen3.6-35B-A3B-int4-ov` for Plan-mode reasoning and switch to `Qwen3.8-27B` (on B70) for Act-mode code changes.
You can set that checking **Use different models for Plan and Act modes**.

Running two large models like these at the same time can exceed available RAM/VRAM, so configure OVMS's
[idle servable management](../../docs/idle_servable_management.md) (preview feature) to keep only the model used by
Comment on lines +106 to +107
completion request. OVMS supports the OpenAI API `reasoning_effort` field natively, so this setting is honored
across all of the suggested models above, regardless of the underlying chat template.

## Coding task

For coding task example check [CodingAgenticWorflow Demo](https://github.com/intel-samples/agentic-demos/tree/main/CodingAgenticWorkflow#setup-ovms-server).
Comment on lines +121 to +122
- **MCP**: any MCP server (weather, filesystem, browser, etc.) becomes available to Cline the same way it is
available to the OpenAI Agents SDK example in the agentic AI demo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants