Cookbook
Practical, copy-paste recipes for automating real tasks with contenox run.
Each recipe works the same way: contenox run is a stateless, composable execution engine — you pipe data in, the model does the work, you get output back. No chat history, no sessions, just results.
Prerequisites:
contenox inithas been run, a backend is registered (contenox backend add), and shell access is enabled via--shellwith--local-exec-allowed-commands.
Categories
- Git & DevOps — commit messages, PR reviews, log summarization
- Automated Release Notes — generate
RELEASE_NOTES.mdfromgit logusing a chain pipeline - Stateful Agents with MCP — persistent memory across tool calls using the Model Context Protocol
