-
Notifications
You must be signed in to change notification settings - Fork 80
fix: session resumption fix, and bug fixes for arg path logic #522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lity. - Sessions are now only using the hardcoded task id when `report_tasks` is true - Session resumption is still possible with standalone but it will use the continue flah when sessions are found in the workdir - Tests are updated for new print statements, and logic - `--dangerously-skip-permissions` is now only forced when `report_tasks` is true instead of `ai_prompt`
…ncluded during task session resumption
…her when report_tasks is true or if the variable is true
|
I'm going to test this in my deployment and then we should be good to merge this. Ultimately this fixes up some issues with the previous logic, and resolves the issues with prompts being interpreted as commands. |
|
This is good to go |
|
@DevelopmentCats, if you have tested, then fine with me. Please update the PR title to be more descriptive. |
david-fraley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lending an approval based on prior convos. Haven't actually reviewed things
|
LGTM, functionality pov, it doesn't break anymore. |
Description
Fix issue with commands being injected through prompt.
Bug fix for logic in arg paths.
Type of Change
Module Information
Path:
registry/coder/modules/claude-codeNew version:
v4.0.1Breaking change: [ ] Yes [X] No
Testing & Validation
bun test)bun fmt)Related Issues