-
Notifications
You must be signed in to change notification settings - Fork 895
feat(yolo-mode): add YOLO support to web interface #1767
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
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
09406d4
feat(web): add YOLO mode support to web interface
lucaspdude d090419
docs: add changelog entry for YOLO mode web support
lucaspdude c6e9fb4
docs: add YOLO mode toggle documentation in Web UI reference
lucaspdude a344513
Update web/src/hooks/useYoloMode.ts
lucaspdude c263fea
fix(web): initialize YOLO mode from server config on session connect
lucaspdude 9b9b6dc
Merge pull request #1 from lucaspdude/pr-1767
lucaspdude 6ff001c
fix(web): remove problematic ref-sync effect in useYoloMode hook
lucaspdude 0ff5cde
Merge branch 'pr-1767' into feat/yolo-mode-web
lucaspdude de8346a
Merge branch 'feat/yolo-mode-web' of github.com:lucaspdude/kimi-cli i…
lucaspdude 1519ec8
fix(web): add YOLO mode yellow dashed border to prompt composer
lucaspdude 3e94503
fix(web): add AbortController to useYoloMode hook to prevent race con…
lucaspdude f6fcb87
Merge branch 'pr-1767' into feat/yolo-mode-web
lucaspdude 27b3f7c
fix(web): preserve YOLO mode state when reconnecting to same session
lucaspdude 83bbe37
fix(web): avoid race condition in update_yolo_status endpoint
lucaspdude 77f2b1b
fix(web): guard against stale YOLO hydration overwriting WebSocket up…
lucaspdude e33c691
feat(web): add YOLO mode support to web interface
lucaspdude 47921b6
docs: add changelog entry for YOLO mode web support
lucaspdude 989e5a3
Update web/src/hooks/useYoloMode.ts
lucaspdude 7de9005
fix(web): initialize YOLO mode from server config on session connect
lucaspdude 5eef9af
fix(web): remove problematic ref-sync effect in useYoloMode hook
lucaspdude eea1d17
fix(web): add YOLO mode yellow dashed border to prompt composer
lucaspdude 1f8cf24
fix(web): add AbortController to useYoloMode hook to prevent race con…
lucaspdude 1131a93
Merge branch 'pr-1767' into feat/yolo-mode-web
lucaspdude 18c4f8a
fix(web): fix empty useEffect body for YOLO mode hydration
lucaspdude 8c93973
Merge branch 'main' into feat/yolo-mode-web
lucaspdude 3638038
fix(web): persist YOLO status to wire.jsonl for stopped sessions
lucaspdude fb6fcf7
test(web): add unit tests for YOLO mode API endpoints
lucaspdude dcab089
Merge upstream/main into feat/yolo-mode-web
lucaspdude 203da08
fix(web): guard against stale YOLO fetch results after session switches
lucaspdude 7006825
Merge remote-tracking branch 'upstream/main' into pr-1767
lucaspdude af706de
Merge remote-tracking branch 'upstream/main' into pr-1767
lucaspdude 0dc0d7e
Merge branch 'pr-1767' into feat/yolo-mode-web
lucaspdude 4a0d00b
Merge branch 'main' into feat/yolo-mode-web
lucaspdude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,4 +44,6 @@ node_modules/ | |
| static/ | ||
| .memo/ | ||
| .entire | ||
| .claude | ||
| .claude | ||
| .local/ | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.