@nuanu-ai/agentbrowse 0.2.13 → 0.2.15

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 (33) hide show
  1. package/dist/commands/act.d.ts.map +1 -1
  2. package/dist/commands/act.js +16 -6
  3. package/dist/commands/action-acceptance.d.ts +1 -0
  4. package/dist/commands/action-acceptance.d.ts.map +1 -1
  5. package/dist/commands/action-acceptance.js +42 -2
  6. package/dist/commands/action-result-resolution.d.ts +17 -0
  7. package/dist/commands/action-result-resolution.d.ts.map +1 -0
  8. package/dist/commands/action-result-resolution.js +95 -0
  9. package/dist/commands/observe-inventory.d.ts.map +1 -1
  10. package/dist/commands/observe-inventory.js +171 -12
  11. package/dist/commands/observe-persistence.d.ts +1 -0
  12. package/dist/commands/observe-persistence.d.ts.map +1 -1
  13. package/dist/commands/observe-persistence.js +52 -1
  14. package/dist/commands/observe-projection.d.ts +27 -2
  15. package/dist/commands/observe-projection.d.ts.map +1 -1
  16. package/dist/commands/observe-projection.js +80 -7
  17. package/dist/commands/observe-semantics.d.ts.map +1 -1
  18. package/dist/commands/observe-semantics.js +13 -2
  19. package/dist/commands/observe-surfaces.d.ts +1 -0
  20. package/dist/commands/observe-surfaces.d.ts.map +1 -1
  21. package/dist/commands/observe-surfaces.js +65 -0
  22. package/dist/commands/observe.d.ts.map +1 -1
  23. package/dist/commands/observe.js +22 -9
  24. package/dist/commands/observe.test-harness.d.ts +1 -0
  25. package/dist/commands/observe.test-harness.d.ts.map +1 -1
  26. package/dist/commands/observe.test-harness.js +53 -16
  27. package/dist/commands/semantic-observe.d.ts +2 -0
  28. package/dist/commands/semantic-observe.d.ts.map +1 -1
  29. package/dist/commands/semantic-observe.js +4 -0
  30. package/dist/runtime-state.d.ts +3 -0
  31. package/dist/runtime-state.d.ts.map +1 -1
  32. package/dist/runtime-state.js +2 -0
  33. package/package.json +1 -1
@@ -135,6 +135,8 @@ function normalizeSurfaceDescriptor(descriptor, ref) {
135
135
  return {
136
136
  ...descriptor,
137
137
  ref,
138
+ childSurfaceRefs: descriptor.childSurfaceRefs ? [...descriptor.childSurfaceRefs] : [],
139
+ targetRefs: descriptor.targetRefs ? [...descriptor.targetRefs] : [],
138
140
  lifecycle: descriptor.lifecycle ?? 'live',
139
141
  availability: inferSurfaceAvailability(descriptor),
140
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuanu-ai/agentbrowse",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "type": "module",
5
5
  "description": "Standalone browser automation CLI for AI agents: launch, observe, act, extract, and solve captcha",
6
6
  "keywords": [