Skip to content

Conversation

chezsmithy
Copy link
Contributor

@chezsmithy chezsmithy commented Oct 15, 2025

Description

  • In the latest release anthropic has enabled a new memory tool solution that allows local repository memory to be automatically updated based on internal model decisions.
  • This PR implements the memory tool for the Bedrock provider, and OIA Bedrock adapter, as a tool.
  • For the vscode and intelliJ extensions it's enabled as an experimental tool.
  • for the CLI it's enabled as a default tool.

The tool is only enabled for the following models:

"claude-sonnet-4-5-20250929",      // Claude Sonnet 4.5
"claude-sonnet-4-20250514",        // Claude Sonnet 4
"claude-haiku-4-5-20251001",       // Claude Haiku 4.5
"claude-opus-4-1-20250805",        // Claude Opus 4.1
"claude-opus-4-20250514",          // Claude Opus 4

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-general-review or @continue-detailed-review

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screen recording or screenshot

[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]

Tests

Added tests as needed.

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

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant