Skip to content

Commit 0881d27

Browse files
committed
chore: update default qodercli version to 0.1.18
1 parent 0b7b4f6 commit 0881d27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inputs:
2525
qodercli_version:
2626
description: 'Specific version of qodercli to install. The default version is tested and optimized for this action. Changing it is not recommended and may lead to unexpected behavior.'
2727
required: false
28-
default: '0.1.10'
28+
default: '0.1.18'
2929

3030
enable_qoder_github_mcp:
3131
description: 'Enable the qoder-github MCP Server for enhanced GitHub operations. This is required for built-in resources and advanced tool capabilities.'

scripts/qoder-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ rlOut.on('line', (line) => {
138138
}
139139

140140
// Stream Content
141-
if (data.type === 'assistant' && data.subtype === 'stream') {
141+
if (data.type === 'assistant' && data.subtype === 'message') {
142142
if (data.message && Array.isArray(data.message.content)) {
143143
data.message.content.forEach(part => {
144144
// Text

0 commit comments

Comments
 (0)