openclaw/skills
Chris Anderson f3ac874fd2
Recover archived (.reset) session transcripts in memory hook + session-logs skill (#71537)
* fix(session-memory): recover archived reset transcripts

* docs(session-logs): include archived transcripts in skill examples

Plain .jsonl globs miss .jsonl.reset.*Z and .jsonl.deleted.*Z files,
which still contain real transcript content. Add explicit guidance and
a list_session_transcripts helper so searches can opt in to full
history when needed.

Pairs with the session-memory recover-from-archive fix in the same
branch.

* docs(session-logs): scope nullglob and use while-read in helper

Address Greptile review feedback on PR #71537:

* nullglob is now saved and restored inside list_session_transcripts so
  the helper does not change the caller shell environment when sourced.
* Replace 'for f in $(list_session_transcripts)' tip with a 'while
  IFS= read -r' loop so paths with spaces or other IFS characters are
  handled correctly. Include a worked example using the same date+size
  listing the surrounding section already documents.

Doc only, no runtime behavior change.
2026-07-01 02:07:58 -07:00
..
1password fix(skills/1password): stop forcing tmux for desktop app auth (#52540) (#81825) 2026-06-19 08:26:56 +08:00
apple-notes
apple-reminders
bear-notes
blogwatcher
blucli
camsnap
clawhub fix(skills): harden ClawHub update policy 2026-06-22 16:03:19 +08:00
coding-agent
diagram-maker
eightctl
gemini
gh-issues improve: simplify PR context and evidence (#94676) 2026-06-19 14:00:38 -06:00
gifgrep
github
gog fix(skills): point gog brew install at homebrew-core gogcli (#95017) (#95019) 2026-06-22 13:02:26 +08:00
goplaces
healthcheck
himalaya
imsg
mcporter
meme-maker
model-usage fix(model-usage): coerce numeric-string costs and ignore non-finite values (#87861) 2026-06-23 16:16:31 +08:00
nano-pdf
node-connect
node-inspect-debugger
notion
obsidian
openai-whisper
openai-whisper-api
openhue
oracle
ordercli
peekaboo fix(macos): route Peekaboo through app bridge 2026-06-15 09:14:16 -04:00
python-debugpy
sag
session-logs Recover archived (.reset) session transcripts in memory hook + session-logs skill (#71537) 2026-07-01 02:07:58 -07:00
sherpa-onnx-tts
skill-creator fix: prevent skill-creator from bypassing workshop proposals (#98346) 2026-07-01 03:24:22 +00:00
songsee
sonoscli
spike
spotify-player
summarize
taskflow
taskflow-inbox-triage
things-mac
tmux
trello fix(skills/trello): add curl to requires.bins to match body examples (fixes #94727) (#94729) 2026-06-19 04:33:38 +00:00
video-frames
weather
xurl
pyproject.toml