area:configbugeffort-mediumenhancementhelp wantedpriority:medium
Metriche repository
- Star
- (48.085 star)
- Metriche merge PR
- (Merge medio 11g 1h) (45 PR mergiate in 30 g)
Descrizione
I am attempting to initialize Codex according to the instructions in the Markdown documentation, but I am unable to use it. Could you please take a look to see if there are any underlying issues? I managed to resolve the problems myself using Codex, and there were two main issues:
- I was unable to reference
rtkwithin.codex/AGENTS.mdusing the@RTK.mdsyntax. My workaround was to copy the commands fromRTK.mddirectly intoagents.md; however, this is not a permanent solution, as any future updates toRTK.mdwould require me to manually updateagents.mdas well. - After making those modifications,
rtkstill encountered some permission issues; specifically, the default database path forrtkis located in a restricted directory, preventing the sandbox environment from creating or opening the file. My temporary fix was to editrtk/config.tomland change thedatabase_pathto a writable location:.codex/memories/rtk/history.db. Again, this is merely a temporary workaround; could you please check if there is a more robust or permanent solution available?