nrslib
|
47612d9dcc
|
refactor: agent-usecases / schema-loader の移動と pieceExecution の責務分割
- agent-usecases.ts を core/piece/ → agents/ へ移動
- schema-loader.ts を core/piece/ → infra/resources/ へ移動
- interactive-summary-types.ts を分離、shared/types/ ディレクトリを追加
- pieceExecution.ts を abortHandler / analyticsEmitter / iterationLimitHandler / outputFns / runMeta / sessionLogger に分割
- buildMergeFn を async → sync に変更(custom merge の file 戦略を削除)
- cleanupOrphanedClone にパストラバーサル保護を追加
- review-fix / frontend-review-fix ピースの IT テストを追加
|
2026-03-02 21:20:50 +09:00 |
|
nrslib
|
644c318295
|
fix: unify agent provider/model resolution and remove custom agent overrides
|
2026-02-27 00:27:52 +09:00 |
|
nrslib
|
5dc79946f2
|
refactor: 設定解決をloadConfigへ統一し不要設定を削除
|
2026-02-19 10:32:59 +09:00 |
|
nrslib
|
f065ee510f
|
feat: resolve movement permissions via provider profiles with required floor
|
2026-02-15 07:00:03 +09:00 |
|
nrslib
|
6e14cd3c38
|
feat(runtime): add configurable prepare presets and provider e2e
|
2026-02-15 05:28:39 +09:00 |
|
nrslib
|
479ee7ec25
|
providerごとに通信を許可する
|
2026-02-13 16:37:07 +09:00 |
|
nrs
|
a3555ebeb4
|
takt: github-issue-236-feat-claude-codex-opencode (#239)
|
2026-02-11 15:01:52 +09:00 |
|
nrs
|
de6b5b5c2c
|
takt: github-issue-212-max-iteration-max-movement-ostinato (#217)
|
2026-02-10 23:43:29 +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 |
|
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 |
|
nrs
|
8e509e13c6
|
Issue/90 fix windows (#91)
* Window対応および Codexが.gitを必要とする問題があるので.gitがみつからない場合はエラーとする fix #90
* 文字化け修正
|
2026-02-04 13:19:00 +09:00 |
|
nrslib
|
38d43f2168
|
pieceに完全移行
|
2026-02-04 11:07:41 +09:00 |
|
nrslib
|
6378ee6174
|
プロンプトを見通しやすく変更
|
2026-02-04 03:33:48 +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
|
7d8ba10abb
|
refactor
|
2026-02-02 17:11:42 +09:00 |
|
nrslib
|
e67d2648d8
|
rule機能追加
|
2026-01-30 00:05:11 +09:00 |
|
nrslib
|
d900ee8bc4
|
feat: answer status, autoCommit, permission_mode, verbose logging
- answer: planner が質問と判断したら COMPLETE で終了する仕組み
- autoCommit: worktree タスク完了時に自動 git commit
- permission_mode: workflow YAML でステップごとの権限指定
- verbose: verbose 時のファイル+stderr 二重出力修正
|
2026-01-28 10:02:04 +09:00 |
|
nrslib
|
90cac7e25e
|
権限を設定できるように
|
2026-01-26 16:39:57 +09:00 |
|
nrslib
|
c1fccaaf37
|
support for codex
|
2026-01-26 16:24:50 +09:00 |
|
nrslib
|
e204c9b65e
|
ワークフローを変更
|
2026-01-26 09:10:43 +09:00 |
|
nrslib
|
ffe8776437
|
first commit:
|
2026-01-25 15:16:27 +09:00 |
|