chore: version packages#378
Merged
Merged
Conversation
d967ffe to
ce9b342
Compare
ce9b342 to
4557863
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@martian-engineering/lossless-claw@0.8.1
Patch Changes
#379
7f42703Thanks @jalehman! - Improve thesession_idfallback conversation lookup by adding the matching composite index so SQLite can satisfy the latest-conversation query without a scan and temp sort.#366
f4177ecThanks @100yenadmin! - Fix bootstrap recovery when a session rotates to a new transcript file so stale summaries and checkpoints are cleared before re-importing the replacement session history.#376
06a05e5Thanks @100yenadmin! - Add startup diagnostics that attribute resolved ignore/stateless pattern sources, and warn when env-backed pattern arrays override plugin config arrays.#353
6fa2829Thanks @copilot-swe-agent! - Pre-bundle the plugin todist/index.jsusing esbuild before publishing. This eliminates the per-invocation TypeScript compilation overhead caused by OpenClaw's JITI loader recursively transpiling every.tssource file, reducing CLI startup latency from 15–25 s to near-instant.#354
b0ad788Thanks @copilot-swe-agent! - HonorOPENCLAW_STATE_DIRfor the default database, large-file storage, auth-profile, and legacy secret paths so multi-profile OpenClaw gateways do not read and write each other's state.#380
33ecb88Thanks @jalehman! - Stop rerunning startup summary and tool-call backfills after they complete successfully, while still retrying the same backfill version cleanly if startup fails before the completion marker is written.#371
597ec70Thanks @holgergruenhagen! - Avoid treating omitted LCM summarizer reasoning settings like reasoning-disabled requests for reasoning-capable models by applying a low default only when the resolved model supports reasoning.#377
3b2d34cThanks @100yenadmin! - Add an opt-intranscriptGcEnabledconfig flag, defaulting it tofalse, and skip transcript-GC rewrites duringmaintain()unless the flag is enabled. Also add startup diagnostics and documentation for the new setting.#387
5113044Thanks @oguzbilgic! - Refresh the bootstrap checkpoint after normalafterTurn()ingestion so persistent sessions can keep using the append-only bootstrap fast path after real conversation turns.