@ouro.bot/cli 0.1.0-alpha.455 → 0.1.0-alpha.457
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/changelog.json +16 -0
- package/dist/heart/daemon/cli-exec.js +16 -7
- package/dist/heart/daemon/cli-help.js +4 -4
- package/dist/heart/daemon/cli-parse.js +75 -12
- package/dist/heart/daemon/sense-manager.js +1 -1
- package/dist/mailroom/reader.js +1 -1
- package/dist/mind/prompt.js +4 -3
- package/dist/outlook-ui/assets/{index-BSNvyKGt.js → index-BBM5EysT.js} +14 -14
- package/dist/outlook-ui/index.html +1 -1
- package/dist/senses/mail.js +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="color-scheme" content="dark" />
|
|
7
7
|
<title>Ouro Outlook</title>
|
|
8
8
|
<meta name="description" content="The daemon-hosted shared orientation surface for agents alive on this machine." />
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-BBM5EysT.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-BPr5vNuM.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/dist/senses/mail.js
CHANGED
|
@@ -114,7 +114,7 @@ async function startMailSenseApp(options) {
|
|
|
114
114
|
throw new Error(resolved.error);
|
|
115
115
|
}
|
|
116
116
|
if (!resolved.config.registryPath) {
|
|
117
|
-
throw new Error(`missing mailroom.registryPath for ${options.agentName};
|
|
117
|
+
throw new Error(`missing mailroom.registryPath for ${options.agentName}; agent-runnable repair: 'ouro connect mail --agent ${options.agentName}'`);
|
|
118
118
|
}
|
|
119
119
|
const registry = readRegistry(resolved.config.registryPath);
|
|
120
120
|
const host = resolved.config.host ?? "127.0.0.1";
|