@profoundlogic/coderflow-cli 0.7.7 → 0.7.8

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.
@@ -291,7 +291,8 @@ export async function runTest(args = []) {
291
291
  // Use fetch to stream logs
292
292
  const logsUrl = `${serverUrl}/test/${data.containerId}/logs`;
293
293
  const headers = {
294
- 'Authorization': `Bearer ${apiKey}`
294
+ 'Authorization': `Bearer ${apiKey}`,
295
+ 'x-no-compression': '1'
295
296
  };
296
297
 
297
298
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profoundlogic/coderflow-cli",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "AI Coder CLI - Command-line interface for managing AI coding tasks",
5
5
  "main": "coder.js",
6
6
  "type": "module",