release: 0.11.6

This commit is contained in:
Mario Zechner 2025-12-02 09:36:20 +01:00
parent bc838b021d
commit c32ff608d3
10 changed files with 38 additions and 36 deletions

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.11.6] - 2025-12-02
### Added
- **OAuth Login Status Indicator**: The `/login` provider selector now shows "✓ logged in" next to providers where you're already authenticated. This makes it clear at a glance whether you're using your Claude Pro/Max subscription. ([#88](https://github.com/badlogic/pi-mono/pull/88) by [@steipete](https://github.com/steipete))

View file

@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.11.5",
"version": "0.11.6",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"bin": {
@ -22,9 +22,9 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.11.5",
"@mariozechner/pi-ai": "^0.11.5",
"@mariozechner/pi-tui": "^0.11.5",
"@mariozechner/pi-agent-core": "^0.11.6",
"@mariozechner/pi-ai": "^0.11.6",
"@mariozechner/pi-tui": "^0.11.6",
"chalk": "^5.5.0",
"diff": "^8.0.2",
"glob": "^11.0.3"