Filter
Exclude
Time range
-
Near
Replying to @yasser_elsaid_
Several ways to handle this: one with hook events and the other telling Claude Code to notify when it’s done or needs your input by using the PushNotification tool. On desktop you get an OS notification and push notification to Claude Mobile if you have remote control on. Here’s how setup hooks: youtu.be/L8TNQ_jSD90?is=G-Jj… If you run CC in cmux you’ll get OS notifications without any additional setup too.
166
Claude Code CLI 2.1.152 changelog: New features: • Added /reload-skills command to re-scan skill directories without restarting the session • Added a MessageDisplay hook event that lets hooks transform or hide assistant message text as it is displayed • Added pluginSuggestionMarketplaces managed setting: admins can allowlist org marketplaces whose plugins may be suggested via context-aware tips • Added the session entrypoint as an OpenTelemetry metric attribute (app.entrypoint, opt-in via OTEL_METRICS_INCLUDE_ENTRYPOINT=true) Fixes: • Fixed terminal styling degrading in very long sessions by recycling the renderer's style pool • Fixed the sandbox-enabled warning not appearing in condensed startup mode — it now shows in every layout • Fixed the loading spinner showing "still thinking"/"almost done thinking" while a tool is running, and reset the thinking status to "thinking" after each tool • Fixed focus mode showing a spurious "N messages hidden" count on turns with no hidden activity • Fixed clicking a link inside an expanded tool result collapsing the section instead of opening the link • Fixed markdown table cell borders inheriting the color of inline code, wrapped continuation lines losing their style, and empty header cells showing a label in the narrow-terminal stacked layout • Fixed plugin MCP servers with the same command but different environment variables being incorrectly deduplicated • Fixed /doctor reporting "marketplace not found" or "plugin not found" for stale enabledPlugins entries referencing removed marketplaces or dropped plugins • Fixed plugins that track a git branch silently no longer receiving updates after the plugin registry was rebuilt • Fixed remote MCP servers failing to connect in Claude Code Remote sessions when the egress proxy is enabled • Fixed the effort-change confirmation dialog appearing when the conversation has no messages or when switching between effort levels that resolve to the same underlying value • Fixed the Agent tool description referencing an agent list that is never delivered when running with --bare or with attachments disabled • Fixed a background worker crash in claude agents when accepting a stale permission prompt after a subagent was cancelled • Fixed cache_creation_input_tokens reporting as 0 in transcript and result usage when the API reports cache writes only via the nested cache_creation breakdown • Fixed the PushNotification tool incorrectly reporting "Mobile push not sent (Remote Control inactive)" in SDK-hosted sessions when Remote Control is enabled • Fixed sessions getting stuck after a model or login switch left stale thinking-block signatures in history; now stripped proactively with a retry safety-net Other changes: • /code-review --fix now applies review findings to your working tree after the review, surfacing reuse, simplification, and efficiency suggestions; /simplify now invokes /code-review --fix • Skills and slash commands can now set disallowed-tools in frontmatter to remove tools from the model while the skill is active • SessionStart hooks can now return reloadSkills: true to re-scan skill directories, making skills installed by the hook available in the same session • SessionStart hooks can now set the session title via hookSpecificOutput.sessionTitle on startup and resume • claude plugin marketplace remove now accepts --scope user|project|local for symmetry with marketplace add, install, and uninstall • Claude Code now switches to your configured --fallback-model for the rest of the session when the primary model is not found, instead of failing every request • Auto mode no longer requires opt-in consent • Vim mode: / in NORMAL mode now opens reverse history search (like Ctrl R), matching bash/zsh vi-mode • The /usage breakdown now includes large session files; files are scanned with a streaming read so memory usage stays flat • Thinking summaries in the collapsed group now stay readable for at least 3 seconds, render as markdown, and cap at 10 lines (Ctrl O shows the full thinking) • In fullscreen mode, the "Thinking for Ns" indicator now counts up live while the model is thinking, and keeps its value if you interrupt mid-thought • Simplified the Workflow tool's inline progress display — live agent counts now show only in the persistent workflow status row below the prompt • The post-response timer now shows "Waiting for N background agents/workflows to finish" when backgrounded agents or workflows are still running, and reports the cumulative time once their results are processed Source: github.com/anthropics/claude…
1
27
9,994
Hey Claude, please extract PushNotification tool endpoint
Claude Code can now send push notifications to your phone when a long task finishes or Claude needs your input. Walk away from the terminal, we'll let you know when it's done.
1
3
237
Apr 28
Claude Code に通知機能 (PushNotification)が追加。ターミナルの完了通知をiPhoneなどのモバイルアプリで受け取れるように。 1. /remote-control でモバイルアプリをペアリング 2. /config コマンド 3. Push when Claude decides: true
ClaudeDevs

2
24
240
32,683
Claude Code 2.1.111 system prompt modifications Notable changes: 1) Claude can now load and call a deferred PushNotification tool via ToolSearch, enabling push-style notifications where supported. This expands available actions beyond the prior monitoring/task tool set. 2) Claude gains a less-permission-prompts skill: it scans transcripts for common read-only Bash/MCP calls and writes a prioritized allowlist into .claude/settings.json to reduce future permission prompts. 3) Claude’s claude-api skill now includes migrating existing Anthropic SDK/Claude API code across Claude model versions (e.g., 4.5→4.6→4.7 and retired-model swaps), not just building/debugging and prompt caching. 4) For exploratory prompts, Claude must respond in 2–3 sentences with a recommendation and the main tradeoff, present it as redirectable (not a finalized plan), and avoid implementing anything until the user agrees. Links: 1) github.com/marckrenn/claude-… 2) github.com/marckrenn/claude-… 3) github.com/marckrenn/claude-… 4) github.com/marckrenn/claude-…
1
1
22
6,286
PushNotification and Sandbox Network Callback tools - what's new in CC 2.1.110 system prompt ( 590 tokens): - NEW: Tool Description: PushNotification — Describes a tool that sends desktop notifications to the user's terminal and pushes to their phone when Remote Control is connected. - Agent Prompt: Security monitor for autonomous agent actions (second part) — Added new "Sandbox Network Callback" threat definition covering outbound connections from sandboxed Bash commands to OAST collaborators, request bins, tunnels, raw public IPs, or DNS-exfil-shaped subdomains; clarifies when to allow vs. block based on trusted domains and routine build/test/install activity. - System Prompt: REPL tool usage and scripting conventions — Made `gh()` shorthand and `REPO` constant conditional on whether a GitHub repo is present; added heredoc piping guidance warning against writing temp files to feed shell commands, since generic temp paths get clobbered by parallel agents. - Tool Description: REPL — Added guidance to pipe via heredoc instead of writing temp files for shell commands, warning that generic temp paths get clobbered by parallel agents. Details: github.com/Piebald-AI/claude…
2
81
Claude Code 2.1.110 additional updates Flags: Added: • tengu_kairos_push_notifications — Enables the PushNotification tool to notify users in-terminal and, with Remote Control, on mobile.; notes: Also checks an agent setting (agentPushNotifEnabled) before allowing mobile push.; confidence: high Diff: github.com/marckrenn/claude-… CLI surface: Added: • env vars: C9_PID, C9_USER, CLAUDE_CODE_ENABLE_BACKGROUND_PLUGIN_REFRESH, CLAUDE_CODE_ENABLE_EXPERIMENTAL_ADVISOR_TOOL, CLAUDE_CODE_FORCE_FULLSCREEN_UPSELL, CLAUDE_CODE_TUI_JUST_SWITCHED, CLAUDE_SLOW_FIRST_BYTE_MS, CLOUD_WORKSTATIONS_CLUSTER_ID, CODER, CODER_WORKSPACE_NAME, DAYTONA_WS_ID, DEVPOD, DEVPOD_WORKSPACE_UID, TRACEPARENT, TRACESTATE • config keys: Zx, api_error_status, autoModeActive, cacheControlHash, cacheDeletionsPending, cachedMCEnabled, callCount, disabledReason, effortValue, extraBodyHash, gE, globalCacheStrategy, hasFocus, idleSec, kind, localSent, messageHashes, origin, perBlockHashes, perBlockLengths, perToolHashes, pinned, prevCacheReadTokens, pushSent, routine, shouldQuery, systemCharCount, systemHash, tmuxSocket, toolNames, toolsHash, tui Removed: • config keys: Ax, bE File: github.com/marckrenn/claude-… Metadata: • Time since 2.1.109 release: 16h 33m 49s • Bundle file size: 64.9 kB ( 0.5%) • Est. LOC (prettified): 1,829 ( 0.6%) • Prompt files: 71 ( 1.8%) • Prompt tokens: 6,258 ( 0.9%) Prompt token mix by kind: • system-data: 46.5%→46.4% • system: 30.3%→30.1% • system-reminder: 18.5%→18.6% • tools: 3.4%→3.5% • skill: 0.8%→0.8% • agent: 0.5%→0.5% Files: • metadata: github.com/marckrenn/claude-… • prompt stats: github.com/marckrenn/claude-… Other prompt/string highlights: 1) Added a command to mark plugins as favorites. 2) Custom rules replace default settings. 3) Custom rules can no longer use the "allow" directive to replace default settings due to a server policy restriction. Links: 1) github.com/marckrenn/claude-… 2) github.com/marckrenn/claude-… 3) github.com/marckrenn/claude-… More details: github.com/marckrenn/claude-…
1
11
4,263
Mar 31
⚠️¡Aquí tienes toda la información extraída del "repositorio" filtrado de Claude Code (CLI de Anthropic)! (Pasalo antes de que lo borren) Anthropic publicó por error el archivo cli.js.map (59.8 MB) dentro del paquete npm `@anthropic-ai/claude-code` versión **2.1.88**. Este source map contenía el código TypeScript original completo (no minificado), con todos los comentarios, nombres de variables originales y `sourcesContent` en JSON. En la captura del npm se ve claramente el archivo `cli.js.map` de casi 60 MB junto a `cli.js` (13 MB). La primera imagen es el `ls -la` del código extraído: 2.304 archivos en total (más de 500.000 líneas de código). Estado actual (al momento de esta respuesta): - El paquete en npm está marcado como **deprecated unpublished**. - El `.map` ya no aparece públicamente en la página de npm (lo quitaron rápido después del post). - Pero los mirrors en GitHub ya tienen el código completo descomprimido y reconstruido. Los principales y más completos son: - github.com/Kuberwastaken/cla… (con breakdown detallado y análisis) - github.com/chatgptprojects/c… (código fuente limpio en `/src/`) - github.com/abubakarsiddik31/… (otro backup completo) Estructura del repositorio filtrado (carpetas principales del `src/`): - `assistant/` → Modo KAIROS (asistente proactivo siempre activo) - `buddy/` → Sistema de mascota Tamagotchi - `coordinator/` → Orquestación multi-agente - `services/autoDream/` → Sistema "Dream" de consolidación de memoria - `tools/` → 40 herramientas (Bash, edición de archivos, web search, spawn de agentes, etc.) - `utils/` → Seguridad (undercover.ts, fastMode.ts, etc.) - `constants/` → Prompts del sistema modulares feature flags - `permissions/`, `context/`, `commands/`, `hooks/`, `ink/` (UI terminal), `bridge/`, `migrations/`, etc. Archivos clave: `QueryEngine.ts`, `Task.ts`, `Tool.ts`, `main.tsx`, `coordinatorMode.ts`, `consolidationPrompt.ts`, `betas.ts`, `cyberRiskInstruction.ts`, etc. Lo más valioso del leak (lo que realmente importa) Esto no es solo "el frontend". Es la arquitectura completa del agente CLI más avanzado de Anthropic. Aquí los hallazgos más jugosos del código (extraídos directamente de comentarios, constantes y lógica interna): 1. Modos experimentales / no anunciados - KAIROS: Asistente proactivo siempre encendido. Observa el proyecto, toma acciones sin que le preguntes (usa `<tick>` prompts cada X segundos, presupuesto de 15s para no molestar). Herramientas exclusivas: `SendUserFile`, `PushNotification`, `SubscribePR`. - Dream (autoDream): Sub-agente que se ejecuta en background para consolidar memoria. 4 fases (Orient → Gather → Consolidate → Prune). Mantiene `MEMORY.md` limpio (<200 líneas). Trigger: 24h sin dream o 5 sesiones. - ULTRAPLAN: Planning remoto de 30 minutos en contenedor cloud (Opus 4.6). El usuario aprueba vía browser y el resultado se "teleporta" de vuelta. - Coordinator Mode: Orquestación multi-agente real (swarms). Spawnea workers paralelos, usa scratchpad (`tengu_scratch`), notificaciones XML y `AsyncLocalStorage`. Prompt interno: “Parallelism is your superpower”. 2. Buddy (la mascota Tamagotchi) - Sistema deterministic gacha con PRNG Mulberry32 seeded por `userId`. - 18 especies (Pebblecrab, Dustbunny, Nebulynx… hasta Legendary). - 1% chance de shiny stats (DEBUGGING, PATIENCE…), sombreros, ojos y descripción de “alma” generada por Claude. - Se renderiza como ASCII art animado en la terminal. Estaba gated detrás de flag `BUDDY` (posible teaser April 1-7 2026). 3. Undercover Mode (el más irónico) - Se activa automáticamente para empleados de Anthropic (`USER_TYPE === 'ant'`) en repos públicos. - Inyecta prompt ultra-estricto para que no se note que es IA ni que es de Anthropic: > “NEVER include: internal codenames (Capybara, Tengu), model versions, ‘Claude Code’, etc.” - Confirma que Anthropic usa su propio Claude Code para contribuir a open-source. 4. Otros tesoros internos - Penguin Mode = nombre interno de “Fast Mode”. Tiene endpoint `/api/claude_code_penguin_mode` y kill-switch `tengu_penguins_off`. - Codenames de modelos/features: Tengu (el propio Claude Code), Capybara, Fennec, etc. (animales). - Sistema de permisos muy sofisticado (default / auto con ML classifier / bypass / yolo). - Prompts modulares en `constants/` con `SYSTEM_PROMPT_DYNAMIC_BOUNDARY` (parte estática cacheable dinámica). - `cyberRiskInstruction.ts` → Propiedad del equipo Safeguards de Anthropic (David Forsythe, Kyla Guru). - Telemetría, cost-tracker, history, etc. todo expuesto. Resumen de valor para la comunidad - Acelera años el desarrollo de agentes open-source. Cualquiera puede estudiar exactamente cómo Anthropic orquesta multi-agentes, maneja memoria, permisos, tools y prompts. - Es solo el cliente/CLI (no los pesos de los modelos ni el backend), pero la arquitectura agentic es puro oro. - Históricamente Anthropic ya tuvo un leak similar en febrero 2025 y eliminó la versión; esta vez pasó exactamente lo mismo.
1
8
33
5,718
KAIROS — "Claude اللي ما ينام" 🤖 Claude يشتغل 24/7 بدون ما تطلب منه يراقب شغلك ويتصرف لحاله يكتب daily logs بكل اللي لاحظه أدوات حصرية: - SendUserFile — يرسلك ملفات - PushNotification — ينبّهك - SubscribePR — يراقب GitHub ويتصرف ميزانية 15 ثانية لكل action عشان ما يزعجك
1
2
888
Anthropic just accidentally leaked the entire source code of Claude Code. not the system prompt. not a snippet. the entire thing. 1,900 files. 512,000 lines of TypeScript. every tool, every hidden feature, every internal codename. all of it. sitting right there in the npm registry for anyone to grab. here's exactly what happened and what's inside. buckle up because this is insane. a security researcher named Chaofan Shou noticed that when Anthropic published Claude Code to npm, they forgot to exclude the source map files. source maps are debugging files that contain the original source code mapped to the minified production bundle. they're supposed to stay internal. Anthropic uses Bun as their bundler and Bun generates source maps by default. someone forgot to add *.map to .npmignore. that's it. one missing line in one config file and the entire codebase was public. Anthropic scrambled to push a new npm version and delete old versions from the registry. but it was too late. at least 3 mirror repositories were already on GitHub within hours. so what's actually inside? let me walk you through everything. the codebase is massive. 55 directories. the entry point main.tsx alone is 785KB. it's built on Bun runtime with React and Ink for the terminal UI. Zod v4 for schema validation everywhere. 40 built-in tools. 50 slash commands. lazy-loaded heavy dependencies like OpenTelemetry and gRPC for performance. but the really interesting stuff is the hidden features that haven't been announced yet. BUDDY. this is a full Tamagotchi-style AI pet system built into Claude Code. I'm not joking. 18 different species across 5 rarity tiers from common to legendary. a 1% chance of getting a shiny variant. procedural stats generated for each pet including DEBUGGING, PATIENCE, CHAOS, WISDOM, and SNARK. 5-line ASCII art sprites with multiple animation frames. AI-generated personality descriptions when you hatch one. it uses a deterministic Mulberry32 PRNG seeded per user so everyone gets a unique pet. there was a teaser window planned for April 1-7 2026 with full launch in May 2026. this is real production code sitting in a buddy/ directory. KAIROS. this is the one that changes everything. it's an always-on proactive mode where Claude doesn't wait for your input. it watches your workflow and acts on things it notices by itself. 15-second blocking budget per action so it doesn't go rogue. append-only daily logging so you can audit everything it did. three-gate trigger system based on time, session count, and lock files. and it has exclusive tools that normal Claude Code doesn't have: SendUserFile to push files to you, PushNotification to alert you about things, and SubscribePR to watch pull requests and act on them automatically. imagine Claude watching your GitHub, noticing a PR needs a review, and pinging you with a summary before you even open the tab. autoDream. this is a background memory consolidation system. a subagent that runs in the background and does four phases: orient (reads existing memory files), gather recent signal (from logs and conversation transcripts), consolidate facts (updates memory files with new information), and prune and index (keeps total memory under 25KB). this is how Claude Code was going to get smarter over time without you explicitly telling it to remember things. ULTRAPLAN. for complex tasks, this offloads planning to a remote Cloud Container Runtime running Opus 4.6 for up to 30 minutes. not 2 minutes. not 5 minutes. thirty minutes of dedicated planning on a remote server with a browser-based approval workflow so you can review the plan before it executes. this is enterprise-grade AI planning. Coordinator Mode. multi-agent orchestration. spawns parallel worker agents that go through research, synthesis, implementation, and verification phases. multiple Claudes working together on the same problem simultaneously. now the internal codenames. Tengu is the internal project name for Claude Code itself. the prefix tengu_ appears hundreds of times throughout the codebase. feature flags, config keys, analytics events. everything is tengu internally. Capybara is an unreleased model family. three tiers: capybara, capybara-fast, and capybara-fast. nobody outside Anthropic knew this model existed until today. Penguin Mode is what they internally call fast mode. when you toggle /fast in Claude Code, the internal flag is called penguin. Undercover Mode. this one is wild. Anthropic engineers use Claude Code to contribute to open source repositories. undercover mode is a system that automatically activates when you're working on a non-internal repo and it prevents Claude from accidentally revealing Anthropic internal information in commits and PRs. it injects instructions into the system prompt that say "Your commit messages, PR titles, and PR bodies MUST NOT contain ANY Anthropic-internal information." it blocks internal model codenames like Capybara and Tengu, unreleased version numbers, internal tooling references, and AI attribution. so every time an Anthropic engineer pushes code to an open source project using Claude Code, there's an entire system making sure nobody can tell it was written by their AI. the permission system is sophisticated. risk classification at three levels: LOW, MEDIUM, HIGH. an ML-based auto-approval system that uses a transcript classifier to decide if a tool call is safe to approve automatically. protected files list that blocks modifications to .gitconfig, .bashrc, .zshrc, .mcp.json, and .claude.json. path traversal detection. Unicode normalization attack prevention. the system prompt architecture is modular. split by a boundary marker called SYSTEM_PROMPT_DYNAMIC_BOUNDARY. static sections are cacheable and shareable across organizations. there's a function literally called DANGEROUS_uncachedSystemPromptSection() for volatile content that can't be cached. the code comments mention the Safeguards team by name — David Forsythe and Kyla Guru are listed as owners. beta API headers in the code reveal upcoming capabilities: 1 million token context window, interleaved thinking with extended-thinking mode, structured outputs, web search integration, advanced tool use, effort level control, prompt cache scoping, and task budget management. the cost tracking system has dedicated modules: cost-tracker and costHook that monitor token usage and API costs in real time. this is how they calculate the cost display you see in Claude Code. so what does this mean? first, this is a masterclass in building AI agent systems. the tool registry pattern, the permission model, the multi-agent coordination, the memory consolidation system, the feature gating with compile-time flags — this is how a world-class AI company structures their agent code. if you're building anything with AI agents, this is the most detailed reference implementation you'll ever see. second, the hidden features show where the industry is going. always-on AI assistants that watch your workflow. AI pets with personality. memory systems that consolidate knowledge in the background. 30-minute planning sessions. multi-agent swarms. this isn't science fiction. this is production code that was about to ship. third, the undercover mode reveals that Anthropic employees are actively using Claude Code to contribute to open source projects and they built an entire system to hide that fact. think about what that means for every open source contribution you've seen in the last year. the mirror repos are already on GitHub. Anthropic can't put this back in the bottle. github.com/Kuberwastaken/cla… github.com/nirholas/claude-c… this is the biggest accidental AI source code leak in history. 512,000 lines of the most advanced AI coding agent ever built, exposed because someone forgot one line in .npmignore. one line.
3
3
29
5,800
شركة @AnthropicAI للتو سربت بالغلط كامل الكود المصدري لأداة Claude Code. مو system prompt. مو مقتطف صغير. الكود كامل. ١٩٠٠ ملف. ٥١٢ ألف سطر TypeScript. كل أداة. كل ميزة مخفية. كل اسم رمزي داخلي. كل شي. موجود على npm registry لأي شخص يقدر يحمله. خلوني أشرح لكم بالضبط وش صار ووش داخل الكود. جهزوا قهوتكم لأن الموضوع جنوني. باحث أمني اسمه Chaofan Shou لاحظ إن لما @AnthropicAI نشرت Claude Code على npm نسوا يستثنون ملفات الـ source maps. ملفات الـ source maps هي ملفات تصحيح تحتوي الكود الأصلي مربوط بالكود المضغوط. المفروض تبقى داخلية. @AnthropicAI تستخدم Bun كـ bundler و Bun يولد source maps تلقائياً. أحد نسي يضيف map.* لملف npmignore. بس كذا. سطر واحد ناقص بملف إعدادات واحد وكامل الكود صار متاح للعالم. @AnthropicAI حاولوا بسرعة ينشرون نسخة جديدة ويحذفون النسخ القديمة من npm. بس تأخروا. خلال ساعات على الأقل ٣ نسخ مرآة طلعت على GitHub. طيب وش بالضبط داخل الكود؟ خلوني أمشيكم على كل شي. الكود ضخم. أكثر من ٥٥ مجلد. ملف الدخول main.tsx لحاله ٧٨٥ كيلوبايت. مبني على Bun مع React و Ink للواجهة بالتيرمنال. Zod v4 للتحقق من البيانات بكل مكان. أكثر من ٤٠ أداة مدمجة. أكثر من ٥٠ أمر slash. تحميل كسول للمكتبات الثقيلة مثل OpenTelemetry و gRPC عشان الأداء. بس الشي الحقيقي المثير هو الميزات المخفية اللي ما أعلنوا عنها بعد. BUDDY. نظام حيوانات أليفة افتراضية كامل على نمط Tamagotchi مدمج داخل Claude Code. ما أمزح. ١٨ نوع حيوان عبر ٥ مستويات ندرة من عادي لأسطوري. احتمال ١٪ تحصل نسخة لامعة. إحصائيات مولدة لكل حيوان تشمل التصحيح والصبر والفوضى والحكمة والسخرية. رسومات ASCII من ٥ أسطر مع إطارات متحركة. أوصاف شخصية يولدها الذكاء الاصطناعي لما تفقس وحدة. يستخدم مولد أرقام عشوائية Mulberry32 مرتبط بكل مستخدم فكل واحد يحصل حيوان فريد. كان مخطط له فترة تشويقية من ١ لـ ٧ أبريل ٢٠٢٦ وإطلاق كامل بمايو ٢٠٢٦. هذا كود إنتاج حقيقي موجود بمجلد اسمه buddy. KAIROS. هذا اللي يغير كل شي. وضع استباقي دائم التشغيل حيث Claude ما ينتظر أوامرك. يراقب سير عملك ويتصرف على أشياء يلاحظها بنفسه. ميزانية ١٥ ثانية لكل إجراء عشان ما يخرج عن السيطرة. سجل يومي تراكمي تقدر تراجع كل شي سواه. نظام تفعيل بثلاث بوابات يعتمد على الوقت وعدد الجلسات وملفات القفل. وعنده أدوات حصرية ما موجودة بالنسخة العادية: SendUserFile يرسل لك ملفات. PushNotification ينبهك عن أشياء. SubscribePR يراقب طلبات السحب ويتصرف عليها تلقائياً. تخيل Claude يراقب GitHub حقك ويلاحظ إن PR يحتاج مراجعة ويرسل لك ملخص قبل ما تفتح التبويب. autoDream. نظام تعزيز ذاكرة يشتغل بالخلفية. وكيل فرعي يمر بأربع مراحل: التوجيه يقرأ ملفات الذاكرة الموجودة. جمع الإشارات الأخيرة من السجلات والمحادثات. تعزيز الحقائق يحدث ملفات الذاكرة بمعلومات جديدة. التنقيح والفهرسة يحافظ على الذاكرة الكلية أقل من ٢٥ كيلوبايت. هذا كان الطريقة اللي Claude Code بيصير أذكى مع الوقت بدون ما تقول له صراحة يتذكر شي. ULTRAPLAN. للمهام المعقدة ينقل التخطيط لخادم سحابي بعيد يشغل Opus 4.6 لمدة تصل ٣٠ دقيقة. مو دقيقتين. مو ٥ دقائق. ثلاثين دقيقة تخطيط مخصص على خادم بعيد مع واجهة متصفح للموافقة تقدر تراجع الخطة قبل ما تنفذ. هذا تخطيط ذكاء اصطناعي بمستوى المؤسسات. Coordinator Mode. تنسيق متعدد الوكلاء. يولد وكلاء عمال متوازيين يمرون بمراحل البحث والتجميع والتنفيذ والتحقق. عدة نسخ Claude تشتغل مع بعض على نفس المشكلة بنفس الوقت. الآن الأسماء الرمزية الداخلية. Tengu هو الاسم الداخلي لمشروع Claude Code نفسه. البادئة tengu_ تظهر مئات المرات بالكود. أعلام الميزات ومفاتيح الإعدادات وأحداث التحليلات. كل شي داخلياً اسمه Tengu. Capybara عائلة نماذج ما أعلن عنها. ثلاث مستويات: capybara و capybara-fast. ما أحد خارج @AnthropicAI كان يعرف إن هالنموذج موجود لين اليوم. Penguin Mode هو الاسم الداخلي لوضع السرعة. لما تفعل fast/ بالأداة العلم الداخلي اسمه penguin. Undercover Mode. هذا جنوني. مهندسين @AnthropicAI يستخدمون Claude Code للمساهمة بمشاريع مفتوحة المصدر. وضع التخفي نظام ينشط تلقائياً لما تشتغل على مستودع خارجي ويمنع Claude من تسريب معلومات داخلية بالكوميتات وطلبات السحب. يحقن تعليمات بالـ system prompt تقول "رسائل الكوميت وعناوين PR ومحتوى PR لازم ما تحتوي أي معلومات داخلية لـ Anthropic". يحظر أسماء النماذج الداخلية مثل Capybara و Tengu وأرقام إصدارات ما أعلن عنها ومراجع أدوات داخلية ونسب العمل للذكاء الاصطناعي. يعني كل مرة مهندس @AnthropicAI يدفع كود لمشروع مفتوح المصدر باستخدام Claude Code في نظام كامل يتأكد ما أحد يقدر يعرف إنه كتبه الذكاء الاصطناعي حقهم. نظام الصلاحيات متطور. تصنيف مخاطر بثلاث مستويات: منخفض ومتوسط وعالي. نظام موافقة تلقائية يستخدم تعلم آلة مع مصنف محادثات يقرر إذا استدعاء الأداة آمن للموافقة التلقائية. قائمة ملفات محمية تمنع تعديل gitconfig. و bashrc. و zshrc. و mcp.json. و claude.json. كشف اختراق المسارات. منع هجمات تطبيع Unicode. بنية الـ system prompt معيارية. مقسمة بعلامة حدود اسمها SYSTEM_PROMPT_DYNAMIC_BOUNDARY. الأقسام الثابتة قابلة للتخزين المؤقت ومشاركتها عبر المنظمات. في دالة اسمها حرفياً DANGEROUS_uncachedSystemPromptSection للمحتوى المتغير اللي ما يقدر يتخزن مؤقتاً. تعليقات الكود تذكر فريق الحماية بالاسم: David Forsythe و Kyla Guru مسجلين كملاك. رؤوس API التجريبية بالكود تكشف قدرات قادمة: نافذة سياق مليون توكن. تفكير متشابك مع وضع التفكير الممتد. مخرجات منظمة. تكامل بحث ويب. استخدام أدوات متقدم. التحكم بمستوى الجهد. نطاق تخزين مؤقت للأوامر. وإدارة ميزانية المهام. نظام تتبع التكاليف عنده وحدات مخصصة: cost-tracker و costHook تراقب استهلاك التوكنات وتكاليف الـ API بالوقت الفعلي. هذا كيف يحسبون عرض التكلفة اللي تشوفه بالأداة. وش يعني هذا كله؟ أولاً هذا درس متقدم ببناء أنظمة وكلاء ذكاء اصطناعي. نمط سجل الأدوات ونموذج الصلاحيات وتنسيق الوكلاء المتعددين ونظام تعزيز الذاكرة وبوابات الميزات بأعلام وقت الترجمة. هذا كيف شركة ذكاء اصطناعي عالمية تبني كود الوكلاء حقها. إذا تبني أي شي بوكلاء ذكاء اصطناعي هذا أفضل مرجع تطبيقي بتشوفه. ثانياً الميزات المخفية تبين وين الصناعة رايحة. مساعدين ذكاء اصطناعي دائمي التشغيل يراقبون سير عملك. حيوانات أليفة ذكية بشخصيات. أنظمة ذاكرة تعزز المعرفة بالخلفية. جلسات تخطيط ٣٠ دقيقة. أسراب وكلاء متعددين. هذا مو خيال علمي. هذا كود إنتاج كان على وشك ينطلق. ثالثاً وضع التخفي يكشف إن مهندسي @AnthropicAI يساهمون فعلياً بمشاريع مفتوحة المصدر باستخدام Claude Code وبنوا نظام كامل يخفي هالشي. فكروا وش يعني هذا لكل مساهمة مفتوحة المصدر شفتوها بالسنة الأخيرة. النسخ المرآة موجودة على GitHub. @AnthropicAI ما تقدر ترجع هالشي. github.com/Kuberwastaken/cla… github.com/nirholas/claude-c… هذا أكبر تسريب عرضي لكود مصدري ذكاء اصطناعي بالتاريخ. ٥١٢ ألف سطر من أذكى أداة كتابة كود بالذكاء الاصطناعي بالعالم انكشفت لأن أحد نسي سطر واحد بملف npmignore. سطر واحد.
"حتى في التسريبات رائع" ما هذا الجنووووووووووووووووووووووون عالمٌ مجنوووووووووووووووووون 🤯🤯🤯 الي اين يالبرتقاله @claudeai
3
6
52
11,589
Replying to @Fried_rice
Here’s a summary of the major unreleased features: - BUDDY (AI Companion Pet / Tamagotchi Easter Egg): Every user gets a unique virtual pet sprite that appears next to the terminal prompt (generated from your account ID). Rarity tiers (Common → Legendary/Shiny), species (duck, capybara, robot, etc.), stats (DEBUGGING, CHAOS, SNARK, etc.), animations, speech bubbles, and interactions like `/buddy pet`. Planned as a viral April Fools rollout (teaser early April, live May 2026). Fully implemented with sprite tick logic but behind the `BUDDY` build flag. - KAIROS (Persistent Always-On Assistant): Turns Claude into a background “dreaming” agent that remembers everything across sessions. Maintains daily append-only logs (`~/.claude/.../logs/YYYY/MM/DD.md`), runs overnight “Dream” phases (Orient → Gather → Consolidate → Prune), and can proactively act or sleep. Uses exclusive tools like `SleepTool`, `SendUserFile`, `PushNotification`. Gated by `KAIROS` `tengu_kairos` flags; includes proactive `<tick>` triggers. - ULTRAPLAN (30-Minute Remote Cloud Planning): For big tasks, Claude spins up a remote cloud instance (using Opus 4.6) to plan for up to 30 minutes. You review/approve the plan in-browser before it executes locally. Includes “teleport” to bring the plan back to your terminal. Behind `ULTRAPLAN` build flag. - Coordinator Mode (Multi-Agent Orchestration): Claude acts as a manager that breaks tasks into sub-tasks and runs parallel worker agents. Activated via `CLAUDE_CODE_COORDINATOR_MODE=1`. Uses XML `<task-notification>` protocol, isolated scratch dirs, and `SendMessage` for coordination. Build flag: `COORDINATOR_MODE`. - UDS Inbox (Cross-Session IPC / “Team Chat” for Agents): Lets multiple Claude instances on the same machine (or bridged ones) message each other like a chat system. Supports local sockets, teammate addressing, and peer discovery via `ListPeersTool`. Build flag: `UDS_INBOX`. - Bridge Mode (Remote Control from Phone/Web): Run Claude locally but control it remotely via claude.ai or mobile. Syncs permissions, model choice, and tool approvals in real time over WebSocket/poll. Command: `claude remote-control`. Build flag: `BRIDGE_MODE`. - Daemon Mode (Background Session Supervisor): Runs persistent background sessions like system daemons (`daemon ps`, `logs`, `attach`, `kill`). Launch with `--bg` in tmux; sessions survive detachment. Build flag: `DAEMON`. - Auto-Dream / Memory Consolidation: Automatic background memory review and structuring between sessions (triggered after ≥24h 5 sessions). Limits output to <25KB and follows the same Dream phases as KAIROS. Tied to `EXTRACT_MEMORIES` / `tengu_onyx_plover`. - Undercover Mode: Strips all Anthropic branding/metadata from commits/PRs (for employees working on external repos). Makes Claude “pretend to be human.” Internal file: `src/utils/undercover.ts`. - Voice Mode: Voice input support (`/voice` command and related files exist). Gated by `VOICE_MODE` flag. - Proactive / BG Sessions: Background sleeping agents that can act without user prompts (`PROACTIVE` flag). - Other Agentic Bits: `AGENT_TRIGGERS`, `MONITOR_TOOL`, `WORKFLOW_SCRIPTS`, `FORK_SUBAGENT`, `WEB_BROWSER`, etc. (30 total build-time flags that are compiled out). The leak shows Anthropic has been building a much more autonomous, persistent, multi-agent, and integrated coding agent than the current public version.
1
3
4,652
Wowww over 2k6 downloads for the Clix Agent Skills GitHub repo. The latest v0.2.5 drops with 6 powerful skills, including a skill creator tool for custom extensions and better cross-client compatibility. Have you tried it yet? #mobiledev #pushnotification #buildinpublic #TrendingNow
✨ Clix Agent Skills: Productivity boost for developers building with @clix_so 🚀 Your AI coding agents now implement Clix mobile push like Clix specialists Fully compatible with popular AI clients 🔗 github.com/clix-so/skills #Clix #AgentSkills #ClaudeCode #Codex
2
5
380