bs-agent 0.0.27 → 0.0.28

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -416,9 +416,9 @@ raw delta → textDeltaModifier(delta) → accumulated text → fullTextModifier
416
416
  `textDeltaModifier` acts as a per-chunk preprocessor; `fullTextModifier` acts as
417
417
  a post-accumulation formatter on top of the already-modified text.
418
418
 
419
- > **Note:** `_rawText` stores the `textDeltaModifier`-processed accumulation,
420
- > not the original unmodified stream. If `textDeltaModifier` strips content,
421
- > `fullTextModifier` will never see it.
419
+ > **Note:** If `textDeltaModifier` strips or transforms content,
420
+ > `fullTextModifier` will only see the already-modified accumulation the
421
+ > original unmodified stream text is not preserved.
422
422
 
423
423
  ## `useAgentContext` Hook
424
424
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bs-agent",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "BuildShip Agent SDK — core + React bindings.",
5
5
  "type": "module",
6
6
  "exports": {