ar, the free version have python api in place? then one could use claude's MCP protocol? free DF <--- DF api <--- MCP <--- LLMs that one can just ask the chatbot to search for xxx in a specific index. i tried to build a MCP server for another application. just have to spend several minutes for the LLMs to try to convert one API into one function/tool.
ar, the free version have python api in place? then one could use claude's MCP protocol? free DF <--- DF api <--- MCP <--- LLMs that one can just ask the chatbot to search for xxx in a specific index.
hi thanks for reply. if later i have time I'll setup a VM for compiling it. then will play with it with cursor. will notice back here if anything good happens. thanks. ps: as you say it doesn't look like LLMs will help layman write a large complex program, but it helped me to fine tune many foss in the past, most of them worked.
I haven't setup the VM to compile yet so it will be a long term, chronic thing. thanks
Hi, I noticed the recent free versions of DocFetcher don't have source code available on SourceForge. I'm interested in contributing/modifying the code, particularly to implement dark mode as the white screen is harsh on the eyes. ref: https://sourceforge.net/projects/docfetcher/files/docfetcher/1.1.25/ I've had success using Cursor IDE + Claude to analyze and modify other open-source projects. experience: https://forums.ankiweb.net/t/llms-helped-me-to-solve-the-dark-mode-problem-in-anki-web-browser/57177...
hi, sorry to disturb you again. however as a layman i also tried to play with cursor. with cursor 0.45.x it came with claude 3.7 sonnet +/- thinking. (i am not using the newest version as the UI changed somehow). on 0.45.x i could run composer in agent mode, and then with @codebase + C3.7 + thinking, it could index a whole repo and suggest you what to change. i have dnlded a chrome extension called block site, use @codebase and ask it where to add default block sites, remove the passwd removal function...
Hi, I have a suggestion about version availability on Gumroad: I keep multiple versions of programs I use because: 1. I test new versions before migrating 2. Sometimes need to roll back to specific versions 3. Deploy across multiple PCs at different times Would it be possible to keep previous versions available in Gumroad accounts? Currently only seeing the newest version there. Thanks for considering! btw, the dark mode hurting my eyes, always wishing for that thanks.
btw, just remind that you can use @codebase to let it inspect all your files in the folder, or you can manually select those related by the @context, in that way it doesn't need to go thru unrelated files and focus on the really related ones. that will help. thx