文件最后提交记录最后更新时间
✨ chore(agent-tracing): resolve partial op id by _remote/ cache prefix (#15015) * ✨ feat(agent-tracing): resolve partial op id by _remote/ cache prefix `agent-tracing inspect op_<timestamp>` used to fail with "Snapshot not found" because the CLI only accepted the full `op_<ts>_agt_..._tpc_..._<suffix>` id. Now when the input starts with `op_` but isn't a full id, scan the local `_remote/` cache and resolve a unique prefix match automatically; on multiple matches, list them and exit so the user can pick the full id. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 🐛 fix(agent-tracing): preserve FileSnapshotStore fallback for op_ prefixes The previous commit routed partial `op_<timestamp>` ids straight at the `_remote/` cache, bypassing `FileSnapshotStore.get(...)`. That meant in-progress local `_partial/` snapshots (which `FileSnapshotStore.get` finds via substring match through `getPartial`) were no longer reachable by prefix; users hit `Snapshot not found` even when the partial existed on disk. Try the file store first, then fall back to the remote cache prefix scan. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>2 天前
🛠 chore: support injectable snapshot store in AgentRuntimeService (#12984)2 个月前
fix: scripts support win32 (#12613) Co-authored-by: Innei <tukon479@gmail.com>2 个月前