Skip to content

fix: avoid script dedup key collisions#39

Open
saschabuehrle wants to merge 1 commit intoCopilotKit:mainfrom
saschabuehrle:fix/issue-37-script-dedup-key
Open

fix: avoid script dedup key collisions#39
saschabuehrle wants to merge 1 commit intoCopilotKit:mainfrom
saschabuehrle:fix/issue-37-script-dedup-key

Conversation

@saschabuehrle
Copy link

Fixes #37

The script dedup key was truncated to 16 chars, which can collide for scripts with similar prefixes. This uses the full base64 key so different scripts no longer share the same exec marker.

Greetings, saschabuehrle

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.

Script dedup key truncation may cause collisions

1 participant