Skip to content

Commit 79a15e4

Browse files
fix: diff viewer accept not work (#165)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b13d44 commit 79a15e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/api/renderDiffViewer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ export const DiffViewerRenderer = (props: IDiffViewerProps) => {
136136
},
137137
runtimeConfig: ({
138138
aiNative: {
139-
enable: false,
139+
enable: true,
140140
capabilities: {
141-
supportsInlineChat: false,
141+
supportsInlineChat: true,
142142
},
143143
},
144144
startupEditor: 'none',

0 commit comments

Comments
 (0)