Hi,
I’m looking where the Repo Wiki is stored?
Best regards,
Hi,
I’m looking where the Repo Wiki is stored?
Best regards,
I’m looking for the same but can’t find those files anywhere at the moment. Qoder is still creating the files it is not completed yet. I hope I can commit those files to my Github and update them as long as I continue to develop my project. Very impressive Wiki creation by the way.
Same here. I cannot find or edit these WIKI. I’m afraid they might be stored online.
looks like store in local sqlite db like: C:\Users\xxxx\AppData\Roaming\Qoder\SharedClientCache\index\vector\v6\xxxxx_90368da4dada5445b9e0aa009ab3f3df_wiki\wiki.db
but it’s only references to the .md files etc “1f42037f-e15b-46cb-954b-8be485726092.md” and doesn’t give information on where exactly those are stored, I’m hoping locally because if they are stored in the cloud this program is gonna be a big nope from me, no matter how they price it, how am I supposed to edit my wiki if it’s incorrect? How am I supposed to maintain security of propriety functions and ensure security of what’s internal vs external.
If anyone can hunt down if they are stored local vs cloud let me know, I’m digging around as well.
Feel like I might as well just be using deepwiki at this point.
Currently stored on the local personal computer, the wiki automatically performs incremental updates on a regular basis according to changes in git
Do you have a directory of where the .md files are because I searched my whole HD from what the db file references and it seems they are stored in the cloud.
It seems like stored as a sqlite file.
have any of you actually opened the sqlite file it just points to hashed .md files with no full file location and searching suggests they are stored in the cloud.
So Unless someone can prove me wrong NO, the repo wiki isn’t stored on your PC a small database files referencing hashes to .md files they keep on their servers is, and you don’t have access to your data, unless you either request it from the DPO - Attention: DPO
I found encrypted SQLite file in ~/Library/Appilcation Support/CloudDocs/
So I think it stored repo wiki data. Sorry for my bad.
Where exactly are the .md files stored?
In macOS I could not find this path
if using macos check this file
~/Library/Application Support/Qoder/SharedClientCache/cache/db/local.db
once i deleted it my repo wiki got reseted
Like I said those are just a index of what hashed .md files are what I’d love to hear from the team if they are hosted fully on your drive.
I’m disappointed about this, the idea and feature are awesome, one of the best I’ve seen BUT… the fact that is encrypted on SQLite, it’s not good. The information of repo code, as the wiki content is mine. I should be able to get it whenever I want it. I know that being on SQLite could have some advantages specially for indexing the content, but I should be able to export or consult directly
A workaround for this (albeit not ideal) is to ask the agent to make a wiki directory in your project root. I prompted mine: “can you go ahead and recreate the repo wiki in a wiki directory at root of my project please?”
Although not word-for-word identical, it hits all the points covered in the heirarchical structure of the wiki in a crazy amount of detail.
Think of the repo-wiki as the agent’s brain, that you can incidentally also read. Get it to write an actual wiki based on what it knows.
This. Especially when I could just DeepWiki my own repo, it’s not a new idea.