Skip to content

Commit c4264c1

Browse files
committed
chore(release): bump 0.12.13 → 0.12.14
1 parent 7515ed6 commit c4264c1

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to `perp-cli`. Format follows [Keep a Changelog](https://kee
44

55
## [Unreleased]
66

7+
## [0.12.14] — 2026-05-02
8+
9+
Release follow-up for v0.12.13. Closes remaining MCP surface drift and fixes invalid-symbol trade validation ordering.
10+
11+
### Fixed
12+
- **MCP server stale v0.12.x surfaces** (MED) — closed 10 leftover stale user-facing references in `mcp-server.ts`: 4-DEX lists now include Aster, and advisor/schema/prompt output no longer points at removed `status` / `account balance` commands.
13+
- **Trade validator invalid-symbol flow** (MED) — `validateTrade()` now checks `getMarkets()` membership before `getOrderbook()`, so invalid symbols return `symbol_valid=false` instead of surfacing venue orderbook errors. Added a regression test.
14+
715
## [0.12.13] — 2026-05-01
816

917
Release-stable target. Fixes 2 BLOCKERS + 2 MEDIUM identified in Codex final QA of v0.12.12. Tests 1282 → 1301 (+19).
@@ -135,7 +143,8 @@ Tagged but never published to npm — paused for the SKILL.md version-sync findi
135143
### Security
136144
- Lighter L2 slot key is no longer stored in `.env` plaintext. Aligned with Aster/HL/PAC agents which were already in OWS vault.
137145

138-
[Unreleased]: https://github.com/hypurrquant/perp-cli/compare/v0.12.13...HEAD
146+
[Unreleased]: https://github.com/hypurrquant/perp-cli/compare/v0.12.14...HEAD
147+
[0.12.14]: https://github.com/hypurrquant/perp-cli/compare/v0.12.13...v0.12.14
139148
[0.12.13]: https://github.com/hypurrquant/perp-cli/compare/v0.12.12...v0.12.13
140149
[0.12.12]: https://github.com/hypurrquant/perp-cli/compare/v0.12.11...v0.12.12
141150
[0.12.11]: https://github.com/hypurrquant/perp-cli/compare/v0.12.10...v0.12.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perp-cli",
3-
"version": "0.12.13",
3+
"version": "0.12.14",
44
"description": "Multi-DEX Perpetual Futures CLI - Pacifica, Hyperliquid, Lighter, Aster",
55
"bin": {
66
"perp": "dist/index.js",

skills/perp-cli/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allowed-tools: "Bash(perp:*), Bash(npx perp-cli:*), Bash(npx -y perp-cli:*)"
55
license: MIT
66
metadata:
77
author: hypurrquant
8-
version: "0.12.13"
8+
version: "0.12.14"
99
---
1010

1111
# perp-cli Agent Guide
@@ -41,7 +41,7 @@ Multi-DEX perpetual futures CLI + MCP server — Pacifica (Solana), Hyperliquid
4141
## Install
4242

4343
```bash
44-
perp --version 2>/dev/null # check if exists (must be >= 0.12.13)
44+
perp --version 2>/dev/null # check if exists (must be >= 0.12.14)
4545
npm install -g perp-cli@latest 2>/dev/null || npx -y perp-cli@latest --json --version
4646
```
4747

0 commit comments

Comments
 (0)