Skip to content

Istar VS Code Setup v2.0.0 - Copilot Chat Integration

Choose a tag to compare

@Israleche Israleche released this 06 Jul 12:22

Istar VS Code Setup v2.0.0

Istar Code agent integration with GitHub Copilot Chat.

What's new

  • Istar Code agent in Copilot Chat -- Custom agent registered as @Istar-code in VS Code Copilot Chat
  • 8-layer token optimization -- Context budgeting, progressive disclosure, output compression, tool batching
  • BYOK provider support -- Works with Groq, Cerebras, OpenRouter (x2), and Gemini
  • Automatic setup -- Run scripts/byok-master.ps1 to register the agent
  • Full documentation -- See docs/copilot-chat-integration.md

New files

File Purpose
.github/copilot/agents/istar-code.md Full agent definition (markdown)
.github/copilot/agents/README.md Agent registration instructions
docs/copilot-chat-integration.md Integration guide
vscode/settings.json (updated) Added agent registration + default agent

Architecture

Both Copilot Chat and Kilo Code share the same Istar Code agent definition:

  • Copilot Chat uses @Istar-code for quick tasks, code explanations, inline edits
  • Kilo Code uses the same agent for complex multi-step tasks with MCP orchestration
  • Both use the same model routing and fallback chains

Quick start

# Automatic setup
.\scripts\byok-master.ps1

# Then in VS Code, type @istar-code in Copilot Chat