-
Notifications
You must be signed in to change notification settings - Fork 118
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
Patch animation fix #542
Draft
MarcMcIntosh
wants to merge
22
commits into
main
Choose a base branch
from
patch-animation-fix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Patch animation fix #542
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…it was manually accepted or rejected.
…ccepts the diff. interactive rebase in progress; onto 3efa513 Last commands done (4 commands done): pick f1102ea wip(ide tool edit): send enough info to the ide to know which tool edit was manually accepted or rejected. pick a0dbf40 feat(chat): append tool call accepted message to chat when the user accepts the diff. Next commands to do (5 remaining commands): pick be1a614 wip(manual patch): remove the tool confiormation when manually applying patches. pick 7e4e644 fix: inconstancy with auto sending when accpetting or reject a patch multiple times. You are currently rebasing branch 'ui-patch-tool-changes' on '3efa5139'. Changes to be committed: modified: refact-agent/gui/src/features/Chat/Thread/actions.ts modified: refact-agent/gui/src/features/Chat/Thread/reducer.ts modified: refact-agent/gui/src/features/History/historySlice.ts modified: refact-agent/gui/src/hooks/useEventBusForApp.ts modified: refact-agent/gui/src/services/refact/types.ts
…eject. You are currently rebasing branch 'ui-patch-tool-changes' on '3efa5139'. Changes to be committed: modified: refact-agent/gui/src/app/middleware.ts modified: refact-agent/gui/src/features/Chat/Thread/actions.ts modified: refact-agent/gui/src/features/Chat/Thread/reducer.ts modified: refact-agent/gui/src/features/History/historySlice.ts modified: refact-agent/gui/src/hooks/useSendChatRequest.ts
) * ci: update version bump logic for alpha branch & npm publish in CI * ci: allow publish runs for test branch * ci: debug info * ci: test alpha version publishment * ci: push to HEAD:<name-of-remote-branch> when pushing tags after publishment * ci: add check for existing versions on publish attempt * ci: jump over locked alpha.3 version since unpublishment takes up to 72 hours * ci: add notifications to slack * ci: adjust notification text of npm publishment * ci: jump over alpha.4 due to locks in 72 hours * ci: cut off slack announce & version skip of alpha.5 because of 72 hours lock when unpublishing * ci: version skip to alpha.6 & publishing alpha minor patch update if pushing to dev branch or if manually starting up in dev branch, otherwise regular patch version update * ci: working CI for publishment & version jump to alpha.7 * ci: separate build and publish workflows, committing updated package.json * ci: fix alpha version bump check * ci: pushing to branch based on ref_name instead of head_ref * ci: fix of publish with latest or alpha tags based on ref_name * Version bump 2.0.8-alpha.10 * ci: include release tag on npm in slack notification * ci: version bump GUI & fix of setup vars * Version bump 2.0.8-alpha.12 * ci: simplify checks in workflow * Version bump 2.0.8-alpha.13 * ci: removed test/workflow-alpha-version mentions * chore: restore original formatting of build ci workflow config file --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2cc7859
to
52aaad8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.