Back to Home
stippi icon

code-assistant

by stippi

Overview

An AI coding assistant that integrates with code editors to provide autonomous code analysis and modification, supporting multiple UI modes and the Agent Client Protocol (ACP).

Installation

Run Command
target/release/code-assistant server

Environment Variables

  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_CUSTOM_KEY
  • OPENAI_CUSTOM_KEY
  • CEREBRAS_API_KEY
  • GROQ_API_KEY
  • MISTRALAI_API_KEY
  • GOOGLE_API_KEY
  • OPENROUTER_API_KEY
  • AI_CORE_CLIENT_ID
  • AI_CORE_CLIENT_SECRET
  • AI_CORE_PROD_CLIENT_ID
  • AI_CORE_PROD_CLIENT_SECRET
  • PERPLEXITY_API_KEY
  • SHELL

Security Notes

The agent offers powerful `execute_command` and file modification tools. While it has an active sandboxing implementation plan (with path validation and macOS seatbelt prototype mostly complete), its default `DangerFullAccess` sandbox policy allows unrestricted command execution and file system access within defined project roots. This makes it unsafe to run by default without explicitly configuring a more restrictive sandbox policy, especially on platforms where the sandboxing is not fully implemented or bypassed.

Similar Servers

Stats

Interest Score50
Security Score5
Cost ClassHigh
Avg Tokens8192
Stars116
Forks18
Last Update2025-12-04

Tags

AICoding AgentRustEditor IntegrationJSON-RPC