From f881e7ecaa25e116b1811e75a457927132e43c9e Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Tue, 23 Dec 2025 17:43:48 +0400 Subject: [PATCH] feat: add CBT Rule Enforcer and Autonomous Selector agents with premium documentation --- README.md | 44 ++++++++++++++++++++++------------ assets/autonomous_selector.svg | 21 ++++++++++++++++ assets/cbt_rule_enforcer.svg | 23 ++++++++++++++++++ 3 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 assets/autonomous_selector.svg create mode 100644 assets/cbt_rule_enforcer.svg diff --git a/README.md b/README.md index 921fb0b..4f96069 100644 --- a/README.md +++ b/README.md @@ -51,26 +51,14 @@ The latest **GLM-4.7** has arrived, redefining the frontier of **AI coding agent - **Extreme Value:** 25X cheaper than Claude 4.5 Opus with significantly higher performance. - **Real-time Tool Streaming:** Optimized for **TRAE SOLO**, **Cline**, and **Roo Code** agents. -### 🛠️ Quick Tutorial: Configure GLM-4.7 in TRAE SOLO -Setting up the world's most powerful coding model in TRAE is simple. Follow these steps to unlock SOTA performance: - -1. **Open TRAE SOLO Settings:** Navigate to the model configuration panel. -2. **Set Provider:** Select `Z.ai-plan` from the dropdown. -3. **Select Model:** Choose `Custom Model`. -4. **Enter Model ID:** Type `glm-4.7` exactly as shown. -5. **Add API Key:** Paste your unique key from [Z.ai](https://z.ai/subscribe?ic=R0K78RJKNW). -6. **Confirm:** Click **Confirm** to activate the elite reasoning layer. - -

- How to configure GLM-4.7 in TRAE SOLO -

-

GLM 4.7 Discount Code - 10% Off AI Coding

+### 🛠️ Quick Tutorial: Configure GLM-4.7 in TRAE SOLO + --- ## 🚀 Quick Start @@ -129,6 +117,18 @@ Setting up the world's most powerful coding model in TRAE is simple. Follow thes

Specialized Agents

+CBT Rule Enforcer +
CBT Rule Enforcer: Strict protocol for safe, auditable, and structured coding governance. +
⚡ Install Agent + + +Autonomous Selector +
Autonomous Selector: Discover and select tools for end-to-end task execution without human interaction. +
⚡ Install Agent + + + + KIRO TRAE ULTRA X
Amazon Kiro agent concepts
⚡ Install Agent @@ -301,7 +301,21 @@ The **Vision MCP Server** brings GLM-4.5V's advanced visual capabilities directl > 📱 **Make your web app installable on Android devices.** This step-by-step guide shows you how to configure Vite for PWA, create an install button component, and handle iOS fallback instructions.
-

📱 PWA Recipe

+

�️ CBT Rule Enforcer: Premium Protocol Explained

+ +The **CBT Rule Enforcer** transforms your AI from an assistant into a **Disciplined Steward**. It enforces a non-negotiable governance framework for mission-critical production environments. + +#### **⚡ Core Behavioral Shifts** +- **React (Halt & Discover):** Forces immediate pause. No guessing. Initiates discovery, intent extraction, and explicit paraphrasing before a single line of code is written. +- **Enhance (Evidence-First):** Mandates `snippets_before` and `snippets_after` with proof. Generates `rollback_plan.json` and enforces `least_privilege` safety. +- **Operate (Orchestration):** Strict state machine workflow (Discovery -> Plan -> UserConfirm -> Implement). Every decision is logged with rationale and risk IDs. +- **Respond (Audit Trail):** Communication shifts to structured artifacts. Requires specific user consent tokens for execution. Maintains an immutable `audit_and_change_log`. +- **Change (Stewardship):** Prioritizes governance over speed. Transparent reasoning via `context_map.json` and `risk_list.json`. Rigidly prevents silent breaking changes. + +
+ +
+

�📱 PWA Recipe

#### Make your app installable on Android (Complete PWA Recipe) diff --git a/assets/autonomous_selector.svg b/assets/autonomous_selector.svg new file mode 100644 index 0000000..f52c8df --- /dev/null +++ b/assets/autonomous_selector.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + AUTONOMOUS SELECTOR + ZERO INTERVENTION + + + + \ No newline at end of file diff --git a/assets/cbt_rule_enforcer.svg b/assets/cbt_rule_enforcer.svg new file mode 100644 index 0000000..fe40731 --- /dev/null +++ b/assets/cbt_rule_enforcer.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + CBT RULE ENFORCER + STRICT GOVERNANCE + + + PROTOCOL ACTIVE + + + + \ No newline at end of file