chati-dev 3.2.3 → 3.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/framework/config.yaml +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/chati-dev"><img src="https://img.shields.io/npm/v/chati-dev?color=blue&label=npm" alt="npm"></a>
|
|
11
|
-
<a href="LICENSE"><img src="https://img.shields.io/badge/License-
|
|
11
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-Elastic%202.0-blue.svg" alt="License: Elastic 2.0"></a>
|
|
12
12
|
<a href="https://nodejs.org/"><img src="https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg" alt="Node.js"></a>
|
|
13
13
|
<a href="#multi-cli-support"><img src="https://img.shields.io/badge/LLM-Claude%20%7C%20Gemini%20%7C%20Codex-blueviolet.svg" alt="Multi-LLM"></a>
|
|
14
14
|
<a href="#internationalization"><img src="https://img.shields.io/badge/i18n-EN%20%7C%20PT%20%7C%20ES%20%7C%20FR-informational.svg" alt="i18n"></a>
|
|
@@ -133,7 +133,7 @@ The system saves your full session state — pipeline position, current agent, d
|
|
|
133
133
|
| **Session Lock** | Once activated, you stay inside the system. No accidentally "falling out" into generic AI mode |
|
|
134
134
|
| **Multi-Terminal** | Autonomous agents run in parallel in separate terminals. Detail, Architect, and UX agents work simultaneously |
|
|
135
135
|
| **Memory System** | The system learns from mistakes. Gotchas are captured automatically and recalled when relevant |
|
|
136
|
-
| **Execution Profiles** | Three profiles — explore (read-only), guided (default), autonomous (gate >=
|
|
136
|
+
| **Execution Profiles** | Three profiles — explore (read-only), guided (default), autonomous (gate >= 95%) — with safety net and circuit breaker |
|
|
137
137
|
| **IDE-Agnostic** | Works with Claude Code, VS Code, Cursor, Gemini CLI, Codex CLI, and AntiGravity |
|
|
138
138
|
| **4 Languages** | Interface supports English, Portuguese, Spanish, and French. Artifacts are always generated in English |
|
|
139
139
|
| **Supply Chain Security** | Every file is cryptographically signed (Ed25519). Tampered packages are blocked on install |
|
|
@@ -189,7 +189,7 @@ Three profiles control how much autonomy agents have:
|
|
|
189
189
|
|---------|----------|-------------|
|
|
190
190
|
| **explore** | Read-only. Agents analyze but don't modify files | Understanding a new codebase |
|
|
191
191
|
| **guided** | Default. Agents propose changes, you approve | Normal development workflow |
|
|
192
|
-
| **autonomous** | Agents execute without confirmation (quality gates >=
|
|
192
|
+
| **autonomous** | Agents execute without confirmation (quality gates >= 95%) | Trusted pipelines with high quality scores |
|
|
193
193
|
|
|
194
194
|
The system starts in `guided` mode. Transition to `autonomous` requires both QA gates scoring >= 95%. A safety net with 5 triggers (stuck loop, quality drop, scope creep, error cascade, user override) automatically reverts to guided mode when needed.
|
|
195
195
|
|
|
@@ -418,9 +418,9 @@ The installer and agent interactions support 4 languages:
|
|
|
418
418
|
| Language | Code | Status |
|
|
419
419
|
|----------|------|--------|
|
|
420
420
|
| **English** | `en` | Default |
|
|
421
|
-
| **
|
|
422
|
-
| **
|
|
423
|
-
| **
|
|
421
|
+
| **Português** | `pt` | Full support |
|
|
422
|
+
| **Español** | `es` | Full support |
|
|
423
|
+
| **Français** | `fr` | Full support |
|
|
424
424
|
|
|
425
425
|
Artifacts are always generated in English for portability and team collaboration.
|
|
426
426
|
|
|
@@ -448,7 +448,7 @@ For security concerns, see our [Security Policy](.github/SECURITY.md).
|
|
|
448
448
|
|
|
449
449
|
## License
|
|
450
450
|
|
|
451
|
-
[
|
|
451
|
+
[Elastic License 2.0](LICENSE) — free to use for any purpose; you may not offer it as a hosted/managed service to third parties or remove licensing notices.
|
|
452
452
|
|
|
453
453
|
---
|
|
454
454
|
|
package/framework/config.yaml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chati-dev",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.5",
|
|
4
4
|
"description": "AI-Powered Multi-Agent Orchestration System — Structured vibe coding for Full Stack Development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"fullstack"
|
|
46
46
|
],
|
|
47
47
|
"author": "Chati.dev",
|
|
48
|
-
"license": "
|
|
48
|
+
"license": "Elastic-2.0",
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
51
51
|
"url": "https://github.com/Chati-dev/Chati.dev.git",
|