@poolzin/pool-bot 2026.1.30 → 2026.1.32

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.1.30",
3
- "commit": "f991fb36d2821d852ed4bbeb0fe411140d236bd4",
4
- "builtAt": "2026-02-04T14:14:13.069Z"
2
+ "version": "2026.1.32",
3
+ "commit": "6872480de072314e610d35042267561672a5b97a",
4
+ "builtAt": "2026-02-04T15:55:30.791Z"
5
5
  }
@@ -24,30 +24,9 @@ defaultOnSessionStart, defaultOnSessionEnd, registerDefaultHooks,
24
24
  clearAllHooks, } from "./lifecycle-hooks.js";
25
25
  // Integration with agent events
26
26
  export { startLifecycleHooksIntegration, getIntegrationStats, isSessionTracked, getTrackedSessionInfo, clearTrackedSessions, removeTrackedSession, } from "./lifecycle-hooks-integration.js";
27
- // Tool usage capture (Day 2 - to be implemented)
28
- // export {
29
- // toolUsageCaptureHook,
30
- // loadSessionToolUsage,
31
- // saveSessionToolUsage,
32
- // } from "./tool-usage-capture.js";
33
- // Progressive disclosure (Day 3 - PHASE 5 COMPLETE - FEATURE FLAGGED, OPT-IN)
34
- // export {
35
- // memory_search_v2,
36
- // searchIndex,
37
- // searchTimeline,
38
- // searchDetails,
39
- // clearProgressiveDisclosureCache,
40
- // resetProgressiveDisclosure,
41
- // getProgressiveDisclosureStats,
42
- // PROGRESSIVE_DISCLOSURE_ENABLED,
43
- // type MemorySearchResultV2,
44
- // type SearchResult,
45
- // type TimelineEntry,
46
- // type MemoryDetail,
47
- // type SearchMetadata,
48
- // type SearchLayer,
49
- // type MemorySearchOptions,
50
- // type QueryFilter,
51
- // type SearchResultOrError,
52
- // type SearchError,
53
- // } from "./progressive-disclosure.js";
27
+ // Tool usage capture (Day 2 - ACTIVE, feature-flagged)
28
+ export { toolUsageCaptureHook, loadSessionToolUsage, saveSessionToolUsage, } from "./tool-usage-capture.js";
29
+ // Progressive disclosure (Day 3 - ACTIVE, feature-flagged, OPT-IN)
30
+ // Feature flag: PROGRESSIVE_DISCLOSURE_FLAGS.ENABLED = false (OFF by default)
31
+ // Safe: Returns error "feature disabled" if called without enabling flag
32
+ export { memory_search_v2, searchIndex, searchTimeline, searchDetails, clearProgressiveDisclosureCache, resetProgressiveDisclosure, getProgressiveDisclosureStats, PROGRESSIVE_DISCLOSURE_ENABLED, } from "./progressive-disclosure.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.1.30",
3
+ "version": "2026.1.32",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",