This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates Added — Multi-agent delegation, Added — Personalization, and global across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds user profile endpoint "/me" for personalization across surfaces Adds user profile endpoint "/me" for personalization across surfaces Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Adds opt‑in profile auto‑learn via "/me learn" to extract preferences silently Adds opt‑in profile auto‑learn via "/me learn" to extract preferences silently Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Adds profile sync command "codeep account sync" to push/pull global profile.md Adds profile sync command "codeep account sync" to push/pull global profile.md Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Adds multi‑agent delegation with built‑in sub‑agents (planner, researcher, reviewer, tester) Adds multi‑agent delegation with built‑in sub‑agents (planner, researcher, reviewer, tester) Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Adds support for custom sub‑agents defined in .codeep/agents/*.md files Adds support for custom sub‑agents defined in .codeep/agents/*.md files Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Feature | Medium |
Adds Agent Auto‑Review feature that automatically delegates to reviewer after file changes Adds Agent Auto‑Review feature that automatically delegates to reviewer after file changes Source: llm_adapter@2026-05-25 Confidence: high |
— |
Full changelog
Codeep gets personal and gains a team: a user profile (
/me) makes it adapt to you across every surface, and multi-agent delegation lets it hand self-contained sub-tasks to specialist sub-agents that run in their own context.
Added — Personalization
- User profile (
/me). A durable, human-readable description of you, injected
into the agent's system prompt on every run so it adapts to how you work
without you repeating yourself. Two scopes: global~/.codeep/profile.md
(reply language, response style, default stack, universal "always / never")
and project.codeep/profile.md(your role, goals, constraints for this repo).
Manage with/me,/me init [project], and/me on//me off. Flows to
every surface because they share the same files. - Opt-in profile auto-learn.
/me learn onlets Codeep quietly extract your
durable preferences from sessions — one cheap, throttled LLM pass at session
save — and merge them into a separateprofile.learned.md(global + project),
kept apart from your hand-written file so it's never clobbered./me learn
runs it once on demand,/me learn projectscopes to this repo,/me forget
clears it. Off by default; gated byautoLearnProfile. - Profile sync.
codeep account syncpushes your globalprofile.mdto the
codeep.dev dashboard (where it's editable) and pulls it to new machines. Pull
is additive — a web edit never overwrites an existing local profile. /mein ACP. Zed, VS Code, and any ACP client can view and manage the
profile, not just the terminal.
Added — Multi-agent delegation
- Sub-agents + the
delegatetool. The agent can delegate a self-contained
sub-task to a specialist that runs in its OWN fresh context window and returns
only a summary — so the main context stays small and each sub-task runs with a
tuned persona and a scoped toolset. Four built-ins:planner(read-only
planning),researcher(read-only explorer),reviewer(read-only senior
review),tester(writes + runs tests). Run/agentsto list them. - Custom sub-agents. Define your own with a frontmatter
.mdin
.codeep/agents/<name>.md(project) or~/.codeep/agents/(global): name,
description, atoolsallowlist, optionalmodeloverride,personality
preset, andmaxIterationsbudget. Mirrors the personalities/skills pattern. - Auto-review pipeline. Enable Agent Auto-Review (
agentAutoReview, off
by default) and after any run that changes files, Codeep automatically
delegates to thereviewerand appends its findings — a review stage that
always happens, without relying on the model to self-delegate one. /agentssurfaced in the TUI and ACP (Zed / VS Code).
Notes
- Profile is local-first and opt-in: injection is gated by
userProfile(default
on), auto-learn byautoLearnProfile(default off). Nothing reaches the
dashboard unless you runcodeep account sync. - Sub-agent tool scoping is enforced at dispatch — a
researchercan't write
files even if it tries. Sub-agents inherit your profile, project rules, and
permission prompts, and their file changes are covered by/undo(they record
into the parent's session). Delegation depth is capped at 1; model overrides
are sequential-safe.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Codeep
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]