Skip to content

Commit 15c06df

Browse files
fix: update README Claude badge to Sonnet 4.6 (#2)
The README shield badge incorrectly displayed 'Claude Opus 4.6'. The base agent default model (base_agent.py) is claude-sonnet-4-6. Orchestrator still uses Opus for extended thinking — that is intentional and documented in the architecture table below the badge. Closes #1 Co-authored-by: Venkata Anil Kumar <VenkataAnilKumar@users.noreply.github.com>
1 parent 33cc218 commit 15c06df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-6366f1.svg?style=for-the-badge)](LICENSE)
1414
[![Python](https://img.shields.io/badge/Python-3.12-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://python.org)
1515
[![Next.js](https://img.shields.io/badge/Next.js-15-black?style=for-the-badge&logo=next.js)](https://nextjs.org)
16-
[![Claude](https://img.shields.io/badge/Claude-Opus%204.6-D97706?style=for-the-badge&logo=anthropic&logoColor=white)](https://anthropic.com)
16+
[![Claude](https://img.shields.io/badge/Claude-Sonnet%204.6-D97706?style=for-the-badge&logo=anthropic&logoColor=white)](https://anthropic.com)
1717
[![FastAPI](https://img.shields.io/badge/FastAPI-0.115-009688?style=for-the-badge&logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com)
1818
[![AWS Lambda](https://img.shields.io/badge/AWS-Lambda-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white)](https://aws.amazon.com/lambda)
1919
[![CI](https://img.shields.io/github/actions/workflow/status/venkataanilkumar/launchiq/pr.yml?style=for-the-badge&label=CI&logo=githubactions&logoColor=white)](https://github.com/venkataanilkumar/launchiq/actions)

0 commit comments

Comments
 (0)