Integrations
CodeCompanion enables integrations with many applications based on its rich events catalog.
herdr
CodeCompanion supports herdr out of the box with a direct integration allowing it to appear as an agent. CodeCompanion fully supports herdr's lifecycle for reporting semantic state.
It's enabled by default but can be disabled with:
lua
require("codecompanion").setup({
integrations = {
herdr = {
enabled = false,
},
},
})