VS Code Agents window และ BYOK: ทีมต้องมีโมเดลปฏิบัติการสำหรับ agent
อัปเดตล่าสุดของ VS Code ไม่ใช่แค่ฟีเจอร์ Copilot เพิ่มเติม แต่ Agents window, BYOK, remote session, integrated browser และ terminal safety กำลังรวมเป็น workflow แบบ agentic.
สิ่งที่เปลี่ยนไป
GitHub’s June 3, 2026 changelog groups VS Code v1.120-v1.123 updates: Agents window in Stable preview, remote agents, Agent Host Protocol work, BYOK improvements, terminal output compression, risk assessment, and the VSCODE_AGENT environment variable. VS Code 1.122 also moves the Custom Endpoint provider into Stable and improves browser-based debugging support.
ทำไมจึงสำคัญ
คุณภาพไม่ได้ขึ้นกับโมเดลอย่างเดียว harness เป็นส่วนที่จัด context เปิด tool กำหนด permission และส่งผลลัพธ์กลับเข้า loop ทีมจึงต้องออกแบบกติกาการใช้งาน agent ให้ชัดเจน.
สัญญาณจากชุมชน
Developer discussions around VS Code 1.122 and local-model workflows show interest in BYOK and custom endpoints, but also concern about cost predictability, account policies, connectivity, and how much work should be delegated. These discussions are used here only as signals; factual claims rely on the official links below.
เช็กลิสต์ใช้งานจริง
- แยกความเสี่ยงของ local, remote และ cloud agent.
- กำหนดกติกา BYOK งบประมาณ ข้อมูล และ fallback.
- บันทึกคำสั่ง terminal และ diff ที่ agent สร้าง.
- ให้มนุษย์รับผิดชอบ merge เสมอ.
ความเสี่ยง
The main risk is over-delegation: long remote or cloud sessions can amplify unclear requirements. BYOK also increases operational responsibility because every provider adds policy, logging, quality, and failure-mode questions. Blocking all agent workflows is rarely practical, so teams need clear boundaries instead.
แหล่งข้อมูล
- GitHub Changelog: GitHub Copilot in Visual Studio Code, May releases
- Visual Studio Code 1.122 release notes
- VS Code documentation: Use the Agents window
- VS Code documentation: Using agents in Visual Studio Code
- VS Code Blog: The Coding Harness Behind GitHub Copilot in VS Code
- Community signal: VS Code 1.122 discussion on r/GithubCopilot
- Community signal: local model and Agents window discussion on r/LocalLLaMA