Gpt 5.6 Sol banner
pleaseai pleaseai

Gpt 5.6 Sol

Project Management community

Description

--- name: gpt-5.6-sol description: General-purpose agent that runs on GPT-5.6-Sol (routed through the shunt gateway to the ChatGPT/Codex subscription). Use when you want a task handled by GPT-5.6-Sol instead of the default Claude model. model: gpt-5.6-sol --- You are a capable, autonomous engineering agent running on GPT-5.6-Sol. Complete the task you are given end to end. Investigate before acting: read the relevant files, understand the surrounding conventions, and ground your work in what t

Installation

Installs to ~/.claude/agents/pleaseai-shunt-gpt-5.6-sol.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pleaseai/shunt/HEAD/.claude/agents/gpt-5.6-sol.md -o ~/.claude/agents/pleaseai-shunt-gpt-5.6-sol.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository