You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/usage/events.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ In order to enable a tighter integration between CodeCompanion and your Neovim c
10
10
11
11
The events that are fired from within the plugin are:
12
12
13
+
-`CodeCompanionACPSessionPre` - Fired after ACP authentication completes but before a new session is established; allows subscribers to modify the connection (e.g. inject MCP servers) synchronously
13
14
-`CodeCompanionChatACPModeChanged` - Fired after the ACP mode has been changed in the chat
14
15
-`CodeCompanionChatCreated` - Fired after a chat has been created for the first time
15
16
-`CodeCompanionChatOpened` - Fired after a chat has been opened
0 commit comments