Skip to content

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

    • About
    • DEV Tools
  • ai

    disable-model-invocation | Control when your coding agent auto-invokes a skill

    Published by

    Rajeev Pentyala

    on

    June 29, 2026

    New to Skills? Read my earlier post first: What are Agent Skills? Learn with a real example. Add disable-model-invocation: true to the YAML frontmatter of your SKILL.md  to prevent the AI coding agent (Claude Code, GitHub Copilot CLI, etc.) from triggering the Skill automatically. The agent still loads the skill and knows it exists. It…

    Continue reading →: disable-model-invocation | Control when your coding agent auto-invokes a skill
  • ai, GitHub Copilot

    ‘Graphify’ Quick Start | Reduce Token Usage in Coding Agents

    Published by

    Rajeev Pentyala

    on

    June 28, 2026

    Coding agents like GitHub Copilot CLI, Claude Code, and Cursor spend a lot of tokens just reading your code repository before they can answer. Graphify turns your project into a small knowledge graph the agent can query, so it stops grepping through files for every question. This post walks through…

    Continue reading →: ‘Graphify’ Quick Start | Reduce Token Usage in Coding Agents
  • PowerApps

    Build a Power Apps MCP App for Microsoft 365 Copilot

    Published by

    Rajeev Pentyala

    on

    June 23, 2026

    In this post we build a small MCP App on a Power Apps model-driven app (MDA). The app exposes one custom tool that generates a 5-color palette, with an HTML widget that shows the colors as swatches inside Microsoft 365 Copilot chat. Why App MCP? Say we want to interact…

    Continue reading →: Build a Power Apps MCP App for Microsoft 365 Copilot
  • Power BI

    Fabric App | Rayfin CLI | Create a Power BI Report

    Published by

    Rajeev Pentyala

    on

    June 21, 2026

    In my previous article : Build your first Fabric App using Rayfin CLI we learned how to create a Fabric App using Rayfin CLI After completing the steps in that article, the following components are created in Fabric: In this article, I’ll show you how to create a Power BI…

    Continue reading →: Fabric App | Rayfin CLI | Create a Power BI Report
  • ai

    MCP vs MCP Server: What’s the Difference?

    Published by

    Rajeev Pentyala

    on

    June 18, 2026

    I have been getting questions and seeing genuine confusion around the terms MCP and MCP Server. The two terms sound similar, are used interchangeably in many conversations, and one assumption keeps surfacing: “MCP Server is where I host my MCP.” That confusion is understandable. After publishing the earlier walkthrough, Step by Step: Host and…

    Continue reading →: MCP vs MCP Server: What’s the Difference?
  • Code Apps

    Power Apps Code App | Environment Config Mismatch Error

    Published by

    Rajeev Pentyala

    on

    June 18, 2026

    if you are new to Power Apps Code Apps, refer to article: Building Code App While pushing the code app using pac code push , you might encounter the following error: Error: The environment config does not match the current environment. Reason and Fix: This issue can occur when the…

    Continue reading →: Power Apps Code App | Environment Config Mismatch Error
  • ai

    Discover and Install Agent Skills with skills.sh

    Published by

    Rajeev Pentyala

    on

    June 16, 2026

    In a previous post I’ve explained, what Agent Skills are and showed an example . Did you know that skills.sh is an open directory of Agent Skills maintained by Vercel Labs, where you can discover and install skills for your AI agent? Install a Skill Let’s say you’re building a React app…

    Continue reading →: Discover and Install Agent Skills with skills.sh
  • CRM, GitHub Copilot

    GitHub Copilot CLI | YOLO Mode

    Published by

    Rajeev Pentyala

    on

    June 16, 2026

    Did you know GitHub Copilot CLI has a YOLO (You Only Live Once) mode? By default, Copilot pauses and asks for approval every time it wants to run a tool that could modify or execute files. With –yolo flag (also available as –allow-all) Copilot run freely without those permission requests. Try It Out…

    Continue reading →: GitHub Copilot CLI | YOLO Mode
  • ai

    VS Code Chat | Bring in OpenRouter Models (BYOK)

    Published by

    Rajeev Pentyala

    on

    June 16, 2026

    Did you know you can bring your own LLM into VS Code Chat? With the Bring Your Own Key (BYOK) feature, you are no longer limited to the default models in the Chat view – you can plug in providers like OpenRouter, Ollama, Anthropic, Google, and more using just an API key. In this post, I…

    Continue reading →: VS Code Chat | Bring in OpenRouter Models (BYOK)
  • ai, CRM

    Quick Tip | “Chat” Option in the VSCode Terminal

    Published by

    Rajeev Pentyala

    on

    June 16, 2026

    Did you know that the Visual Studio Code terminal has a built-in Chat option? Whats the command to build a dotnet project in release mode? 🙂

    Continue reading →: Quick Tip | “Chat” Option in the VSCode Terminal
Previous Page Next Page
Visitors

2,203,137 hits

Top Posts
Step by Step | Build your first Fabric App using Rayfin CLIStep by Step | Build your first Fabric App using Rayfin CLIJune 12, 2026Rajeev Pentyala
'Graphify' Quick Start | Reduce Token Usage in Coding Agents'Graphify' Quick Start | Reduce Token Usage in Coding AgentsJune 28, 2026Rajeev Pentyala
Step by Step | Power Automate Skills Plugin – Build Cloud Flows from Copilot CLIStep by Step | Power Automate Skills Plugin – Build Cloud Flows from Copilot CLIJuly 10, 2026Rajeev Pentyala

Rajeev Pentyala – Technical Blog on Power Platform, Azure and AI

  • Pinterest
  • Instagram
  • Facebook
  • Mail
    • About
    • DEV Tools

Designed with WordPress

Loading Comments...

    Notifications