Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: restore chat mobile mode and runtime docs

Lyric 2669e95f c1f07586

+25
+1
web/console/src/views/ChatView.js
··· 2320 2320 composerPlaceholder, 2321 2321 displayAgentName, 2322 2322 consoleTopicsEnabled, 2323 + mobileMode, 2323 2324 mobileTopicSplitEnabled, 2324 2325 mobileBarTitle, 2325 2326 mobileShowBack,
+8
web/vitepress/docs/guide/runtime-modes.md
··· 13 13 mistermorph run --task "..." 14 14 ``` 15 15 16 + ## Chat CLI 17 + 18 + If you want to keep an interactive session open in the terminal, use the `chat` command. 19 + 20 + ```bash 21 + mistermorph chat 22 + ``` 23 + 16 24 ## Console 17 25 18 26 This provides a full Web UI. Besides interacting with the agent directly, you can also use it to monitor other Mister Morph instances.
+8
web/vitepress/docs/ja/guide/runtime-modes.md
··· 13 13 mistermorph run --task "..." 14 14 ``` 15 15 16 + ## Chat CLI 17 + 18 + ターミナルで対話セッションを継続したい場合は、`chat` コマンドを使います。 19 + 20 + ```bash 21 + mistermorph chat 22 + ``` 23 + 16 24 ## Console 17 25 18 26 機能の揃った Web UI を提供します。Agent と対話できるだけでなく、ほかの Mister Morph インスタンスを監視する用途にも使えます。
+8
web/vitepress/docs/zh/guide/runtime-modes.md
··· 13 13 mistermorph run --task "..." 14 14 ``` 15 15 16 + ## Chat CLI 17 + 18 + 如果你想在终端里保持一个持续的交互式会话,可以使用 `chat` 命令。 19 + 20 + ```bash 21 + mistermorph chat 22 + ``` 23 + 16 24 ## Console 17 25 18 26 提供一个功能完备的 Web UI。除了可以跟 Agent 进行交互以外,还可以用来监控不同的其他 Mister Morph 实例。