Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

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

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

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

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

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

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

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

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

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

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

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

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)

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

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

Access Amazon Bedrock AI models from Cursor or VS Code

In my previous post, I detailed the process of importing open-source models, such as DeepSeek R1 from Hugging Face, into Amazon Bedrock, a fully managed service offered by AWS that gives users access to foundational models from top AI firms and Amazon. This post will explain how to access the AI models through the Bedrock API from third-party apps like VS Code or Cursor. Specifically, when using AI models like Claude Sonnet 3.5 for coding, accessing it through Amazon Bedrock offers enhanced security compared to Anthropic or model hub APIs such as OpenRouter.

Source

Import DeepSeek R1 or any other open source model in Amazon Bedrock from Hugging Face with hf-bedrock-import

In a previous post, I demonstrated how to run DeepSeek R1 on your Mac or PC. Today, I will guide you through importing the Chinese open-source model that has outperformed OpenAI’s top models in various benchmarks from Hugging Face—the GitHub equivalent for hosting, sharing, and deploying open-source AI models. Hugging Face provides the hf-bedrock-import tool for this purpose, which is more straightforward than the aws bedrock create-model-import-job command.

Source

Cline vs. Roo Code – Which VS Code extension is better for the AI-augmented IT pro?

In a prior article, I showcased automating PowerShell management in natural language using the VS Code extension Cline. Roo Code (formerly Roo Cline) is a Cline fork that provides extra valuable features for the AI-enhanced IT pro. Roo Code remains comparable, and the insights I shared about working with MCP servers in Cline also apply to Roo Code. The main difference is that Roo Code serves system administrators more effectively, as it provides a mode more suitable for natural language use in a CLI. Additionally, Roo Code's support of VS Code's Code Actions feature makes it perfect for understanding and modifying a colleague's scripts.

Source

❌