- Add vscode and zed support
- Text latex and mermaid more, make them optional?
- Support loading in
- Code
- Simple way to start would be use
glob
to load in dir structure, let users select what they want and dump it into context - Next step could be using the AST (or recursive summaries) to only capture the important bits
- Simple way to start would be use
- folders (with file selection)
- pdfs
- scraping web links
- recursive scraping web pages
- Code
- Add OpenAI (see if we can do it without blowing up dependencies too much)
- Recursive summarisation?
- \n's
- Do we need to ask and set style separately?
- Maybe change themes to sections we want to make sure we generate?
- Node process still continues to run sometimes irreproducibly - weird, needs to get killed off specifically
- Using things larger than the context window
- We can do this by maintaining an almost DP-like state of outlines and pages, and then asking for updates with more information. Works when there's a primary source and secondaries, and also still pretty expensive.
- OpenAI, Gemini, openrouter, etc.
- Use relative permalinks in the prompt to make links better.
- Variable length page generation.