@agent-api/app-engine 0.0.3 → 0.0.4

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.
@@ -204,6 +204,7 @@ export function createWorkbenchCommandController(options) {
204
204
  return;
205
205
  }
206
206
  dispatch({ type: "settings.set", settings: { runPreset: normalized } });
207
+ dispatch({ type: "message.add", role: "system", text: `Preset set to ${normalized || "none"}.` });
207
208
  dispatch({ type: "activity.add", text: `Preset: ${normalized || "none"}` });
208
209
  }
209
210
  async function validatePresetName(preset) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-api/app-engine",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Renderer-neutral application engine for Agent API apps",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/scalebox-dev/agent-tui#readme",