This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryAgent now includes full project intelligence in its system prompt.
Full changelog
What's new
/memory command
Add custom notes to project intelligence directly from the CLI:
/memory Always use pnpm, never npm
/memory Main entry point is src/renderer/main.ts
Notes are included in every AI and agent conversation for this project.
Agent now uses project intelligence
The agent system prompt now includes the full intelligence.json context — frameworks, architecture, entry points, API endpoints, and custom notes. Previously only chat mode had access to this data.
Configurable tool confirmations
In dangerous confirmation mode, you can now choose exactly which tools require approval via /settings:
- Confirm: delete_file — ON by default
- Confirm: execute_command — ON by default
- Confirm: write_file / edit_file — OFF by default
API endpoint detection
/scan now detects API routes in your project:
- Next.js App Router (
app/**/route.ts) - Next.js Pages Router (
pages/api/**) - Express / Fastify (
app.get('/path')) - Laravel (
Route::get('/path')) - Django (
urls.py)
Dashboard improvements
- Confirmation dialog before archiving a project
- "View all N →" link when you have more than 10 projects
- Pending / Done tabs for tasks with counts
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]