mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 更新 sentry 错误上报
This commit is contained in:
@@ -2805,7 +2805,8 @@ export function REPL({
|
||||
})) {
|
||||
onQueryEvent(event);
|
||||
}
|
||||
if (feature('BUDDY')) {
|
||||
// TODO: implement fireCompanionObserver — companion model reaction after each query turn
|
||||
if (feature('BUDDY') && typeof fireCompanionObserver === 'function') {
|
||||
void fireCompanionObserver(messagesRef.current, reaction => setAppState(prev => prev.companionReaction === reaction ? prev : {
|
||||
...prev,
|
||||
companionReaction: reaction as string | undefined
|
||||
|
||||
Reference in New Issue
Block a user