Skip to content

Codeep

v1.2.160 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agent ai-agents ai-tools cli-app

Affected surfaces

auth rbac

Summary

AI summary

Agent 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

Track Codeep

Get notified when new releases ship.

Sign up free

About Codeep

All releases →

Related context

Earlier breaking changes

  • v2.4.1 MiniMax M3 replaces MiniMax-M2.7 as default model across all providers.
  • v2.0.0 McpServer protocol now optional fields `command`, `args`, plus new `url` and `headers`; version bumped to 2.0.0.

Beta — feedback welcome: [email protected]