mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 20:25:36 -04:00
chore: rename Clawdis references to Zee
- Update all "Clawdis" references to "Zee gateway" in comments/docs - Clawdis was the old name for the Zee messaging bot (clawdbot fork) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ tags: [shared, telegram, contacts, calendar]
|
||||
|
||||
# shared - Zee-Powered Tools
|
||||
|
||||
Shared tools backed by the Zee runtime (clawdbot). Use these from any persona.
|
||||
Shared tools backed by the Zee messaging gateway. Use these from any persona.
|
||||
|
||||
## Telegram
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ export const ZEE_PERSONA: AgentPersona = {
|
||||
|
||||
export const ZEE_AGENT_CONFIG: AgentConfig = {
|
||||
name: "zee",
|
||||
description: "Chief of Staff - Professional/Personal intersection. Powered by Clawdis.",
|
||||
description: "Chief of Staff - Professional/Personal intersection. Powered by Zee gateway.",
|
||||
mode: "primary",
|
||||
native: true,
|
||||
default: true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Council Module
|
||||
*
|
||||
* Multi-LLM/Agent deliberation system for Clawdis.
|
||||
* Multi-LLM/Agent deliberation system for agent-core.
|
||||
* Re-exports from orchestration for convenience.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Zee Domain Tools
|
||||
*
|
||||
* Personal assistant tools powered by Clawdis:
|
||||
* Personal assistant tools powered by Zee gateway:
|
||||
* - Memory management and search
|
||||
* - Cross-platform messaging
|
||||
* - Notifications and reminders
|
||||
@@ -159,7 +159,7 @@ export const messagingTool: ToolDefinition = {
|
||||
init: async () => ({
|
||||
description: `Send messages across different platforms.
|
||||
Supported channels:
|
||||
- WhatsApp (via Clawdis gateway)
|
||||
- WhatsApp (via Zee gateway)
|
||||
- Telegram
|
||||
- Discord
|
||||
- Email
|
||||
|
||||
Reference in New Issue
Block a user