Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# QuantCoder 2.1.0
# QuantCoder 2.0.0

[![Version](https://img.shields.io/badge/version-2.1.0-green)](https://github.com/SL-Mar/quantcoder-cli)
[![Version](https://img.shields.io/badge/version-2.0.0-green)](https://github.com/SL-Mar/quantcoder-cli)
[![Python](https://img.shields.io/badge/python-3.10+-blue)](https://python.org)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)

> **AI-powered CLI for generating QuantConnect trading algorithms from research articles**

> **Note**
> This version (v2.0.0) has not been systematically tested yet.
> It represents a complete architectural rewrite from the legacy v1.x codebase.
> Use with caution and report any issues.

Features: Multi-agent system, AlphaEvolve-inspired evolution, autonomous learning, MCP integration.

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "quantcoder-cli"
version = "2.1.0-alpha.1"
version = "2.0.0"
description = "A modern CLI coding assistant for generating QuantConnect trading algorithms from research articles with AlphaEvolve-inspired evolution"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading