Agent

ChatWise v0.10 introduces a preview version of Agent mode, providing the model with 5 built-in tools:
Bash, Write, Read, Edit, AskUserQuestion (to run commands, edit files, and ask structured follow-up questions)
Agent mode will load Agent Skills from ~/.claude/skills and ~/.agents/skills by default.
Agent mode currently disables MCP, Artifacts in this preview release.
In Agent mode the model will automatically choose which tool or skill to use, but you can also type / in the input area to manally select a skill and preload its SKILL.md file.
Work directory

Set a work directory in Agent mode, the model will know the directory you want to work with, and you can use @ to mention files in this directory.
Web Search & Web Fetch
Agent mode does not enable Web Search & Web Fetch by default, you need to manually enable it:

Subagent
In agent mode, the main agent can spawn subagents to handle complex task like exploring a subject, and return its findings and key points back to the main agent.
By default the main agent can spawn two types of subagents:
general-purpose: Access to all tools, no Skills access.explore: Access to read-only tools, including WebSearch and WebFetch
To trigger a subagent, you can use prompts like:
- Spawn 3 tasks to research Figma, Google Stitch and Framer
- Research [some topic] using subagents
Sandbox
No sandboxing at the moment.