9 Commits

Author SHA1 Message Date
武田 憲太郎
61959f66a9 feat: AskUserQuestion 対応 (#161) 2026-02-23 15:24:10 +09:00
nrslib
67f6fc685c fix: opencodeの2ターン目ハングを修正し会話継続を実現
streamAbortController.signalをcreateOpencodeに渡していたため、
各callのfinallyでabortするとサーバーが停止し2ターン目がハングしていた。
signalをサーバー起動から除外し、sessionIdの引き継ぎを復元することで
複数ターンの会話継続を実現した。
2026-02-20 12:40:17 +09:00
nrslib
eb593e3829 OpenCode: サーバーシングルトン化で並列実行時の競合を解消
- 1つのサーバーを共有し、並列リクエストはキューで処理
- initPromiseで初期化中の競合を防止
- サーバー起動タイムアウトを30秒→60秒に延長
- 並列呼び出し/モデル変更時のテストを追加
2026-02-14 09:04:06 +09:00
nrslib
b4a224c0f0 opencode に対して report fase は deny 2026-02-11 22:35:19 +09:00
nrs
9f1c7e6aff
takt: github-issue-238-fix-opencode (#240) 2026-02-11 15:26:12 +09:00
nrslib
2a678f3a75 opencodeの終了判定が誤っていたので修正 2026-02-11 12:54:18 +09:00
nrslib
ccca0949ae fix: opencode permission and tool wiring for edit execution 2026-02-11 11:31:38 +09:00
nrslib
fc1dfcc3c0 opencode の question を抑制 2026-02-11 10:08:23 +09:00
nrslib
c42799739e opencode がハングする問題を修正 2026-02-11 09:48:05 +09:00