-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXAMPLE ISSUE: Allow repomix configuration to be passed in as an option #1
Comments
for sure - what are you aiming to do? right now the tokeniser is just used to estimate the token count for switching between models but you can explicitly specify the model so it's kind of a non-essential feature |
…ibility - Changed default tokenizer to o200k_base for better compatibility with Gemini models - Added configurable tokenizer support through tokenCount.encoding in config file - Updated documentation to reflect new tokenizer configuration options Fixes #1
OK I am keeping this issue open because it is a GREAT demonstration of how to use cursor-tools |
🤯 |
wow, amazing work. Thank you |
I love the tool thank you. I am having problems getting Cursor to reliably call the tools when I prompt it. Any suggestions on best practices? This is the latest prompt that doesn't seem to be working.
|
@chufucious could you open a new issue and provide some more details ? Screenshots of the ui with your prompt and whatever it's doing would help |
Actually I noticed that the .cursorrules example has been updated in the latest; I'm gonna try using that and I'll let you know if I am still having problems. |
Would it be possible to allow us to configure repomix, or is it integral to be configured the way it is today? It looks like right now we're using a cl100k tokenizer, but with gemini is there a better one that can be used?
The text was updated successfully, but these errors were encountered: