We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78553a commit a2a48a8Copy full SHA for a2a48a8
SKILL.md
@@ -7,7 +7,7 @@ install: npm install -g krx-cli
7
binary: krx
8
metadata:
9
author: kyo504
10
- version: "1.7.0"
+ version: "1.7.1"
11
invariants:
12
- Always use YYYYMMDD format for --date (e.g., 20260310)
13
- Data is T-1 (previous trading day), available from 2010 onwards
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "krx-cli",
3
- "version": "1.7.0",
+ "version": "1.7.1",
4
"description": "Agent-native CLI for KRX (Korea Exchange) Open API",
5
"type": "module",
6
"bin": {
0 commit comments