-
-
Notifications
You must be signed in to change notification settings - Fork 69.6k
v2026.2.14: Missing @microsoft/agents-hosting module + missing workspace templates #17089
Copy link
Copy link
Closed
Closed
Copy link
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Description
Bug Report
Version: OpenClaw 2026.2.14 (c1feda1)
Platform: macOS (Intel, Homebrew install via /usr/local/Cellar)
Previous working version: 2026.2.6-3
Description
After upgrading from v2026.2.6-3 to v2026.2.14, two critical issues prevent the agent from starting:
Issue 1: Missing @microsoft/agents-hosting module
The MS Teams provider fails to start:
[msteams] resolve failed; using config entries. Error: Cannot find module '@microsoft/agents-hosting'
Require stack:
- /usr/local/Cellar/openclaw-cli/2026.2.14/libexec/lib/node_modules/openclaw/extensions/msteams/src/sdk.ts
[msteams] [default] channel exited: Cannot find module '@microsoft/agents-hosting'
Issue 2: Missing workspace template AGENTS.md
Agent fails to bootstrap:
⚠️ Agent failed: Missing workspace template: AGENTS.md
(/usr/local/Cellar/openclaw-cli/2026.2.6-3/libexec/lib/node_modules/openclaw/docs/reference/templates/AGENTS.md).
Ensure docs/reference/templates are packaged.
Steps to Reproduce
- Have a working OpenClaw v2026.2.6-3 installation with MS Teams channel configured
- Upgrade via
brew upgrade openclaw-clito v2026.2.14 - Run
openclaw gateway
Expected Behavior
Gateway starts normally with MS Teams provider and agent bootstrapping.
Actual Behavior
- MS Teams channel exits immediately (missing dependency)
- Agent fails to start (missing template file)
Workaround
For missing module:
cd /usr/local/Cellar/openclaw-cli/2026.2.14/libexec/lib/node_modules/openclaw/
npm install @microsoft/agents-hostingFor missing template:
sudo mkdir -p /usr/local/Cellar/openclaw-cli/2026.2.14/libexec/lib/node_modules/openclaw/docs/reference/templates/
echo '# AGENTS.md' | sudo tee /usr/local/Cellar/openclaw-cli/2026.2.14/libexec/lib/node_modules/openclaw/docs/reference/templates/AGENTS.mdEnvironment
- macOS (Intel)
- Homebrew install (
/usr/local/Cellar/openclaw-cli/) - Channels: MS Teams (Bot Framework)
- Previous version: 2026.2.6-3 (ARM64/Homebrew,
/opt/homebrew/) worked fine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.