• Joined on 2025-12-29
jihoson closed issue jihoson/The-Ouroboros#67 2026-02-05 15:34:16 +09:00
Implement status query commands (/status, /positions)
jihoson merged pull request jihoson/The-Ouroboros#68 2026-02-05 15:34:16 +09:00
feat: implement status query commands /status and /positions (issue #67)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 15:17:37 +09:00
a7696568cc Merge pull request 'feat: implement trading control commands /stop and /resume (issue #65)' (#66) from feature/issue-65-trading-control into main
70701bf73a feat: implement trading control commands /stop and /resume (issue #65)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#65 2026-02-05 15:17:35 +09:00
Implement trading control commands (/stop, /resume)
jihoson merged pull request jihoson/The-Ouroboros#66 2026-02-05 15:17:35 +09:00
feat: implement trading control commands /stop and /resume (issue #65)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 13:56:52 +09:00
20dbd94892 Merge pull request 'feat: implement basic commands /start and /help (issue #63)' (#64) from feature/issue-63-basic-commands into main
48a99962e3 feat: implement basic commands /start and /help (issue #63)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#63 2026-02-05 13:56:51 +09:00
Implement basic commands (/start, /help)
jihoson merged pull request jihoson/The-Ouroboros#64 2026-02-05 13:56:51 +09:00
feat: implement basic commands /start and /help (issue #63)
jihoson closed issue jihoson/The-Ouroboros#61 2026-02-05 13:51:19 +09:00
Implement TelegramCommandHandler core structure
jihoson merged pull request jihoson/The-Ouroboros#62 2026-02-05 13:51:19 +09:00
feat: implement TelegramCommandHandler core structure (issue #61)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 13:51:19 +09:00
ee66ecc305 Merge pull request 'feat: implement TelegramCommandHandler core structure (issue #61)' (#62) from feature/issue-61-command-handler into main
065c9daaad feat: implement TelegramCommandHandler core structure (issue #61)
Compare 2 commits »
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 13:40:09 +09:00
c76b9d5c15 Merge pull request 'feat: add generic send_message method to TelegramClient (issue #59)' (#60) from feature/issue-59-send-message into main
259f9d2e24 feat: add generic send_message method to TelegramClient (issue #59)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#59 2026-02-05 13:40:07 +09:00
Add send_message method to TelegramClient
jihoson merged pull request jihoson/The-Ouroboros#60 2026-02-05 13:40:07 +09:00
feat: add generic send_message method to TelegramClient (issue #59)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 09:49:28 +09:00
8e715c55cd Merge pull request 'feat: 일일 거래 모드 + 요구사항 문서화 체계 (issue #57)' (#58) from feature/issue-57-daily-trading-mode into main
0057de4d12 feat: implement daily trading mode with batch decisions (issue #57)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#57 2026-02-05 09:49:27 +09:00
feat: 일일 거래 모드 + 요구사항 문서화 체계
jihoson merged pull request jihoson/The-Ouroboros#58 2026-02-05 09:49:26 +09:00
feat: 일일 거래 모드 + 요구사항 문서화 체계 (issue #57)
jihoson merged pull request jihoson/The-Ouroboros#56 2026-02-05 00:46:25 +09:00
fix: properly close telegram client session to prevent resource leak (issue #52)
jihoson pushed to main at jihoson/The-Ouroboros 2026-02-05 00:46:25 +09:00
be04820b00 Merge pull request 'fix: properly close telegram client session to prevent resource leak (issue #52)' (#56) from feature/issue-52-aiohttp-cleanup into main
db0d966a6a fix: properly close telegram client session to prevent resource leak (issue #52)
Compare 2 commits »
jihoson closed issue jihoson/The-Ouroboros#52 2026-02-05 00:46:25 +09:00
fix: unclosed aiohttp client session causing resource leak