Awesome AI AgentsIDE Integrations

milisp/codexia

⭐ 915 TypeScript repository created 2025-08-13

Codexia is a desktop command center for terminal coding agents. It wraps Codex CLI, Claude Code and any agent that speaks the Agent Client Protocol in a single graphical workspace, so sessions, tool calls and project context are managed from one window instead of several terminals. ACP sessions persist across restarts and tool calls render live inside the conversation thread. Around the agent session sits an IDE-like environment: a project file tree, an editor, git worktree management, a prompt notepad, a local web preview and one-click preview of PDF, XLSX and CSV files. An agent task scheduler runs recurring jobs, and a headless mode exposes the same functionality over a web server so a running instance can be driven remotely, including from iOS. The application also embeds marketplaces for MCP servers and for agent skills, plus theme and accent customisation and a usage analytics dashboard. Architecturally the desktop build is Tauri v2 with a Rust backend in src-tauri, the frontend is React, TypeScript, Zustand and shadcn/ui, and the headless backend is an Axum web server that broadcasts real-time updates over a WebSocket endpoint. Agent integration goes through the Codex app-server JSON-RPC interface for session and turn lifecycle and through the Claude agent Rust SDK, with a separate ACP client for external agents. The HTTP API surface is documented and covers health and streaming, Codex thread, turn, model and approval endpoints, the automation scheduler, filesystem, git and terminal access, the Claude integration and notes and token usage. On security the project states that agents run in separate processes, file and network access is configurable per agent, all data stays on the machine, and telemetry is opt-in and off by default. Builds are distributed through Homebrew cask, Scoop and GitHub releases for macOS, Linux and Windows, including a portable Windows archive.

https://github.com/milisp/codexia

guidesktopcodexclaude-codeacptaurireacttask-schedulergit-worktreemcpcoding-agents

Also in IDE Integrations

continuedev/continue

Continue is an open-source platform that enables developers to create, share, and use custom AI code assistants within popular IDEs, enhancing coding productivity and collaboration through features like Chat, Autocomplete, Edit, and Agent.

coder/coder

Coder is a platform for creating secure, self-hosted cloud development environments that streamline developer onboarding and optimize resource usage through automation and integrations.

sweepai/sweep

Sweep is an AI-powered coding assistant plugin designed to enhance productivity and coding efficiency within JetBrains IDEs.

tigerless-labs/autoharness

Claude Code plugin that distills reusable skills from real coding sessions, merges same-scenario skills instead of duplicating them, and prunes skills that stop being used.

eth-sri/lmql

LMQL is a Python-superset programming language designed for constraint-guided and efficient interaction with large language models, enabling advanced control flow, decoding, and integration with multiple LLM providers.

nicepkg/aide

Aide is a Visual Studio Code extension that leverages AI to provide one-click code conversion, commenting, optimization, and batch processing features to enhance developer productivity.

fcakyon/claude-codex-settings

Plugin marketplace and shared configuration for Claude Code, Codex CLI, Cursor and Gemini CLI, bundling skills, slash commands, hooks, subagents and MCP servers.

DeepMyst/Mysti

VS Code extension that runs twelve AI coding agents in one chat interface, with a brainstorm mode where two agents collaborate, selectable personas, permission controls and at-mention routing.