Conversation
### 🛠 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. ``
przepeck
requested review from
atobiszei and
dtrawins
and
a lite review from Copilot
September 23, 2026 13:08
Contributor
There was a problem hiding this comment.
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
Open (6)
Bind unauthenticated OVMS REST endpoint to localhost · New Use deployed OVMS model IDs in Plan/Act configuration · New Fix broken idle-unload documentation link · New Clarify model-dependent support for reasoning effort · New Correct misspelled demo name in link text · New Add concrete Cline MCP registration and invocation examples · New
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 |
|  | ||
|
|
||
| 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. |
dtrawins
approved these changes
Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🛠 Summary
CVS-193416 Adding cline demo as another integration with OVMS.
🧪 Checklist
🛠 Summary
JIRA/Issue if applicable.
Describe the changes.
🧪 Checklist
``