@c4t4/heyamigo 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ai/claude.js
CHANGED
package/dist/memory/digest.js
CHANGED
|
@@ -114,6 +114,7 @@ function buildArgs(task) {
|
|
|
114
114
|
'-p',
|
|
115
115
|
'--output-format',
|
|
116
116
|
'stream-json',
|
|
117
|
+
'--verbose',
|
|
117
118
|
'--model',
|
|
118
119
|
config.claude.model,
|
|
119
120
|
'--permission-mode',
|
|
@@ -398,6 +399,7 @@ function buildBrowserArgs(task, sessionId) {
|
|
|
398
399
|
'-p',
|
|
399
400
|
'--output-format',
|
|
400
401
|
'stream-json',
|
|
402
|
+
'--verbose',
|
|
401
403
|
'--model',
|
|
402
404
|
config.claude.model,
|
|
403
405
|
'--permission-mode',
|