Releases: dvgamerr-app/gokub-mcp
Releases 路 dvgamerr-app/gokub-mcp
Release list
v1.2.0
v1.1.2
v1.1.1
v1.1.0
Changelog
Bug Fixes
- 35a28ed: fix(deps): bump actions/checkout from 4 to 6 (#8) (@dependabot[bot])
- 05cb660: fix(deps): bump actions/setup-go from 5 to 6 (#6) (@dependabot[bot])
- 7401df2: fix(deps): bump goreleaser/goreleaser-action from 6 to 7 (#7) (@dependabot[bot])
- dcc13d2: fix: update .gitignore to include agents directory and improve SKILL.md documentation (@dvgamerr)
Refactor
v1.0.2
v1.0.1
v1.0.0
Changelog
New Features
- 49a7fe5: feat(plugin): add Codex marketplace + manifest (cross-tool install) (Kananek Thongkam info.dvgamer@gmail.com)
- 86316bb: feat(skill): add bitkub-trade playbook skill (Kananek Thongkam info.dvgamer@gmail.com)
- 7fbfe27: feat(tools): add Phase 4 risk & validation tools (Kananek Thongkam info.dvgamer@gmail.com)
- f1c014b: feat(tools): add Phase 5 execution & order tools (Kananek Thongkam info.dvgamer@gmail.com)
- 6fdad35: feat(tools): add Phase 6 trade management tools (Kananek Thongkam info.dvgamer@gmail.com)
- 38ab054: feat(tools): add Phase 7 logging & performance tools (Kananek Thongkam info.dvgamer@gmail.com)
- 18fb1e9: feat(tools): add Phase 8 helper & utility tools (Kananek Thongkam info.dvgamer@gmail.com)
- d9ad13c: feat: issue analyzer workflow for automated issue classification and commenting (Kananek Thongkam info.dvgamer@gmail.com)
- 821860b: feat: Add AGENTS.md with project overview and coding guidelines (Kananek Thongkam info.dvgamer@gmail.com)
- b5bee3e: feat: Add Calculate Position Size tool for risk management calculations (Kananek Thongkam info.dvgamer@gmail.com)
- 4b7c651: feat: Add Fee Schedule tool for retrieving trading fees based on user credits (Kananek Thongkam info.dvgamer@gmail.com)
- 16f9bea: feat: Add breakout and pullback signal detection tools (Kananek Thongkam info.dvgamer@gmail.com)
- 962558d: feat: Add default values and improve descriptions for liquidity depth, market depth, and symbols tools (Kananek Thongkam info.dvgamer@gmail.com)
- dd2dda1: feat: Add new dependencies and refactor logging to use zerolog across the project (Kananek Thongkam info.dvgamer@gmail.com)
- 0ed1604: feat: Add new tools for ATR, ROC, RSI calculations and update main tool registration (Kananek Thongkam info.dvgamer@gmail.com)
- 2d28a8c: feat: Add new tools for historical candles, EMA calculation, and market regime analysis (Kananek Thongkam info.dvgamer@gmail.com)
- 997baf7: feat: Add tools for calculating spread, liquidity depth, and market screening (Kananek Thongkam info.dvgamer@gmail.com)
- 1ba472a: feat: Add tools for extracting close prices and calculating CAPM; update historical candles tool for multiple symbols (Kananek Thongkam info.dvgamer@gmail.com)
- d249b48: feat: Add tools for market depth, open orders, symbols, ticker, and wallet balance retrieval (Kananek Thongkam info.dvgamer@gmail.com)
- a946684: feat: Enhance tools with default values and improved argument handling (Kananek Thongkam info.dvgamer@gmail.com)
- e1df04b: feat: Enhance tools with structured output (Kananek Thongkam info.dvgamer@gmail.com)
- d9cf997: feat: Refactor Bitkub MCP server tools and utilities (Kananek Thongkam info.dvgamer@gmail.com)
- dc39e34: feat: Refactor result handling to use ArtifactsResult for position size, fee schedule, market depth, and open orders (Kananek Thongkam info.dvgamer@gmail.com)
- e1ab4e7: feat: Set default period to 14 for ATR, RSI, and ROC tools (Kananek Thongkam info.dvgamer@gmail.com)
- be0f4fc: feat: Simplify symbol handling in liquidity depth, spread, market depth, and open orders tools (Kananek Thongkam info.dvgamer@gmail.com)
- 6896e48: feat: Update README.md with project details and add logo (Kananek Thongkam info.dvgamer@gmail.com)
- 5bb25ed: feat: Update market screener tool with improved argument handling and enhanced symbol data processing (Kananek Thongkam info.dvgamer@gmail.com)
- 3520f61: feat: add high-risk and low-risk trading skills for Bitkub (Kananek Thongkam info.dvgamer@gmail.com)
- a97f7e5: feat: add release workflow and goreleaser configuration (Kananek Thongkam info.dvgamer@gmail.com)
Bug Fixes
- 64a3b57: fix(deps): bump actions/checkout from 2 to 5 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 5d85eea: fix(deps): bump actions/checkout from 5 to 6 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 781b4e0: fix(deps): bump actions/github-script from 8 to 9 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 1b21c57: fix(deps): bump actions/github-script from 8 to 9 (#4) (Kananek Thongkam info.dvgamer@gmail.com)
- d26c46b: fix(deps): bump github/codeql-action from 1 to 4 (dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
- 929130e: fix: Correct symbolInfos type to pointer slice for proper memory handling (Kananek Thongkam info.dvgamer@gmail.com)
- 4176e74: fix: Correct typo in AGENTS.md regarding implementation summary guidelines (Kananek Thongkam info.dvgamer@gmail.com)
- 9b7e828: fix: Exclude docs/ASSIGNMENT.md from git tracking (Kananek Thongkam info.dvgamer@gmail.com)
- 0fc1abd: fix: Update and clean up go.mod (Kananek Thongkam info.dvgamer@gmail.com)
- b10c47d: fix: Update environment variable names and improve logging configuration (Kananek Thongkam info.dvgamer@gmail.com)
- a8ddf75: fix: Update go-bitkub dependency to v1.2.0 and improve ticker output formatting (Kananek Thongkam info.dvgamer@gmail.com)
- 681aa5c: fixed json and bodySign (Kananek Thongkam info.dvgamer@gmail.com)
Refactor
- cf448ce: refactor(plugin): package bitkub-trade skill as a Claude Code plugin (Kananek Thongkam info.dvgamer@gmail.com)
- f183024: refactor: Simplify feature descriptions in README (Kananek Thongkam info.dvgamer@gmail.com)
- abdd0a6: refactor: apply ponytail-review fixes across tools (Kananek Thongkam info.dvgamer@gmail.com)
Other
- 91146a3: Create .github/dependabot.yml (Kananek Thongkam info.dvgamer@gmail.com)
- cde1a55: Create codeql-analysis.yml (Kananek Thongkam info.dvgamer@gmail.com)
- 0cc89e2: Initial commit (Kananek Thongkam info.dvgamer@gmail.com)
- 88d4425: Install as gokub-mcp binary (Kananek Thongkam info.dvgamer@gmail.com)
- 4ebdb70: Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-6' (Kananek Thongkam info.dvgamer@gmail.com)
- 70682f7: Merge remote-tracking branch 'origin/main' (Kananek Thongkam info.dvgamer@gmail.com)
- 5991e1e: Refactor Bitkub SDK: Remove deprecated files and restructure API calls (Kananek Thongkam info.dvgamer@gmail.com)
- ec5c65b: Update READEME (Kananek Thongkam info.dvgamer@gmail.com)
- 557662e: Update README (Kananek Thongkam info.dvgamer@gmail.com)
- 51ee9f0: Update README. (Kananek Thongkam info.dvgamer@gmail.com)
- fedb1c7: Update README.md (Kananek Thongkam info.dvgamer@gmail.com)
- bb36624: Update README.md (Kananek Thongkam info.dvgamer@gmail.com)
- e113511: Update README.md (Kananek Thongkam info.dvgamer@gmail.com)
- b511375: add bithub api (Kananek Thongkam info.dvgamer@gmail.com)
- 45ac17a: add image (Kananek Thongkam info.dvgamer@gmail.com)
- 155b42d: addon MarketSymbols (Kananek Thongkam info.dvgamer@gmail.com)
- 44927e8: addon MarketTicker. (Kananek Thongkam info.dvgamer@gmail.com)
- 1a0d643: docs(readme): MCP setup (Claude + Codex), Docker, env; fix default port (Kananek Thongkam info.dvgamer@gmail.com)
- 2e1dfb5: docs(readme): MCP setup for Claude Code + Codex, env, Docker (Kananek Thongkam info.dvgamer@gmail.com)
- a08a8bd: docs(readme): update tools (5->39), structure, plugin install, roadmap (Kananek Thongkam info.dvgamer@gmail.com)
- a10e9d1: example env. (Kananek Thongkam info.dvgamer@gmail.com)
- 09bb57c: init project. (Kananek Thongkam info.dvgamer@gmail.com)
- 2944b9a: remove unused (Kananek Thongkam info.dvgamer@gmail.com)
- 1deae6c: split library funcs. (Kananek Thongkam info.dvgamer@gmail.com)
- fb07c1b: tests: Add comprehensive test cases for various calculation (Kananek Thongkam info.dvgamer@gmail.com)
- 97c6b1c: tests: add handler tests for pnl, tr...