什麼是 wps-events?
使用 Wave Terminal 的 WPS (Wave PubSub) 事件系統的指南。在實作新事件類型、發布事件、訂閱事件或在元件之間新增非同步通訊時使用。 來源:wavetermdev/waveterm。
使用 Wave Terminal 的 WPS (Wave PubSub) 事件系統的指南。在實作新事件類型、發布事件、訂閱事件或在元件之間新增非同步通訊時使用。
透過命令列快速安裝 wps-events AI 技能到你的開發環境
來源:wavetermdev/waveterm。
WPS (Wave PubSub) is Wave Terminal's publish-subscribe event system that enables different parts of the application to communicate asynchronously. The system uses a broker pattern to route events from publishers to subscribers based on event types and scopes.
Add your new constant to the AllEvents slice in pkg/wps/wpstypes.go:
You must add an entry to WaveEventDataTypes in pkg/tsgen/tsgenevent.go. This drives TypeScript type generation for the event's data field:
使用 Wave Terminal 的 WPS (Wave PubSub) 事件系統的指南。在實作新事件類型、發布事件、訂閱事件或在元件之間新增非同步通訊時使用。 來源:wavetermdev/waveterm。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/wavetermdev/waveterm --skill wps-events使用 Wave Terminal 的 WPS (Wave PubSub) 事件系統的指南。在實作新事件類型、發布事件、訂閱事件或在元件之間新增非同步通訊時使用。 來源:wavetermdev/waveterm。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/wavetermdev/waveterm --skill wps-events 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/wavetermdev/waveterm