Home / Companies / CircleCI / Blog / September 2026

September 2026 Summaries

2 posts from CircleCI

Filter
Month: Year:
Post Summaries Back to Blog
CircleCI demonstrates how to wrap its open-source YAML language server as a Claude Code plugin, giving Claude real-time diagnostics, best-practice hints, and schema hover documentation while editing `.circleci/config.yml` files. The plugin uses a verified launcher that downloads and checksum-validates a pinned server binary, plus a JSON-RPC proxy that limits the CircleCI-specific server to appropriate configuration paths so unrelated YAML files are not incorrectly analyzed. A separate hover proxy supplies documentation generated from CircleCI’s configuration schema, while a maintenance pipeline monitors upstream releases, refreshes binary hashes and schema data, runs tests, and opens reviewable update pull requests. In an 84-run benchmark across Claude Opus 4.8 and Sonnet 5, all generated configurations compiled successfully with or without the plugin, but models instructed to act on LSP guidance more often adopted nonrequired best practices, including storing test results and using current orb versions. The example is open source and is presented as a reusable pattern for connecting other domain-specific language servers to Claude Code, though it is not an officially supported CircleCI product.
Sep 17, 2026 2,152 words in the original blog post.
CircleCI has introduced beta integration with Cursor Origin, enabling teams to run scalable CI/CD pipelines for Origin-hosted repositories while retaining their existing CircleCI configurations. The integration is designed for agentic development, where AI coding agents generate more commits and require rapid, high-volume validation through capabilities such as parallel execution, flexible compute, test impact analysis, and cloud-hosted microVM sidecars for pre-push testing. CircleCI’s CLI and MCP tools also allow agents to inspect pipeline results, retrieve logs, and take CI actions directly within their workflows. Teams can connect an Origin repository through the Cursor Origin Apps tab, CircleCI application, or CLI, after which pushes and pull requests trigger pipelines and report statuses back to Origin pull requests. Available beta features include push and pull request triggers, API-triggered pipelines, and scheduled pipelines, with free accounts available for new CircleCI users.
Sep 01, 2026 726 words in the original blog post.