tuna-agent 0.1.129 → 0.1.130

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.
@@ -135,7 +135,7 @@ export async function handleClaudePromptStream(ws, code, taskId, prompt, systemP
135
135
  lightweight: true,
136
136
  outputFormat: 'stream-json',
137
137
  includePartialMessages: true,
138
- timeoutMs: 200000,
138
+ timeoutMs: 400000,
139
139
  signal: abortController.signal,
140
140
  onStreamLine: (() => {
141
141
  let sentTextPhase = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuna-agent",
3
- "version": "0.1.129",
3
+ "version": "0.1.130",
4
4
  "description": "Tuna Agent - Run AI coding tasks on your machine",
5
5
  "bin": {
6
6
  "tuna-agent": "dist/cli/index.js"