mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| 1password | ||
| apple-notes | ||
| apple-reminders | ||
| bear-notes | ||
| blogwatcher | ||
| blucli | ||
| camsnap | ||
| clawhub | ||
| coding-agent | ||
| diagram-maker | ||
| eightctl | ||
| gemini | ||
| gh-issues | ||
| gifgrep | ||
| github | ||
| gog | ||
| goplaces | ||
| healthcheck | ||
| himalaya | ||
| imsg | ||
| mcporter | ||
| meme-maker | ||
| model-usage | ||
| nano-pdf | ||
| node-connect | ||
| node-inspect-debugger | ||
| notion | ||
| obsidian | ||
| openai-whisper | ||
| openai-whisper-api | ||
| openhue | ||
| oracle | ||
| ordercli | ||
| peekaboo | ||
| python-debugpy | ||
| sag | ||
| session-logs | ||
| sherpa-onnx-tts | ||
| skill-creator | ||
| songsee | ||
| sonoscli | ||
| spike | ||
| spotify-player | ||
| summarize | ||
| taskflow | ||
| taskflow-inbox-triage | ||
| things-mac | ||
| tmux | ||
| trello | ||
| video-frames | ||
| weather | ||
| xurl | ||
| pyproject.toml | ||