Thanks to visit codestin.com
Credit goes to github.com

Skip to content

W3SS/codex-infinity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,098 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Infinity

Codex Infinity

npm i -g @lee101-3/codex-infinite

Codex Infinity is a smarter coding agent that can run forever.


What makes Codex Infinity different?

Codex Infinity takes automation to the next level. With two simple arguments, it can continuously work on your codebase:

  • --auto-next-steps - Automatically continues working on the next logical steps after completing a task
  • --auto-next-idea - Generates and works on new ideas to improve your codebase
# Run codex-infinity with automatic continuation
codex-infinity --auto-next-steps

# dream up and implement new ideas for fully autonomous coding
codex-infinity --auto-next-steps --auto-next-idea

Quickstart

Installation

npm install -g @lee101-3/codex-infinite

Then simply run codex-infinity to get started.

Authentication

Run codex-infinity and select Sign in with ChatGPT to use your Plus, Pro, Team, Edu, or Enterprise plan.

You can also use Codex Infinity with an API key.

Features

  • Autonomous operation - Set it and let it run
  • Smart task continuation - Knows what to do next
  • Idea generation - Can brainstorm and implement improvements
  • Local execution - Runs entirely on your machine or an infinite cloud
  • AnyLLM - bring any llm or your OpenAI codex max plan

Development

Build from source (Rust CLI)

cd codex-rs
cargo build --release -p codex-cli

# Run the TUI
cargo run --bin codex -- "your prompt here"

Support

This project is supported from trading volume of the codex memecoin on bags

Build TypeScript CLI

cd codex-cli
npm install

Project structure

  • codex-rs/ - Rust workspace (TUI, core, sandbox, etc.)
  • codex-cli/ - TypeScript CLI wrapper (npm package)
  • sdk/ - TypeScript SDK

Docs

This repository is licensed under the Apache-2.0 License.

About

infinite coding agent

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.0%
  • Python 1.4%
  • TypeScript 0.9%
  • Starlark 0.2%
  • PowerShell 0.2%
  • JavaScript 0.1%
  • Other 0.2%