• v0.9.0 a8b50f5109

    v0.9.0 — Distribution & Expansion
    CI / build-and-test (push) Has been cancelled
    Publish to npm / publish (push) Has been cancelled
    Stable

    cloudinit-bot released this 2026-05-30 02:20:05 +00:00 | 18 commits to main since this release

    v0.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 validation
    • ensure-shebang.js: shebang line verification post-build
    • validate-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