Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4b31320
Add GitHub Actions workflow to sync with public repository
JiriDeJonghe Oct 8, 2025
2fd7480
Add bidirectional sync workflows
JiriDeJonghe Oct 23, 2025
e6e2017
Remove sync-upstream.yml (replaced by pull-from-public.yml)
JiriDeJonghe Oct 23, 2025
126d94c
Add pull-from-public step before pushing to public
JiriDeJonghe Oct 23, 2025
5f992b5
Replace Personal Access Token with GitHub App credentials for sync wo…
JiriDeJonghe Oct 29, 2025
fc0f91c
Use variable instead of secret for SYNC_APP_ID
JiriDeJonghe Oct 29, 2025
44b6f74
Implement three-branch sync strategy for bidirectional repo sync
JiriDeJonghe Oct 30, 2025
978c335
Merge pull request #4 from anthropics/add-upstream-sync-workflow
zealoushacker Oct 31, 2025
c317594
Merge pull request #11 from anthropics/adriaan/elevenlabs-voice-assis…
zealoushacker Nov 1, 2025
f30042f
fix: exclude workflows from public repo sync
zealoushacker Nov 3, 2025
6aee0a8
Merge pull request #13 from anthropics/zh/fix-workflow-sync-permissio…
zealoushacker Nov 3, 2025
157d73b
fix(ci): amend merge commit to exclude workflow changes from sync
zealoushacker Nov 3, 2025
b63ac66
Merge pull request #14 from anthropics/zh/fix-workflow-sync-amend-commit
zealoushacker Nov 3, 2025
5a63d4c
fix(ci): checkout workflows from pre-merge state (HEAD^1)
zealoushacker Nov 3, 2025
445befc
Merge pull request #15 from anthropics/zh/fix-workflow-sync-head-parent
zealoushacker Nov 3, 2025
e938170
refactor(ci): use --no-commit and git restore for cleaner workflow ex…
zealoushacker Nov 3, 2025
17175ba
Merge pull request #16 from anthropics/zh/fix-workflow-sync-no-commit…
zealoushacker Nov 4, 2025
d9704b5
fix: use git rm --cached to properly exclude workflows from merge
zealoushacker Nov 4, 2025
df25eb2
Merge pull request #18 from anthropics/fix/workflow-sync-exclusion-clean
zealoushacker Nov 4, 2025
5dabfe9
Fix pull-from-public workflow issues
JiriDeJonghe Nov 14, 2025
44569e1
Merge pull request #20 from anthropics/jiri/workflows
zealoushacker Nov 14, 2025
f7f192d
Update memory cookbook with context editing features
ashprabaker Nov 15, 2025
beff93c
Fix style guide violations in memory cookbook
ashprabaker Nov 15, 2025
0693464
Add complete context editing demo with both APIs
ashprabaker Nov 15, 2025
f8712d1
Add extended thinking support for context editing demos
ashprabaker Nov 15, 2025
7074e69
minor fixes
ashprabaker Nov 15, 2025
a4f8d4c
update cookbook file name
ashprabaker Nov 15, 2025
9143c64
minor fixes
ashprabaker Nov 17, 2025
8fe6bae
Fix linting errors in memory demo files
zealoushacker Nov 21, 2025
5134c37
Remove sync-related files not needed in this PR
zealoushacker Nov 21, 2025
17a5bc9
Merge branch 'main' into update-memory-cookbook-context-editing
zealoushacker Nov 21, 2025
9e6ca61
Merge pull request #299 from anthropics/update-memory-cookbook-contex…
zealoushacker Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tool_use/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
ANTHROPIC_API_KEY=your_api_key_here

# Model name - Use a model that supports memory_20250818 tool
# Supported models:
# - claude-opus-4-1
# - claude-sonnet-4-5

# Supported: claude-opus-4-1, claude-sonnet-4-5, claude-sonnet-4, claude-haiku-4-5

ANTHROPIC_MODEL=claude-sonnet-4-5
Loading
Loading