terminal
howtonotcode.com
github actions logo

github actions

Platform

GitHub Actions automates workflows for software development projects.

article 4 storys calendar_today First seen: 2026-02-10 update Last seen: 2026-03-03 open_in_new Website menu_book Wikipedia

Resources

Links to check for updates: homepage, feed, or git repo.

home Homepage

Stories

Showing 1-4 of 4

Copilot CLI GA brings agentic terminal workflows and CI/CD automation

GitHub Copilot CLI is now generally available with agentic Plan/Autopilot modes, stronger session and plugin controls, and first-class automation via GitHub Actions. Copilot CLI graduates from preview to a terminal-native agent that can plan, execute, and iterate within your shell, including interactive Plan mode and hands-off Autopilot, plus agent delegation and session memory as outlined in this GA overview from Visual Studio Magazine ([details](https://visualstudiomagazine.com/articles/2026/03/02/github-copilot-cli-reaches-general-availability-bringing-agentic-coding-to-the-terminal.aspx)). The broader Copilot ecosystem is also moving toward choice of agents, giving teams flexibility in model selection within the Copilot experience ([context](https://tessl.io/blog/github-brings-claude-and-codex-agents-directly-into-copilot/)). The latest release (v0.0.421) adds practical quality-of-life and governance features: a permission dialog that appears when it matters, repo-level config via .github/copilot/config.json, a --plugin-dir flag, COPILOT_CLI=1 detection for git hooks, reasoning-effort controls, and multiple Windows/Linux terminal fixes ([release notes](https://github.com/github/copilot-cli/releases/tag/v0.0.421), [all releases](https://github.com/github/copilot-cli/releases)). For CI/CD, you can run Copilot CLI in programmatic mode inside GitHub Actions to generate daily change summaries, scaffold content, or other scripted tasks using runner-installed CLI and a token with minimal scopes ([how-to](https://docs.github.com/en/copilot/how-tos/copilot-cli/automate-with-actions)).

calendar_today 2026-03-03
github-copilot-cli github github-actions visual-studio-code github-copilot

OpenAI Codex-Spark debuts on Cerebras for near-instant agentic coding

OpenAI launched GPT-5.3-Codex-Spark, a fast, steerable coding model served on Cerebras hardware to deliver near-instant responses for real-time agentic development. OpenAI and Cerebras unveiled a research preview of Codex-Spark aimed at live, iterative coding with responsiveness over 1,000 tokens/s, enabled by the Cerebras Wafer-Scale Engine, and designed to keep developers “in the loop” during agentic work [Cerebras announcement](https://www.cerebras.ai/blog/openai-codexspark). Independent coverage frames this as OpenAI’s first major inference move beyond Nvidia, positioning Cerebras for ultra-low-latency workloads while acknowledging capability tradeoffs versus the full GPT‑5.3‑Codex on autonomous engineering benchmarks [VentureBeat](https://venturebeat.com/technology/openai-deploys-cerebras-chips-for-15x-faster-code-generation-in-first-major) and broader speed-focused reporting [The New Stack](https://thenewstack.io/openais-new-codex-spark-is-optimized-for-speed/). On the tooling front, the openai/codex v0.99.0 release adds app‑server APIs for steering active turns, enterprise controls via requirements.toml (e.g., web search modes, network constraints), improved TUI flows, and concurrent shell command execution—useful for orchestrating agent runs with higher control and safety [GitHub release notes](https://github.com/openai/codex/releases/tag/rust-v0.99.0). For adoption patterns, a practical guide outlines “agent‑first engineering” using Codex CLI/IDE, cloud sandboxes for parallel tasks, an SDK for programmatic control, and GitHub Actions to plug agents into CI/CD with clear definitions of “done” [agentic workflow guide](https://www.gend.co/fr/blog/codex-agent-first-engineering).

calendar_today 2026-02-12
openai cerebras-systems nvidia gpt-53-codex-spark gpt-53-codex

Agentic development lands in Xcode, GitHub Actions, and Google APIs

Agentic development is moving from proofs to practice across core tooling, with Xcode 26.3 adding in-IDE agents and MCP, GitHub piloting agentic workflows in Actions with guardrails, and Google introducing APIs that make assistants stateful and documentation-accurate. Apple’s latest Xcode adds deeper agent capabilities and first-class MCP integration, enabling Claude/Codex-style agents to plan, run builds/tests, and verify via Previews within the IDE [InfoQ](https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/)[^1]. GitHub Next’s experimental Agentic Workflows bring locked-down, event-driven agents to CI using a CLI that compiles natural language into read-only, sandboxed Actions [Amplifi Labs](https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools)[^2]; meanwhile, Google’s Developer Knowledge API with an MCP server and the new Interactions API push assistants toward on-demand, canonical retrieval and managed, stateful steps for deep research [DevOps.com](https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/)[^3] [Towards Data Science](https://towardsdatascience.com/the-death-of-the-everything-prompt-googles-move-toward-structured-ai/)[^4]. [^1]: Adds: release details on agent behaviors, MCP via mcpbridge, and verification in Xcode 26.3. [^2]: Adds: overview of GitHub Agentic Workflows model, guardrails, and repo automation scenarios. [^3]: Adds: specifics on the Developer Knowledge API, freshness guarantees, and MCP server integration. [^4]: Adds: explanation of Google’s Interactions API for stateful, tool-orchestrated agent flows.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai

Agentic coding enters IDEs, CI, and docs with MCP and stronger guardrails

Agentic coding is moving into mainstream tooling as Xcode 26.3, GitHub Actions pilots, and new Google offerings converge on guarded, MCP-compatible agents across IDEs, CI, and authoritative docs. Xcode 26.3 expands integrated agentic coding for Claude and Codex, adds Model Context Protocol support, and lets agents verify UI via Previews for iterative fixes and planning.[^1] GitHub Next is piloting Agentic Workflows for Actions with strict defaults, while Google advances an agent‑first stack via Antigravity and a Developer Knowledge API plus MCP server that enables assistants to retrieve official docs at runtime.[^2][^3][^4] [^1]: https://www.infoq.com/news/2026/02/xcode-26-3-agentic-coding/ — Details on Xcode 26.3 agent capabilities, MCP support, and verification via Previews. [^2]: https://www.amplifilabs.com/post/css-scope-hits-baseline-github-agentic-workflows-oss-trust-tools — Newsletter coverage of GitHub Agentic Workflows and safety guardrails. [^3]: https://antigravity.im/ — Independent guide outlining Google Antigravity’s agent‑first IDE and multi‑agent orchestration. [^4]: https://devops.com/google-launches-developer-knowledge-api-to-give-ai-tools-access-to-official-documentation/ — Overview of Google’s Developer Knowledge API and MCP server for authoritative documentation retrieval.

calendar_today 2026-02-09
xcode anthropic claude-agent claude-code openai