@trim21/personal-pi-extensions 0.1.522 → 0.1.523

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/personal-pi-extensions",
3
- "version": "0.1.522",
3
+ "version": "0.1.523",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
package/src/aft/bridge.ts CHANGED
@@ -59,7 +59,7 @@ export async function createAftState(
59
59
  }
60
60
 
61
61
  /** semantic_search 等待索引构建完成的上限(与 Rust 侧 AFT_WAIT_FOR_SEMANTIC_READY_MS 一致)。 */
62
- export const SEMANTIC_INDEX_WAIT_TIMEOUT_MS = 600_000;
62
+ export const SEMANTIC_INDEX_WAIT_TIMEOUT_MS = 3_600_000;
63
63
 
64
64
  /**
65
65
  * 调用图存储未就绪时查询侧的内联等待窗口。Rust 侧默认 0(纯异步:立即返回