-
released this
2026-05-30 02:20:05 +00:00 | 18 commits to main since this releasev0.9.0 — Distribution & Expansion
New Features
- OpenAI Backend:
ciagent run --backend openai— delegates to GPT-4o via native fetch() - Anthropic Backend:
ciagent run --backend anthropic— delegates to Claude via Messages API - LLMBaseBackend: Refactored shared base from OllamaBaseBackend — all LLM backends share tool loop
- Parallel Agent Execution: Review agents (code-reviewer, security-auditor) execute concurrently via Promise.allSettled
- npm Publish CI: Gitea Actions workflows for CI on push and npm publish on tag
Agent Flesh — Zero Stubs
All 19 agents now have intrinsic mechanical logic:
- DocVerifierAgent: 4 doc cross-checks (registry, version, architecture, test count)
- PlanCheckerAgent: 5 plan structure validations
- IdeationAgent: idea generation from uncovered requirements + repeated lessons
- RoadmapperAgent: requirement-to-phase grouping with dependency heuristics
- ResearchSynthesizerAgent: multi-doc merge with cross-references
- PhaseResearcherAgent: phase-scoped git research with risk identification
- ProjectResearcherAgent: ecosystem survey from package.json/tsconfig/git log
- SolutionWriterAgent: template-based solution document generation
Scripts
check-version.js: version consistency validationensure-shebang.js: shebang line verification post-buildvalidate-pack.js: npm pack tarball validation
Metrics
- 57 test suites, 527 tests passing
- 4077 net lines added across 40 files
- 5 backend options: opencode, openai, ollama-local, ollama-cloud, anthropic
- Auto-detect order: opencode → openai → ollama-local → ollama-cloud → anthropic
Downloads
- OpenAI Backend: