• Joined on 2026-03-13
shoko pushed to fix/issue-59 at shoko/randebu 2026-04-14 06:25:08 +02:00
5ae8d76bde feat: implement conversation-based chat system with anonymous support
shoko created branch fix/issue-59 in shoko/randebu 2026-04-14 06:25:08 +02:00
shoko pushed to main at shoko/randebu 2026-04-14 05:57:18 +02:00
a9679bbb5d Merge pull request 'refactor: Split conversational.py into modular structure' (#64) from fix/issue-63 into main
b1ddad0808 Fix intermittent UnboundLocalError for 'thinking' variable in ConversationalAgent.chat() - initialize thinking=None before conditional assignment to handle API responses missing message field
f705269e34 refactor: Split conversational.py into modular structure (fixes #63)
Compare 3 commits »
shoko closed issue shoko/randebu#63 2026-04-14 05:57:16 +02:00
[Refactor] Split conversational.py into Modular Structure
shoko merged pull request shoko/randebu#64 2026-04-14 05:57:16 +02:00
refactor: Split conversational.py into modular structure
shoko pushed to fix/issue-63 at shoko/randebu 2026-04-14 05:34:44 +02:00
b1ddad0808 Fix intermittent UnboundLocalError for 'thinking' variable in ConversationalAgent.chat() - initialize thinking=None before conditional assignment to handle API responses missing message field
shoko created pull request shoko/randebu#64 2026-04-14 04:36:45 +02:00
refactor: Split conversational.py into modular structure
shoko pushed to fix/issue-63 at shoko/randebu 2026-04-14 04:36:32 +02:00
f705269e34 refactor: Split conversational.py into modular structure (fixes #63)
shoko created branch fix/issue-63 in shoko/randebu 2026-04-14 04:36:32 +02:00
shoko closed issue shoko/randebu#57 2026-04-14 04:23:37 +02:00
[Feature] Slash Command Help System
shoko closed issue shoko/randebu#56 2026-04-14 04:23:37 +02:00
[AVE Skills Integration] Add AVE Cloud Skills as Conversational Tools
shoko opened issue shoko/randebu#63 2026-04-14 04:15:40 +02:00
[Refactor] Split conversational.py into Modular Structure
shoko pushed to main at shoko/randebu 2026-04-14 04:03:30 +02:00
8acce849f4 Merge pull request 'feat: Add slash command help system (#57)' (#62) from fix/issue-57 into main
2d125ede22 fix: Also fix price_change field in AI tool execution path
7a64632a63 fix: Correct price_change field fallback logic
bb62e53093 fix: Handle price_change_24h field name in search results
cf74251ad0 fix: Show token name/symbol in risk analysis and handle unknown honeypot
Compare 19 commits »
shoko merged pull request shoko/randebu#62 2026-04-14 04:03:29 +02:00
feat: Add slash command help system (#57)
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 03:43:33 +02:00
2d125ede22 fix: Also fix price_change field in AI tool execution path
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 02:37:52 +02:00
7a64632a63 fix: Correct price_change field fallback logic
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 02:33:41 +02:00
bb62e53093 fix: Handle price_change_24h field name in search results
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 02:28:25 +02:00
cf74251ad0 fix: Show token name/symbol in risk analysis and handle unknown honeypot
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 02:19:50 +02:00
1efc0eaba6 feat: Add context awareness for price tool
shoko pushed to fix/issue-57 at shoko/randebu 2026-04-14 02:12:49 +02:00
f4f6168f68 revert: Keep using price API for price lookups