Logseq Brain v0.6.0: Persistent Memory Plugin for Claude Code Adds Journey Log and Section-Targeted Reads

Logseq Brain is a plugin for Claude Code that gives Claude persistent memory through a user-owned Logseq graph. It saves and loads project context, decisions, and progress across sessions and devices, syncing via the graph so context travels with you. v0.6.0 just shipped with several updates.
What's New in v0.6.0
- Journey Log: Every brain operation (
init,load,save,status,search) now logs a one-line bullet in today's journal under## Activity. Provides a cheap audit trail of what Claude did and when. - Section-Targeted Reads:
brain-load(brief mode) andbrain-savenow grep for headings and read only the sections they need, delivering real token savings on large project pages. - Progressive Disclosure: Each
SKILL.mdis now a compact orchestrator that loads per-skillreferences/and cross-skillskills/_shared/(path-resolution, journey-log, staleness, section-locator) on demand. - Sharper Descriptions: All four skill descriptions now state what they trigger on and what they don't, reducing wrong invocations.
- Toggle:
.brain-config.jsongainsjourneyLog: true|false(defaulttrue).
Installation
Install via the skillsmith marketplace in Claude Code:
/plugin marketplace add jame581/skillsmith
/plugin install logseq-brain@skillsmithAlso works with GitHub Copilot CLI and Gemini CLI.
Repo: https://github.com/jame581/LogseqBrain
v0.7.0 is already in development. Feedback is welcome on the Reddit thread.
Who It's For
Developers using Claude Code (or Copilot CLI / Gemini CLI) who need persistent, user-owned memory across sessions and devices.
📖 Read the full source: r/ClaudeAI
👀 See Also

Patina: A Claude Code Skill That Detects and Rewrites AI Writing Patterns
A developer has created a Claude Code skill called patina that identifies 112 patterns that make AI-generated text obvious across four languages, then rewrites flagged sections. The tool includes modes for detection-only, scoring, and iterative rewriting.

Microsoft Teams SDK Adds HTTP Server Adapter for Existing AI Agents
The Microsoft Teams SDK now includes an HTTP server adapter that lets developers connect existing AI agents to Teams without rewriting their code. It works with LangChain chains, Slack bots, and Azure Foundry deployments by injecting a POST /api/messages endpoint into existing Express servers.

Open-source structural hallucination checker for AI agent pipelines
A new open-source tool provides four suppressors to catch structural failures in AI agent pipelines, including grounding enforcement, prompt injection detection, JSON validation, and tool response verification. Available as both a REST API and MCP server with a free tier of 500 requests/month.

Measuring Off-Task Token Spend in Claude Code: The 'Undeclared-Intent' Metric
A developer built a metric to quantify compute spent on unintended execution paths in Claude Code sessions, finding that 22.8% of tokens went to off-task work.