fix: token screener --search + help shows all subcommands#9
Merged
askeluv merged 2 commits intonansen-ai:mainfrom Feb 17, 2026
Merged
fix: token screener --search + help shows all subcommands#9askeluv merged 2 commits intonansen-ai:mainfrom
askeluv merged 2 commits intonansen-ai:mainfrom
Conversation
added 2 commits
February 17, 2026 10:36
…ommands - token screener --search now filters results by symbol/name (client-side) - Help text lists all 33 subcommands (was hiding 17) - Schema updated with search option for screener - Tests added for search filter and help completeness Co-authored-by: Claude Code
- Was using non-existent /pnl-and-trade-performance (caused 404) - Now supports --date and --limit params - Updated API test to match new endpoint and date params Co-authored-by: Claude Code
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
1.
token screener --searchnow works (client-side filter)The API doesn't support server-side search on the screener endpoint. This adds client-side filtering by token_symbol and token_name so
--search PEPEreturns only matching tokens.2. Help text shows all 33 subcommands
Was only showing 16 commands, hiding 17 (perp-trades, transactions, pnl-summary, historical-balances, related-wallets, who-bought-sold, flow-intelligence, transfers, jup-dca, perp-pnl-leaderboard, etc). Now all subcommands are listed under each group.
3. Schema updated
Added
searchoption to the screener schema definition.Tests
Changeset
Included as patch version bump.
Co-authored-by: Claude Code