nrs
680f0a6df5
github-issue-237-fix-ctrl-c-provider-graceful-timeout-force ( #253 )
...
* dist-tag 検証をリトライ付きに変更(npm レジストリの結果整合性対策)
* takt run 実行時に蓋閉じスリープを抑制
* takt: github-issue-237-fix-ctrl-c-provider-graceful-timeout-force
2026-02-12 11:52:07 +09:00
nrs
621b8bd507
takt: github-issue-180-ai ( #219 )
2026-02-10 23:44:03 +09:00
nrslib
b25e9a78ab
fix: callAiJudgeをプロバイダーシステム経由に変更(Codex対応)
...
callAiJudgeがinfra/claude/にハードコードされており、Codexプロバイダー使用時に
judge評価が動作しなかった。agents/ai-judge.tsに移動し、runAgent経由で
プロバイダーを正しく解決するように修正。
2026-02-10 19:32:42 +09:00
nrslib
222560a96a
プロバイダーエラーを blocked から error ステータスに分離し、Codex にリトライ機構を追加
...
blocked はユーザー入力で解決可能な状態、error はプロバイダー障害として意味を明確化。
PieceEngine で error ステータスを検知して即座に abort する。
Codex クライアントにトランジェントエラー(stream disconnected, transport error 等)の
指数バックオフリトライ(最大3回)を追加。
2026-02-09 22:04:52 +09:00
nrslib
c2aa22f97c
パラレルを改良
2026-02-08 17:09:26 +09:00
nrs
ffc151cd8d
takt: github-issue-125-claude-agent ( #133 )
2026-02-08 08:11:05 +09:00
nrslib
6f94681359
change agent to persona
2026-02-07 08:52:37 +09:00
nrslib
b455e312af
Fix Ctrl+C not working during piece execution
...
- Add interruptAllQueries() call in SIGINT handler to kill active SDK queries
- Suppress EPIPE errors from SDK writing to dead child process stdin
(uncaughtException handler + Promise.resolve().catch() dual-layer)
- Wrap select.ts onKeypress in try/catch to prevent raw mode leak
- Add integration tests for SIGINT handler and EPIPE suppression
2026-02-06 15:49:47 +09:00
nrslib
38d43f2168
pieceに完全移行
2026-02-04 11:07:41 +09:00
nrslib
887365c4eb
無用な後方互換削除
2026-02-04 04:04:56 +09:00
nrslib
6378ee6174
プロンプトを見通しやすく変更
2026-02-04 03:33:48 +09:00
nrslib
91731981d3
Select workflow:
...
(↑↓ to move, Enter to select, b to bookmark, r to remove)
[?7l ❯ 🎼 default (current)
🎼 minimal [*]
📁 その他/
📂 Builtin/ (8)
Cancel
[?7h が でハングする
2026-02-03 17:43:20 +09:00
nrslib
ad28dc7438
takt のプロンプトをファイルに
2026-02-03 17:04:09 +09:00
nrslib
1b168e6b20
fix: remove unused imports and variables for lint compliance
2026-02-03 16:09:27 +09:00
nrslib
7377c5f9d9
feat: プロバイダー非依存の permission_mode 値を導入し sandboxMode を設定可能にする ( #87 )
...
- permission_mode を readonly/edit/full に統一(プロバイダー非依存)
- Claude SDK: readonly→default, edit→acceptEdits, full→bypassPermissions とマッピング
- Codex SDK: readonly→read-only, edit→workspace-write, full→danger-full-access とマッピング
- Legacy値(default/acceptEdits/bypassPermissions)のサポートを削除
- 全ビルトインワークフローを新しい permission_mode 値に更新
- AgentRunner の ProviderCallOptions 生成ロジックをリファクタリング(DRY化)
2026-02-03 00:59:16 +09:00
nrslib
b944349d8f
refacotr
2026-02-02 21:52:40 +09:00