| ▲ | agentifysh 4 hours ago | |
Most of it has been to maximize productivity with AI 1) Use chatgpt pro from codex cli, opencode, claude etc as you can't get it via API. This has been the biggest boost in productivity for me as I don't have to copy and paste. https://github.com/agentify-sh/desktop 2) A small gate to make sure any agent cannot run destructive rm -rf or git reset --hard commands, it has saved me many many times https://github.com/agentify-sh/safeexec 3) For mac users, summarizes and speaks out loud after codex finishes a turn | ||