claude-code-autoconfig 1.0.128 → 1.0.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,9 +118,7 @@ Read the temp file to internalize the recovered context. **Treat the recovered e
118
118
 
119
119
  Then display a confirmation message:
120
120
 
121
- > **~{tokens} tokens recovered and persisted into context ({N} messages, last {minutes} minutes).** Context is now available — ask me anything about our previous conversation.
122
- >
123
- > To see the specific context restored to this session, run `/recover-context -{minutes} --show`
121
+ > **~{tokens} tokens recovered and persisted into context ({N} messages, last {minutes} minutes).**
124
122
 
125
123
  ## Step 5: Open transcript (if --show flag)
126
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "Intelligent, self-configuring setup for Claude Code. One command analyzes your project, configures Claude, and shows you what it did.",
5
5
  "author": "ADAC 1001 <info@adac1001.com>",
6
6
  "license": "MIT",