JetBrains IDE Integrates AI Assistant

JetBrains IDE Integrates AI Assistant

Produced by | OSC Open Source Community (ID: oschina2013) JetBrains announced that all IntelliJ-based IDEs and .NET tools will integrate a new feature: AI Assistant, stating that it will be integrated into the core workflow of the IDE, especially leveraging JetBrains IDE’s strong point β€” deep integration of code understanding with AI. According to the … Read more

JetBrains IDE Integrates AI Assistant for Code Understanding

JetBrains IDE Integrates AI Assistant for Code Understanding

Produced by | OSC Open Source Community (ID: oschina2013) JetBrains announced that all IntelliJ-based IDEs and .NET tools will integrate a new feature: AI Assistant, stating that it will be incorporated into the core workflow of the IDE, especially in JetBrains IDE’s strong suit β€” integrating code understanding with AI. According to the introduction, these … Read more

Implementing File Encryption Extension Using Deepin-IDE’s AI Capabilities

Implementing File Encryption Extension Using Deepin-IDE's AI Capabilities

After several iterations, the extension capabilities of the Deepin file manager (dde-file-manager) have become stable. Seeing the increasingly rich new features in file management, as a technology enthusiast, I also wanted to write a plugin to extend the functionality of file management myself. The development tool I chose is Deepin-IDE for two reasons: first, Deepin-IDE … Read more

Try the New AI IDE Trae by ByteDance Instead of Cursor

Try the New AI IDE Trae by ByteDance Instead of Cursor

Trae, ByteDance’s latest AI Integrated Development Environment (IDE) aimed at Chinese developers, was officially announced on January 20, 2025. The product aims to compete with internationally renowned tools like Cursor and Windsurf, particularly in optimizing the experience for Chinese developers. Trae’s goal is to address the shortcomings of existing tools in terms of special optimizations … Read more

First Experience with Byte’s New AI IDE – Trae

First Experience with Byte's New AI IDE - Trae

Feature Introduction Trae is Byte’s newly launched AI IDE, based on the open-source code of VSCode, integrating two large models: Claude-3.5-Sonnet and GPT-4o, competing with Cursor and Windsurf. Trae supports basic functionalities such as AI Q&A, code auto-completion, AI programming based on agents, project management, and version control, while also providing AI programming capabilities through … Read more

NextChat MCP Function Analysis

NextChat MCP Function Analysis

1. What is MCP? The Model Context Protocol (MCP) is an open protocol that enables seamless integration of LLM applications with external data sources and tools. Whether building an AI-based IDE, enhancing chat interfaces, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the required context. https://spec.modelcontextprotocol.io 2. Using in … Read more

MCP vs Function Calling: More Than Just Simple Function Calls

MCP vs Function Calling: More Than Just Simple Function Calls

In the field of Artificial Intelligence (AI), large language models (LLMs) are developing at a revolutionary speed, excelling in tasks such as writing, coding, and Q&A. However, to truly integrate these AI models into our daily lives and workflows, they need to interact effectively with the outside world. Function Calling and MCP (Model Context Protocol) … Read more

Interpretation of Anthropic MCP 2025H1 Milestones

Interpretation of Anthropic MCP 2025H1 Milestones

Anthropic MCP has just released the roadmap for the first half of 2025, available at: https://modelcontextprotocol.io/development/roadmap#roadmap. We have been engaged in research on agent communication protocols and are very focused on MCP, having also proposed some of our suggestions within the community. Today, combining our understanding of MCP, we will interpret the milestones set by … Read more

Code Qwen AI Challenge – Algorithm Track Overview

Code Qwen AI Challenge - Algorithm Track Overview

Introduction Competition Link: Code Qwen AI Challenge – Algorithm Track_Algorithm Competition_Questions and Data_Tianchi Competition – Data and Questions from Alibaba Cloud Tianchi Code is one of the high-quality languages created by humans, replacing the diverse natural language through high abstraction, ultimately converting to specific programs to complete tasks for humans. It possesses advantages such as … Read more

QWen1.5: The Path to Excellence in Models

QWen1.5: The Path to Excellence in Models

Introduction In the article about the upgrade path of QWen, we deeply explored the optimization process of the Qianwen model. The new version, QWen1.5, has made further improvements compared to the previous version. This article will continue to analyze the reasons behind the impressive performance of the new QWen1.5 model. The structure of the article … Read more