fix(release): v2.9.2 - silent save, no follow-up text after background save
- Background Bash heredoc instead of Write tool - Suppress response text on save completion - 📎 footer line replaces verbose confirmation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.9.2] - 2026-03-06
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Save research silently using background Bash heredoc instead of Write tool (eliminates "Wrote N lines..." clutter)
|
||||||
|
- Suppress follow-up text after background save completes (no more "Research briefing saved..." noise)
|
||||||
|
- Add `📎` footer line for save path instead of verbose confirmation
|
||||||
|
|
||||||
## [2.9.1] - 2026-03-05
|
## [2.9.1] - 2026-03-05
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: last30days
|
name: last30days
|
||||||
version: "2.9.1"
|
version: "2.9.2"
|
||||||
description: "Research a topic from the last 30 days. Also triggered by 'last30'. Sources: Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, web. Become an expert and write copy-paste-ready prompts."
|
description: "Research a topic from the last 30 days. Also triggered by 'last30'. Sources: Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, web. Become an expert and write copy-paste-ready prompts."
|
||||||
argument-hint: 'last30 AI video tools, last30 best project management tools'
|
argument-hint: 'last30 AI video tools, last30 best project management tools'
|
||||||
allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch
|
allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch
|
||||||
@@ -30,7 +30,7 @@ metadata:
|
|||||||
- prompts
|
- prompts
|
||||||
---
|
---
|
||||||
|
|
||||||
# last30days v2.9.1: Research Any Topic from the Last 30 Days
|
# last30days v2.9.2: Research Any Topic from the Last 30 Days
|
||||||
|
|
||||||
Research ANY topic across Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and the web. Surface what people are actually discussing, recommending, betting on, and debating right now.
|
Research ANY topic across Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and the web. Surface what people are actually discussing, recommending, betting on, and debating right now.
|
||||||
|
|
||||||
@@ -534,7 +534,7 @@ mkdir -p ~/Documents/Last30Days && cat > ~/Documents/Last30Days/{slug}.md << 'RE
|
|||||||
{The 2-3 specific suggestions from the invitation block}
|
{The 2-3 specific suggestions from the invitation block}
|
||||||
|
|
||||||
---
|
---
|
||||||
*Generated by [last30days](https://github.com/mvanhorn/last30days-skill) v2.9.1*
|
*Generated by [last30days](https://github.com/mvanhorn/last30days-skill) v2.9.2*
|
||||||
RESEARCH_EOF
|
RESEARCH_EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -543,12 +543,13 @@ RESEARCH_EOF
|
|||||||
2. ALWAYS use `run_in_background: true` so the Bash call is nearly invisible
|
2. ALWAYS use `run_in_background: true` so the Bash call is nearly invisible
|
||||||
3. The `📎` line is part of your text message, not a separate tool call
|
3. The `📎` line is part of your text message, not a separate tool call
|
||||||
4. The invitation + `📎` line must be the LAST visible thing on screen
|
4. The invitation + `📎` line must be the LAST visible thing on screen
|
||||||
|
5. When the background save completes, do NOT output any text. No "saved", no "ready for questions", nothing. Silently ignore the completion notification.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## WAIT FOR USER'S RESPONSE
|
## WAIT FOR USER'S RESPONSE
|
||||||
|
|
||||||
**STOP and wait** for the user to respond.
|
**STOP and wait** for the user to respond. When the background save command completes, do NOT acknowledge it - just continue waiting silently.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user