All 19 oikos tools now return JSON envelopes with __renderer hints
(terminal, service_status, ping, path_report, etc.) carrying structured
data alongside the model-facing prose in a `message` field — agent
behavior is unchanged while the UI renders native cards.
Fixes: ping_service SQL (json||text precedence), timestamptz scan,
run:{...} action prefix parsing, get_execution_status target slug join.
Also: deploy.sh step 5.5 restarts dsh web after API deploy; watchdog
LaunchAgent detects API recovery and kickstarts dsh web for stale MCP
sessions.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>network.hubris.dsh-web</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/opt/homebrew/bin/pnpm</string>
|
|
<string>dsh</string>
|
|
<string>--profile</string>
|
|
<string>web</string>
|
|
<string>--port</string>
|
|
<string>3080</string>
|
|
</array>
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/dtoro/Projects/deepseek-harness</string>
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>HOME</key>
|
|
<string>/Users/dtoro</string>
|
|
<key>PATH</key>
|
|
<string>/Users/dtoro/.local/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
</dict>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>ThrottleInterval</key>
|
|
<integer>10</integer>
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/dtoro/Library/Logs/dsh-web.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/dtoro/Library/Logs/dsh-web.log</string>
|
|
</dict>
|
|
</plist>
|