feat: purge legacy agent hosts and land vault Chrome extension path
Retire ACP/Hermes/OpenCode surfaces and rename hermes_tools to mnote_agent_tools so Page AI stays on Pi Lab only. Add Chrome vault extension + extension token route, pre-release purge design, and soft-retire legacy smokes for the small-group production cut.
This commit is contained in:
@@ -56,7 +56,7 @@ async function callMnoteTool({ toolName, workspaceId, documentId, rootUri, args,
|
||||
dryRun: false,
|
||||
args,
|
||||
};
|
||||
const result = await callJson(`${BASE_URL}/api/hermes/tools/mnote/call`, {
|
||||
const result = await callJson(`${BASE_URL}/api/mnote/tools/call`, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"content-type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user