Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
canary
lobe-chat
/
packages
/
agent-tracing
下载当前目录
G
GitHub
✨ chore(agent-tracing): resolve partial op id by _remote/ cache prefix (
#15015
)
e37cca70
创建于
2 天前
历史提交
文件
最后提交记录
最后更新时间
src
✨ 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 天前
package.json
🛠 chore: support injectable snapshot store in AgentRuntimeService (#12984)
2 个月前
tsconfig.json
fix: scripts support win32 (#12613) Co-authored-by: Innei <tukon479@gmail.com>
2 个月前