Overview
| Section | What you can do |
|---|---|
| Home | Avatar, status, days onboarded, triggered task count, conversation task count, work activity heatmap. |
| Projects | Bind code repositories or local directories. |
| Triggered Tasks | Add, edit, delete, or pause automated tasks. |
| Conversation Tasks | Browse history and resume a previous chat. |
| Memory | View and edit long-term knowledge about you and the project. |
| Skills | Install, upload, or toggle skills. |
| Connectors | Connect external tools and services. |
| Permissions | Set tool protection, file protection, and built-in tool policies. |
Memory
Each Waker maintains its own long-term memory, accumulating knowledge about you and the project over time. Memory comes from three sources:- Auto-capture — information the Waker considers worth remembering is written during conversations.
- Manual edits — open the Memory page and add or edit entries directly.
- System cleanup — the system periodically organizes and deduplicates entries on the Waker’s behalf.
Memory is stored locally and never uploaded to the cloud.
Skills
Skills are specialized capability packages the Waker can invoke during conversations or triggered tasks.- Skill Marketplace — install from the official Qoder Skills Marketplace.
- Upload a Skill — import custom skill packages from your local machine.
- Built-in skills — included by default and cannot be uninstalled.
Connectors
Connectors are bridges between the Waker and external tools or services, such as GitHub, Jira, and GitLab. Go to Waker details → Connectors to add connectors manually.Projects
Projects define the workspace the Waker operates in. Go to Waker details → Projects to:- Bind local directories or Git repositories.
- Add multiple sources to a single project (multiple directories or repositories).
- Use project-level memory, kept separate from the Waker’s personal memory.
Permissions
Permissions control exactly what a Waker can and cannot do. Go to Waker details → Permissions, which covers two main areas plus built-in tool policies. Tool protection validates tool parameters against built-in security rules and triggers an approval request when a high-risk action is detected. Rule categories include:- Command injection — detects destructive operations like
rm,mv. - Resource abuse — detects fork bombs, system restarts, and similar.
- Code execution — detects remote-execution patterns like
curl | bash. - Network abuse — detects reverse shells, localhost tunneling.
- Sensitive file access — detects access to critical system files.
- Privilege escalation — detects
sudoand similar operations.
When a Waker’s action triggers a security rule, an approval card appears for you to allow or reject it.