Releases: LangeVC/agent-test-env
Releases · LangeVC/agent-test-env
AI Agent Testing Environment v1.1.0
Full Changelog: v1.0.0...v1.1.0
AI Agent Testing Environment v1.0.0
Initial Release
Generic, reusable Docker-based test environment for AI coding agent capabilities.
Features
- 6 agent frameworks: OpenCode, Claude Code, Codex CLI, Gemini CLI, Continue.dev, Cursor
- Standardized lifecycle script API per agent:
_lib.sh,install.sh,verify.sh,test.sh,clean.sh - Docker Compose multi-service topology with shared bridge network and read-only fixture mounts
- 2 default test fixtures:
test-skill(skill) andtest-mcp-server(MCP server) test-framework.shorchestrator — test any fixture on any agent with one command- BATS test suites: unit (12 tests), integration (4 tests), smoke (4 tests) — all passing
- GitHub Actions CI matrix: 11 parallel jobs (agent × fixture)
- GHCR release workflow: pre-built Docker images on tag push
- Overlay pattern: downstream projects overlay fixtures and configs without forking
- Declarative
fixtures.yamlconfiguration
Quick Start
git clone https://github.com/LangeVC/agent-test-env.git
cd agent-test-env
docker compose up -d
bash scripts/test-framework.sh opencode test-skill
bash tests/run_tests.sh all