@@ -26,11 +26,12 @@ Created by Dinoki Labs ([dinoki.ai](https://dinoki.ai))
2626
2727---
2828
29- > ⚠️ ** Naming Changes in This Release**
29+ > ⚠️ ** Naming Changes in This Release** ⚠️
3030>
3131> We've renamed two core concepts to better reflect their purpose:
32- > - ** Agents** are now called ** Agents** — custom AI assistants with unique prompts, tools, and themes.
33- > - ** Work Mode** is now called ** Work Mode** — autonomous task execution with issue tracking and file operations.
32+ >
33+ > - ** Personas** are now called ** Agents** — custom AI assistants with unique prompts, tools, and themes.
34+ > - ** Agent Mode** is now called ** Work Mode** — autonomous task execution with issue tracking and file operations.
3435>
3536> All existing data is automatically migrated. This notice will be removed in a future release.
3637
@@ -83,16 +84,16 @@ Osaurus is the AI edge runtime for macOS. It brings together:
8384| ** Remote MCP Providers** | Aggregate tools from external MCP servers |
8485| ** Tools & Plugins** | Browser automation, file system, git, web search, and more |
8586| ** Skills** | Import AI capabilities from GitHub or files, with smart context saving |
86- | ** Agents** | Custom AI assistants with unique prompts, tools, and themes |
87+ | ** Agents** | Custom AI assistants with unique prompts, tools, and themes |
8788| ** Schedules** | Automate AI tasks with daily, weekly, monthly, or yearly runs |
8889| ** Watchers** | Monitor folders and trigger AI tasks on file system changes |
8990| ** Work Mode** | Autonomous multi-step task execution with parallel task support |
9091| ** Custom Themes** | Create, import, and export themes with full color customization |
9192| ** Developer Tools** | Request insights, API explorer, and live endpoint testing |
92- | ** Multi-Window Chat** | Multiple independent chat windows with per-window agents |
93+ | ** Multi-Window Chat** | Multiple independent chat windows with per-window agents |
9394| ** Menu Bar Chat** | Chat overlay with session history, context tracking (` ⌘; ` ) |
9495| ** Voice Input** | Speech-to-text with WhisperKit, real-time transcription |
95- | ** VAD Mode** | Always-on listening with wake-word agent activation |
96+ | ** VAD Mode** | Always-on listening with wake-word agent activation |
9697| ** Transcription Mode** | Global hotkey to dictate into any focused text field |
9798| ** Model Manager** | Download and manage models from Hugging Face |
9899
@@ -221,11 +222,11 @@ See the [Plugin Authoring Guide](docs/PLUGIN_AUTHORING.md) for details.
221222
222223### Agents
223224
224- Create custom AI assistant agentlities with unique behaviors, capabilities, and styles.
225+ Create custom AI assistants with unique behaviors, capabilities, and styles.
225226
226227Each agent can have:
227228
228- - ** Custom System Prompt** — Define unique instructions and agentlity
229+ - ** Custom System Prompt** — Define unique instructions and personality
229230- ** Tool Configuration** — Enable or disable specific tools per agent
230231- ** Visual Theme** — Assign a custom theme that activates with the agent
231232- ** Model & Generation Settings** — Set default model, temperature, and max tokens
@@ -332,7 +333,7 @@ Execute complex, multi-step tasks autonomously with built-in issue tracking and
332333
333334Access via Chat window → ** Work Mode** tab.
334335
335- See [ Agents Guide] ( docs/WORK.md ) for details.
336+ See [ Work Mode Guide] ( docs/WORK.md ) for details.
336337
337338### Multi-Window Chat
338339
0 commit comments