Skip to content

Release AdClaw v1.0.27#86

Merged
nttylock merged 2 commits into
mainfrom
release/v1.0.27
May 26, 2026
Merged

Release AdClaw v1.0.27#86
nttylock merged 2 commits into
mainfrom
release/v1.0.27

Conversation

@nttylock

Copy link
Copy Markdown
Member

Summary

  • bump package version to 1.0.27 for the public release after merged secret-store and console UI hotfixes

Validation

  • env PYTHONPATH=src python - <<'PY' ... printed 1.0.27
  • git diff --check

Release note

After merge, create GitHub Release v1.0.27 to trigger PyPI/Docker publishing.

@nttylock
nttylock merged commit 45ca4d2 into main May 26, 2026
6 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4003225866

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +671 to +673
for message in copy.deepcopy(list(messages or [])):
add_result = add(message)
if inspect.isawaitable(add_result):

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Clear target memory before append-copying fallback state

In the get_memory/add fallback path, this helper appends every source message into the target without clearing existing entries first. During fallback success we call _copy_agent_memory(agent, fb_agent) and then _copy_agent_memory(fb_agent, agent), so any memory backend that lacks state_dict/load_state_dict will duplicate the whole conversation in agent on each fallback turn, inflating persisted session history and replaying stale messages in later prompts.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant