@rubytech/create-realagent 1.0.863 → 1.0.864

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -615,7 +615,7 @@ function installSystemDeps() {
615
615
  installAllBrewPackages(DARWIN_BASE_DEPS, logFile);
616
616
  return;
617
617
  }
618
- const BASE_DEPS = ["curl", "git", "unzip", "jq", "avahi-daemon", "avahi-utils", "poppler-utils", "ffmpeg"];
618
+ const BASE_DEPS = ["curl", "git", "unzip", "jq", "avahi-daemon", "avahi-utils", "poppler-utils", "ffmpeg", "bind9-dnsutils"];
619
619
  // xterm is the *preferred* terminal-emulator binary for the VNC-rendered
620
620
  // Terminal surface (Task 632 — gnome-terminal is a D-Bus launcher that
621
621
  // delegates window creation to the session's gnome-terminal-server,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-realagent",
3
- "version": "1.0.863",
3
+ "version": "1.0.864",
4
4
  "description": "Install Real Agent — Built for agents. By agents.",
5
5
  "bin": {
6
6
  "create-realagent": "./dist/index.js"