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:
@@ -18,7 +18,7 @@ assert.match(env.MNOTE_WEB_CMD, /crates\/mnote-web\/browser/);
|
||||
assert.equal(env.FRONTEND_PORT, "3200");
|
||||
assert.equal(env.MNOTE_WEB_BIND, "0.0.0.0:3200");
|
||||
assert.equal(env.MNOTE_KNOWLEDGE_PROVIDER, "lightrag_legacy");
|
||||
assert.equal(env.MNOTE_OPENCODE_BASE_URL, "http://127.0.0.1:4096");
|
||||
assert.equal(env.MNOTE_OPENCODE_BASE_URL, undefined);
|
||||
assert.equal(env.ENABLE_OPENHUB, undefined);
|
||||
assert.equal(env.CHECK_OPENHUB_HEALTH, undefined);
|
||||
assert.equal(env.OPENHUB_OPENCODE_BASE_URL, undefined);
|
||||
|
||||
Reference in New Issue
Block a user