diff --git a/CHANGELOG.md b/CHANGELOG.md index 7489a63..599e9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- Add `/title` and `/rename` slash commands to CC for manual session naming per [CC#2112](https://github.com/anthropics/claude-code/issues/2112) (#199) - @bl-ue + ## [v3.0.2](https://github.com/Piebald-AI/tweakcc/releases/tag/v3.0.2) - 2025-11-13 - Create an example `config.json` if it doesn't exist and cli.js isn't found (#195) - @bl-ue diff --git a/README.md b/README.md index d741b07..a2bfce7 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ tweakcc is a CLI tool that upgrades your Claude Code experience. Customize its system prompts, add custom themes, create toolsets, and personalize the UI. > [!important] -> **NEW in 3.0.0:** tweakcc now supports Claude Code native installations! It also adds a new feature to CC called **toolsets**—try them out in Claude Code with the `/toolsets` command after you create them in tweakcc. Lastly it makes [Claude Code's native LSP server support work.](https://www.reddit.com/r/ClaudeAI/comments/1otdfo9/lsp_is_coming_to_claude_code_and_you_can_try_it/) +> **NEW in 3.1.0:** tweakcc now enables you to manually name your Claude Code sessions—run `npx tweakc --apply` now to get a `/title my chat title` slash command (or `/rename`)! > [!tip] -> **NEW in 2.0.0:** tweakcc can now customize all of Claude Code's system prompts! +> **NEW in 3.0.0:** tweakcc now supports Claude Code native installations! It also adds a new feature to CC called **toolsets**—try them out in Claude Code with the `/toolsets` command after you create them in tweakcc. Lastly it makes [Claude Code's native LSP server support work.](https://www.reddit.com/r/ClaudeAI/comments/1otdfo9/lsp_is_coming_to_claude_code_and_you_can_try_it/)