Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
Hier — 25 avril 2025Flux principal

What does Supports Images, Computer Use, and Prompt Caching mean in the VS code extensions Roo Code and Cline?

24 avril 2025 à 23:00
Roo Code and Cline are popular AI-driven coding extensions for VS Code. Both assistants indicate whether they support Images, Computer Use, and Prompt Caching when selecting a model. In this post, I explain these model features and whether you need them when coding with AI assistance.

Source

À partir d’avant-hierFlux principal

Add web search to any GitHub Copilot model – Install Tavily MCP server in VS Code on Windows

18 avril 2025 à 09:52
LLMs' knowledge cutoff date is a significant issue, often resulting in outdated responses. Some frontier models can browse the web, but they frequently skip this ability because they think they can handle things on their own. Bringing in an MCP server that can search the web helps the AI stay updated and assist it when struggling with a problem. Tavily is a research search engine designed to summarize online content for AI models. In this post, I will guide you through installing the Tavily MCP server on Windows. Installing on a Mac follows a similar process.

Source

Install Microsoft Playwright MCP server in VS Code for AI-powered-browser automation in GitHub Copilot Agent Mode

17 avril 2025 à 14:19
Playwright is an open-source framework by Microsoft for automating web browsers to perform end-to-end testing, scraping, and UI interactions across Chromium, Firefox, and WebKit. The Playwright MCP server lets AI agents like GitHub Copilot control a web browser using Playwright’s automation capabilities. Microsoft introduced support for MCP in Visual Studio Code 1.99 (March 2025), enabling tools like the Copilot Agent to connect with external services. In this post, I explain how to install the Microsoft Playwright MCP server in VS Code for the GitHub Copilot Agent.

Source

Install an MCP server for GitHub Copilot in VS Code

15 avril 2025 à 13:52
In March 2025, the release of VS Code version 1.99 introduced support for Anthropic's Model Context Protocol (MCP) in GitHub Copilot's Agent Mode. This open standard is now backed by leading AI companies such as Google, Amazon, Microsoft, and OpenAI. MCP provides a standardized framework that allows AI models to interact with external tools and data sources. In this post, I will guide you on how to install, start, stop, activate, and deactivate MCP servers. You will also learn to configure settings in mcp.json and settings.json, as well as import MCP servers from Claude Desktop, Cline, and Roo Code.

Source

GitHub Copilot Agent mode vs. Ask and Edit mode in VS Code

9 avril 2025 à 16:57
In Visual Studio Code release 1.99, Microsoft introduced GitHub Copilot’s Agent mode, a feature that closely resembles functionalities previously offered by Cursor, Cline, and Roo Code. Agent mode lets Copilot examine the codebase, find relevant files, make edits, and autonomously run and debug code. In this post, I’ll compare Agent mode with Ask and Edit mode and outline how Agent mode facilitates vibe coding—the automation of writing code.

Source

Windows CLI MCP Server: Run PowerShell in your chatbot

7 avril 2025 à 14:24
The AI tools for the Command Line Interface (CLI) we discussed on 4sysops connect the terminal to AI models. For example, the Warp terminal includes AI tools designed to help admins working on a CLI. The Windows CLI MCP Server does the opposite. If you missed it, the Model Context Protocol (MCP) is a new open standard for AI agent communication with software services created by Anthropic and backed by OpenAI, Amazon, and Microsoft. With MCP, your primary interface is the chatbot, and for the Windows CLI MCP Server, shell access is an additional tool the AI can utilize. The Windows CLI MCP Server supports PowerShell, CMD, Git Bash shells, and remote SSH.

Source

Enabling ESM Apps service – The Ubuntu Pro deceit

4 avril 2025 à 16:45
Have you ever received the notice stating, "Additional security updates can be applied with ESM Apps" after logging into an Ubuntu Linux machine? Despite working with Ubuntu for 15 years, this was the first time I encountered it. Since this was a relatively new installation of Ubuntu 24.04, I was perplexed as to why I couldn't install all security updates using apt upgrade. After some investigation, I discovered I was using Ubuntu Standard, while only Ubuntu Pro qualifies for all security updates. I felt annoyed and deceived because my system had no uncommon packages, and everything I installed came from the Ubuntu repository. This means that, in most cases, a fresh installation of the latest Ubuntu Linux LTS release does not receive all critical security updates.

Source

Zapier MCP Server: Automate every web service with an AI

2 avril 2025 à 15:28
Zapier is a cloud-based automation platform that lets users connect and automate workflows between thousands of web services without coding. Recently, Zapier announced support for Anthropic's MCP standard. MCP is an open protocol that allows AI models to interact with external tools, data sources, and services, and it's now also supported by OpenAI, Microsoft, and Amazon. In this post, I share my experiences with Zapier's MCP server.

Source

Automate merging your code changes with the updates of an open-source project using Git in a Bash script

28 mars 2025 à 12:31
AI enables administrators to adapt complex open-source projects easily to their environment. If the project is not hosted on GitHub or other version control platforms, it becomes tedious to merge your changes into the open-source software whenever the maintainer updates their project. The Bash script I discuss in this post uses Git to automate merging your code changes into a new version provided by the maintainer of an open-source project lacking version control.

Source

Encourage Warp AI to collaborate with GPT-4o Search

26 mars 2025 à 11:56
In my previous post, I explained how to use the OpenAI library to augment your AI-powered terminal. Today, we will build on this enhancement and encourage two AIs to collaborate on IT tasks in the Warp terminal. Warp includes strong AI capabilities, though it currently only supports models lacking search features. As a result, you're using models with outdated IT knowledge. With a few tweaks, you can make Warp AI prompt GPT-4 Search to bypass the cutoff date of the Warp models.

Source

AI-powered administration in the terminal without cutoff date using OpenAI GPT-4o Search in PowerShell and Warp

24 mars 2025 à 14:17
The GPT-4o Search model offers search engine functionality similar to ChatGPT Search or Perplexity when accessed via the OpenAI API. With the free OpenAI Python Library, you can enhance your terminal AI by adding online search features, overcoming the limitations of LLM cutoff dates, and eliminating the frustration of outdated instructions. This post will guide you on installing the OpenAI Python library and using it conveniently in Windows PowerShell, Warp, or any other terminal.

Source

ShellGPT for PowerShell: AI assistant with local Ollama support

18 mars 2025 à 15:54
In this guide, I’ll walk through installing ShellGPT (shell_gpt) – a command-line AI assistant – on PowerShell using a local Ollama LLM. This approach lets you use AI in your terminal without relying on cloud APIs, which is great for privacy. This review highlights the use of ShellGPT on Windows through PowerShell. If you are using Mac or Linux, check out our earlier review of ShellGPT.

Source

Understanding the impact of Manus AI with WebUI built on Browser Use

17 mars 2025 à 15:46
Manus AI, a Chinese general AI agent, has created significant buzz in the AI community. Some perceive it as the next DeepSeek moment, while others minimize its significance, viewing it merely as a wrapper for Anthropic's Sonnet 3.5. Exploring the open-source tool WebUI helps understand one of the underlying technologies of Manus AI, the open-source framework Browser Use, which is key to Manus AI's web capabilities.

Source

Lindy.ai: Automate with AI agents in a no-code platform

12 mars 2025 à 15:18
Lindy.ai is a no-code platform that enables users to build custom AI assistants to automate various business workflows without requiring coding skills. Users can create AI agents to handle tasks such as email management, meeting scheduling, customer support, or sales outreach. The platform integrates with various business tools, such as Google Workspace, HubSpot, Slack, and Zendesk.

Source

ChatGPT Work with Apps: Apply code changes in Cursor, VS Code, and access terminal output

7 mars 2025 à 15:14
OpenAI has greatly enhanced the Work with Apps functionality in the ChatGPT app. Users can now incorporate the outputs from these apps as context for their prompts in ChatGPT and implement code changes in Cursor, VS Code, and various other IDEs. This feature positions the ChatGPT app as a competitor to Cursor and GitHub Copilot in VS Code. Furthermore, outputs from well-known terminal applications such as Warp and iTerm2 can be used as context within ChatGPT.

Source

Warp terminal–The Next Generation: Dispatch (reasoning) mode, Prompt Suggestions (creepy mode), Knowledge (AI memory)

6 mars 2025 à 14:28
Zach Lloyd, a former Principal Engineer at Google, introduces new features at warp speed to the best terminal app in the galaxy, with the latest Warp release introducing cutting-edge AI technologies from The Next Generation. The standout addition is the Dispatch mode, which I prefer to call reasoning mode, enabling administrators to plan complex automation tasks with AI assistance. Prompt Suggestions might better be described as big brother or creepy mode since the AI continually observes your actions and intervenes when it believes you need assistance. Additionally, AI memory functions similarly to the personalization feature in ChatGPT, allowing you to save preferences as Knowledge across sessions.

Source

Warp for Windows: Finally, AI-powered automation for the PowerShell CLI

4 mars 2025 à 13:41
We have reviewed Warp's Mac and Linux versions multiple times, as it stands out as the top terminal application. The newly released Windows edition introduces AI-driven automation for PowerShell administrators. Even if you have no use for natural language automation because PowerShell is your primary language anyway, you should give Warp a try, as no terminal app can compete with it on Windows.

Source

❌
❌