feat: OpenClaw 2026.5.7 compatibility — palaia v2.8.0#201
Merged
Conversation
- Fix select/input height mismatch in New Entry form (explicit 38px) - Convert Project + Agent fields to datalist with autocomplete from API - Add /api/tags endpoint + tags datalist for autocomplete - Move Active Tasks from invisible page-bottom to sidebar (always visible) - Render detail body as formatted Markdown instead of raw monospace - Simplify layout from 3-column to 2-column (tasks now in sidebar) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entries now carry a source tag indicating how they were created: - webui: created via WebUI (human, 1.3× boost) - cli: created via palaia add/write (human, 1.3× boost) - auto-capture: passively captured (no boost) - no source tag: agent-created via MCP/tool (no boost) Updates badge display, detail panel, and OpenClaw recall ranking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
P0: Fix renderMarkdown double-encoding in code blocks (extract before esc), resolve merge conflict from stash/pop. P0: Filter webui/cli/auto-capture from edit form tag input. P1: Add source field to search result JS mapping. P1: Re-apply cli.py source tag injection (lost during stash/pop). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- types.ts: update SDK types to v2026.5.7 - Add ContextEngineFactoryContext (workspaceDir/agentDir) - Update ContextEngineFactory signature to accept factory context - Add TranscriptRewriteReplacement/Request/Result types - Add ContextEngineMaintenanceResult, ContextEnginePromptCacheInfo - Add turnMaintenanceMode to ContextEngineInfo - Add promptAuthority to AssembleResult - Add sessionId/sessionFile to CompactResult.result - Add availableTools + citationsMode to assemble() params - Add contextMode + session paths to prepareSubagentSpawn() params - Add rewriteTranscriptEntries + promptCache to ContextEngineRuntimeContext - Add MemoryPluginCapability, MemoryPluginPublicArtifact types - Add registerMemoryCapability to OpenClawPluginApi - Add before_agent_reply, model_call_started, model_call_ended hooks - Add tasks/taskFlow to PluginRuntime - context-engine.ts: assemble() now respects availableTools and citationsMode - Skips injection when no memory tools are available this turn - Appends citation guidance when citationsMode is active - index.ts: use registerMemoryCapability (v2026.5.7 API) with fallback to deprecated registerMemoryPromptSection; factory uses ContextEngineFactoryContext.workspaceDir for reliable workspace resolution - Bump peerDependency: openclaw >=2026.3.22 → >=2026.5.7 - Bump version: 2.7.3 → 2.8.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- CHANGELOG: new v2.8.0 entry (OpenClaw 2026.5.7 compat, new APIs) - SKILL.md: version 2.7.3 → 2.8.0, postUpdateMessage updated - All 4 SKILL.md copies synced (palaia/, root, skills/, plugin) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
>=2026.5.7(from>=2026.3.22)registerMemoryCapability(replaces deprecatedregisterMemoryPromptSection)ContextEngineFactoryContext.workspaceDirfor reliable workspace resolutionassemble()skips injection on turns where no memory tools are availableassemble()appends citation guidance whencitationsModeis activeTest plan
tsc --noEmitpasses without errorsvitest run— 207 tests pass across 7 test filesmemory_searchworks, context injection activecitationsModeproduces citation hint in system prompt additionpalaia doctor --fixclean on fresh install🤖 Generated with Claude Code