README.md

February 15, 2026 Β· View on GitHub

English
πŸ“– Docs
ν•œκ΅­μ–΄
πŸ“– Docs
ζ—₯本θͺž
πŸ“– Docs
δΈ­ζ–‡
πŸ“– Docs
FranΓ§ais πŸ“– Β Β  Deutsch πŸ“– Β Β  Русский πŸ“–
Careti

🎯 Careti

Use your Cline settings as-is, with more features, 266 models, free monthly credits

[v0.4.8 Update] Message Queue System / ESC Instant Cancel / CLI Agent Mode / Infinite Loading Fix

VS Code Marketplace GitHub stars

[ πŸ“₯ Install on VS Code ] Β Β |Β Β  [ πŸ“– Docs ]


πŸŽ‰ v0.4.8

  • πŸ“¨ Message Queue System β€” Type next instructions while AI is streaming, queued input shown as preview
  • ⚑ ESC Instant Cancel β€” Single ESC press stops streaming and restores queued input to editor
  • πŸ–ŠοΈ Inline Queue Edit/Delete β€” Edit or discard queued messages directly from the preview
  • πŸ€– CLI Agent/Chatbot Mode β€” Headless/yolo mode with telemetry, E2E tests, EOF reconnect
  • πŸ”§ Infinite Loading Fix β€” Non-blocking feature flags polling, caretβ†’careti provider migration

πŸ”„ Cline Compatible + Extended

Cline users can start right away.

  • Use existing Cline settings/accounts as-is
  • 31 providers, 266 models supported
  • Careti account free credits
  • Switch to Cline mode anytime

πŸ”€ Dual Mode

Cline Mode ⇄ Careti Mode

Cline Mode: Plan/Act workflow, proven stability Careti Mode: Persona, localization, optimized prompts


🎭 Persona


Careti
Friendly Robot

Sarang
K-POP Idol

Ichika
Windows OS-tan

Cyan
macOS Helper

Tando
Open Source Ally

Customize AI name and profile freely.


☁️ Careti Additional Models

Models not supported by Cline, available in Careti.

  • Z.AI GLM-4.7 (Thinking Mode)
  • Naver Cloud HyperCLOVA X
  • Upstage Solar Pro/Mini
  • BizRouter Multi-model routing

πŸ“ Dual Directory & /init

Token-optimized AI context + Human-readable docs with 1:1 mirroring

.agents/                    # AI-optimized (English, token-efficient)
β”œβ”€β”€ context/agents-rules.json  # Rules SoT
β”œβ”€β”€ workflows/              # Task workflows
β”œβ”€β”€ skills/                 # AI skills
└── hooks/                  # Automation hooks

.users/                     # Human-readable (your language)
β”œβ”€β”€ context/agents-rules.md   # Detailed explanation
β”œβ”€β”€ workflows/              # (mirrors .agents/)
β”œβ”€β”€ skills/                 # (mirrors .agents/)
└── hooks/                  # (mirrors .agents/)
  • /init: Analyze project and auto-generate context files
  • 1:1 Mirroring: Changes in .agents/ ↔ .users/ stay synchronized
  • AGENTS.md / CLAUDE.md: Standard entry points linked to context

πŸ› οΈ Image/Document Tools

Available via Careti account even for text-only models.

  • generate_image β€” Image generation (Nano Banana)
  • analyze_image β€” Image analysis (Gemini)
  • read_document β€” HWP, PDF, DOCX, PPTX reading

πŸ“‹ 19 Core Features

FeatureDescriptionDocs
F00Cline bugfix & stabilityView
F01Common utilitiesView
F02Multilingual i18nView
F03Branding & UIView
F04Cline compatibilityView
F05Careti accountView
F06Agent standardization (AAIF)View
F07Prompt systemView
F08Persona systemView
F09Feature ConfigView
F10Provider setupView
F11Input history & shortcutsView
F12Careti CLI & Sub-AgentView
F13Image toolsView
F14Document toolsView
F15SmartEditEngine (9-stage fuzzy matching)View
F16Web Tools & Slash CommandsView
F17GFM Markdown & Thinking DisplayView
F18CLI Agent/Chatbot ModeView
F19Message Queue System (Claude Code style)View

πŸ“ž Support


πŸ› οΈ For Developers

Contribute: Fork β†’ PR


πŸ–₯️ Desktop App (Tauri)

VS Code 없이 독립 μ‹€ν–‰ κ°€λŠ₯ν•œ λ°μŠ€ν¬ν†± μ•±μž…λ‹ˆλ‹€.

cd desktop
npm install
npm run tauri dev      # 개발 λͺ¨λ“œ
npm run tauri build    # ν”„λ‘œλ•μ…˜ λΉŒλ“œ

ꡬ쑰:

  • desktop/src/ β€” ν”„λ‘ νŠΈμ—”λ“œ (아바타 UI)
  • desktop/src-tauri/ β€” Rust λ°±μ—”λ“œ