Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cat/claude-code-memory
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. feat: add user memory support to claude-code module

    - Add enable_user_memory variable to enable/disable user memory functionality
    - Add user_memory_content variable for initial memory content
    - Create ~/.claude/CLAUDE.md file for persistent user preferences
    - Add comprehensive documentation with examples
    - User memory persists outside workspace for cross-project preferences
    
    Co-authored-by: DevelopmentCats <176868952+DevelopmentCats@users.noreply.github.com>
    blink-so[bot] and DevelopmentCats committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    f59ea6f View commit details
    Browse the repository at this point in the history
  2. chore: bump module versions (minor)

    Co-authored-by: DevelopmentCats <176868952+DevelopmentCats@users.noreply.github.com>
    blink-so[bot] and DevelopmentCats committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    7ce8738 View commit details
    Browse the repository at this point in the history
Loading