feat(security): add threat intelligence DB, security commands, and cheatsheet audit fixes (v3.26.0)
- Add threat-db.yaml v2.0.0 with 63 malicious skills, 22 CVEs, 4 campaigns - Add /security-check, /security-audit, /update-threat-db slash commands - Add Snyk ToxicSkills evaluation (58th resource evaluation) - Fix cheatsheet: add Alt+T to keyboard shortcuts table, add /fast and /debug commands - Update Features Meconnues table with Agent Teams and Auto-Memories - Clean up cheatsheet.md.bak - Bump version to 3.26.0 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1b04bdbcf5
commit
971a297db3
14 changed files with 1209 additions and 46 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Written with**: Claude (Anthropic)
|
||||
|
||||
**Version**: 3.24.0 | **Last Updated**: February 2026
|
||||
**Version**: 3.26.0 | **Last Updated**: February 2026
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -26,6 +26,8 @@
|
|||
| `/teleport` | Teleport session from web |
|
||||
| `/tasks` | Monitor background tasks |
|
||||
| `/remote-env` | Configure cloud environment |
|
||||
| `/fast` | Toggle fast mode (2.5x speed, 6x cost) |
|
||||
| `/debug` | Systematic troubleshooting |
|
||||
| `/exit` | Quit (or Ctrl+D) |
|
||||
|
||||
---
|
||||
|
|
@ -42,6 +44,7 @@
|
|||
| `Tab` | Autocomplete |
|
||||
| `Shift+Enter` | New line |
|
||||
| `Ctrl+B` | Background tasks |
|
||||
| `Alt+T` | Toggle thinking |
|
||||
| `Ctrl+D` | Exit |
|
||||
|
||||
---
|
||||
|
|
@ -67,7 +70,8 @@
|
|||
|---------|-------|--------------|
|
||||
| **Tasks API** | v2.1.16 | Persistent task lists with dependencies |
|
||||
| **Background Agents** | v2.0.60 | Sub-agents work while you code |
|
||||
| **TeammateTool** | Experimental | Multi-agent coordination (unstable) |
|
||||
| **Agent Teams** | v2.1.32 | Multi-agent coordination (TeamCreate/SendMessage) |
|
||||
| **Auto-Memories** | v2.1.32 | Automatic cross-session context capture |
|
||||
| **Session Forking** | v2.1.19 | Rewind + create parallel timeline |
|
||||
| **LSP Tool** | v2.0.74 | Code intelligence (go-to-def, refs) |
|
||||
|
||||
|
|
@ -202,12 +206,13 @@ Model: Sonnet | Ctx: 89.5k | Cost: $2.11 | Ctx(u): 56.0%
|
|||
| **Plan Mode** | `Shift+Tab × 2` or `/plan` | Explore without modifying |
|
||||
| **OpusPlan** | `/model opusplan` | Opus for planning, Sonnet for execution |
|
||||
|
||||
> **⚠️ Opus 4.5+ Change**: Thinking mode is now **ON by default at max budget**. Keywords like "ultrathink" are cosmetic only.
|
||||
> **Opus 4.6**: Thinking is **ON by default at max budget**. Keywords like "think hard" or "ultrathink" are cosmetic only — they don't control depth.
|
||||
|
||||
| Control | Action | Persistence |
|
||||
|---------|--------|-------------|
|
||||
| **Alt+T** | Toggle thinking on/off | Session |
|
||||
| **/config** | Enable/disable globally | Permanent |
|
||||
| **`effort` param** | API only: `low\|medium\|high\|max` | Per-request |
|
||||
|
||||
**Cost tip**: For simple tasks, Alt+T to disable thinking → faster & cheaper.
|
||||
|
||||
|
|
@ -520,4 +525,4 @@ where.exe claude; claude doctor; claude mcp list
|
|||
|
||||
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
||||
|
||||
*Last updated: February 2026 | Version 3.24.0*
|
||||
*Last updated: February 2026 | Version 3.26.0*
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
**Last updated**: January 2026
|
||||
|
||||
**Version**: 3.24.0
|
||||
**Version**: 3.26.0
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -4283,7 +4283,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
|
|||
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
|
||||
| Personal permissions | `settings.local.json` | ❌ Gitignore |
|
||||
|
||||
### 3.24.0 Version Control & Backup
|
||||
### 3.26.0 Version Control & Backup
|
||||
|
||||
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
|
||||
|
||||
|
|
@ -19354,4 +19354,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
|
|||
|
||||
**Contributions**: Issues and PRs welcome.
|
||||
|
||||
**Last updated**: January 2026 | **Version**: 3.24.0
|
||||
**Last updated**: January 2026 | **Version**: 3.26.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue