{
  "markdown": "# whats-new\n\nThe Claude Code team ships features *literally every day*. That's amazing — but also kind of overwhelming.\n\nYou hear about a cool new feature on X. You bookmark it. You tell yourself you'll try it later. You forget. A week later you're doing something the hard way and someone mentions, \"Oh, you know there's a command for that, right?\" Sound familiar?\n\nThe problem isn't that the features don't exist — it's the context switching. You're deep in your workflow, focused on your code, and the last thing you want to do is stop everything, open the docs, dig through changelogs, figure out what a feature does, and then try to remember to use it when you're back in your terminal.\n\n**whats-new** fixes this by bringing feature discovery *into* your session. No more context switching. No more digging through docs or hunting down posts. While you're working, you can ask about a feature, get a random recommendation that makes you go \"wait, *that* exists?\", or let the plugin notice what you're doing and suggest something relevant. The information comes to you — right where you need it, right when you can actually use it.\n\nIt's like having a colleague who's read every changelog sitting next to you, ready to tap you on the shoulder at just the right moment.\n\n<p align=\"center\">\n  <img src=\"assets/claude-team-go-brr.jpeg\" alt=\"Everything Claude Team shipped in 52 days — a calendar showing daily feature releases from Feb 1 to Mar 24, 2026\" width=\"700\" />\n  <br />\n  <em>Image from <a href=\"https://www.productcompass.pm/p/claude-shipping-calendar\">The Product Compass Newsletter</a>. Yeah... good luck keeping up with all that.</em>\n</p>\n\n## Installation\n\n```bash\n# From the official marketplace\nclaude plugin install whats-new\n\n# Or add the self-hosted marketplace and install\nclaude plugin marketplace add iskysun96/whats-new\nclaude plugin install whats-new\n\n# Or install directly from GitHub\nclaude plugin install github:iskysun96/whats-new\n\n# Or for local development\nclaude --plugin-dir ./whats-new\n```\n\n## Commands\n\n### `/whats-new:discover [what you're working on]`\nDescribe what you're currently doing and get matched with Claude Code features that can help. Instead of looking up features yourself, just tell it your task and let it find the relevant ones for you.\n\n```\n/whats-new:discover I'm refactoring a large codebase and need to make changes across many files\n/whats-new:discover I keep running tests manually after every change\n/whats-new:discover I want a better git workflow for managing multiple PRs\n```\n\n### `/whats-new:surprise-me`\nGet a random feature explained in a fun, conversational way. Great for learning something new every day.\n\n### `/whats-new:list [filter]`\nBrowse all features, optionally filtered by category, tag, or status.\n\n```\n/whats-new:list                    # All features\n/whats-new:list Multi-Agent        # Filter by category\n/whats-new:list agents             # Filter by tag\n/whats-new:list public-beta        # Filter by status\n```\n\n### `/whats-new:configure [mode]`\nSet how aggressively the plugin suggests features.\n\n```\n/whats-new:configure introvert     # No proactive suggestions\n/whats-new:configure coworker      # Feature of the day at session start (default)\n/whats-new:configure that-friend   # Proactive suggestions during your session (beta)\n```\n\n## Notification Modes\n\n| Mode | Session Start | During Session | Manual Commands |\n|------|--------------|----------------|-----------------|\n| **introvert** | Nothing | Nothing | Available |\n| **coworker** | Feature of the day | Nothing | Available |\n| **that-friend** (beta) | Feature of the day | Claude suggests features when relevant | Available |\n\n## Feature Status Tracking\n\nEvery feature entry tracks its lifecycle:\n\n- **[GA]** — Generally Available to all users\n- **[PUBLIC BETA]** — Available but still in beta\n- **[PRIVATE BETA]** — Limited availability\n- **[EXPERIMENTAL]** — Early stage, may change\n- **[DEPRECATED]** — Being phased out\n\n## Auto-Update Pipeline\n\nA daily GitHub Action keeps the knowledge base current:\n\n1. Fetches the latest CHANGELOG.md from `anthropics/claude-code`\n2. Diffs against the last known version\n3. Uses Claude Haiku to classify entries as major/minor (~$0.01/run)\n4. Generates feature entries for major items using Claude Sonnet\n5. Opens a PR for human review\n\nTo enable: set the `ANTHROPIC_API_KEY` secret in your fork's GitHub settings.\n\n## Knowledge Base\n\nThe plugin ships with 50 curated feature entries across 10 categories:\n\n- **Core Modes** — Auto, Plan, Voice, Bare\n- **Multi-Agent** — Subagents, Background Agents, Agent Teams, Custom Agents, Task System\n- **Memory & Context** — Sessions, Auto-Memory, Context Management, Extended Thinking\n- **Extensibility** — Plugins, Skills, Hooks, Rules, MCP Servers\n- **Editor Integration** — VS Code, JetBrains, Desktop, Chrome\n- **Developer Tools** — Bash, File Tools, Search, WebFetch, Images, Computer Use, LSP\n- **Workflow & Automation** — Loop/Cron, Worktrees, GitHub, Transcripts, Deep Links\n- **Customization** — Vim Mode, Themes, Keybindings, Terminal Setup, Prompts, Copy Picker\n- **Infrastructure** — Models, Cost Tracking, Diagnostics, Permissions, Auth\n- **Enterprise & Cloud** — Bedrock, Vertex AI, Managed Settings, Channels, Remote Control\n\n## Development\n\n```bash\n# Test locally\nclaude --plugin-dir ./whats-new\n\n# Rebuild the feature index after adding/editing entries\nbash scripts/build-index.sh\n\n# Validate the plugin\nbash scripts/validate.sh\n```\n\n## Contributing\n\n1. Fork the repo\n2. Add or update feature entries in `features/entries/`\n3. Run `bash scripts/build-index.sh` to rebuild the index\n4. Run `bash scripts/validate.sh` to check for issues\n5. Submit a PR\n\n## License\n\nMIT\n",
  "bytes": 5716,
  "sha": "abe2f702babe283d29296656500c3cbccf1b9bfd8095f64498542f16116a65ea",
  "repo_slug": "iskysun96/whats-new",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_iskysun96_whats_new_whats_new_fcc6efb1/readme"
}