Tag
A developer shares enhancements for the Codex CLI, including multi-agent delegation, enhanced memory, better artifacts, and children AGENTS.md contextualization with optional runtime metrics.
Auto-Company is an open-source project that orchestrates 14 autonomous AI agents to run a fully automated company 24/7, handling ideation, coding, deployment, and marketing without human intervention, powered by Claude Code and Codex CLI.
Botpipe is a framework that adds structured processes (SOPs) around Codex CLI and similar agents, replacing the unreliable 'done' status with verifiable steps, aiming to scale agentic coding beyond using humans as the scheduler and tester.
Promotes Codex CLI, a tool that automatically infers the right inference engine and optimizes performance for local AI on given hardware.
Demonstrates running subagents locally on a MacBook Pro M5 using Codex CLI and LM Studio with Qwen 3.6 and MLX batching for code review and bug detection.
The Datasette project launches an official blog, built using OpenAI Codex desktop, to share upcoming announcements.
This article explains how memory works in Codex CLI, OpenAI's open-source coding agent. It describes the memory architecture based on markdown files, the write path with phased extraction and consolidation, and the read path using keyword search, all designed for predictability and low retrieval cost.
Codex CLI v0.128.0 introduces /goal, a feature for persisted goals that survives terminal restarts and multi-hour pauses, enabling automatic runtime continuation without re-prompting. The author recounts a six-hour session that persisted through a five-hour laptop closure, demonstrating the feature's reliability.
OpenAI's Codex CLI v0.128.0 introduces the /goal command, enabling the coding agent to iteratively work towards a defined goal until completion or token exhaustion.