@axiom-lattice/react-sdk 2.1.60 → 2.1.61

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/dist/index.mjs CHANGED
@@ -1209,6 +1209,29 @@ var DEFAULT_MIDDLEWARE_TYPES = [
1209
1209
  { id: "show_widget", name: "Show Widget", description: "Render interactive HTML widgets or SVG diagrams" }
1210
1210
  ]
1211
1211
  },
1212
+ {
1213
+ type: "claw",
1214
+ name: "Memory",
1215
+ description: "Injects and manages memory/bootstrap files (such as AGENTS.md and USER.md) in the runtime workspace",
1216
+ schema: {
1217
+ type: "object",
1218
+ title: "Memory Configuration",
1219
+ description: "Configure bootstrap file injection behavior",
1220
+ properties: {
1221
+ injectBootstrapFiles: {
1222
+ type: "boolean",
1223
+ title: "Inject Bootstrap Files",
1224
+ description: "Automatically inject default bootstrap files into the workspace context",
1225
+ default: true,
1226
+ widget: "switch"
1227
+ }
1228
+ }
1229
+ },
1230
+ defaultConfig: {
1231
+ injectBootstrapFiles: true
1232
+ },
1233
+ tools: []
1234
+ },
1212
1235
  {
1213
1236
  type: "date",
1214
1237
  name: "Current Date",