-
Notifications
You must be signed in to change notification settings - Fork 33
Feature/chat view #432
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
Open
Cheggin
wants to merge
33
commits into
main
Choose a base branch
from
feature/chat-view
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.
Open
Feature/chat view #432
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
961d4aa
chat: deterministic bash command summarizer for friendly tool labels
Cheggin ba244ad
chat: collapsible tool group with live and prose summaries
Cheggin d624874
hub: add Back-to-chat button to AgentPane header
Cheggin b707490
chore(deps): add zustand, immer, prism-react-renderer
Cheggin 0834fec
feat(state): zustand sessions store + UI store + IPC bridge
Cheggin a185789
feat(main): per-session CDP screencast preview + browser-attached IPC
Cheggin 2cc38ca
feat(chat): conversational view — pane, transcript, turns, tool grouping
Cheggin 8e53b03
feat(chat): tool rendering — code blocks, labels, spinner, browser pr…
Cheggin 77d8273
feat(hub): wire chat view and entry points
Cheggin ce75b68
test(chat): groupIntoTurns unit tests
Cheggin 8ea1b7f
feat(toast): wire toasts into settings, connections, and cookie sync
Cheggin cea4055
Merge remote-tracking branch 'origin/main' into feature/chat-view
Cheggin db2313d
chat: clickable harness-output paths via shell.showItemInFolder
Cheggin 00307ef
Merge remote-tracking branch 'origin/main' into feature/chat-view
Cheggin bd1cd89
chat: header polish — engine icons, badges, status colors
Cheggin 87abe01
screenshots: inline-render user-facing captures via chatfile:// protocol
Cheggin 5e534d9
chat: streaming prose, hoisted images, layout-shift fixes
Cheggin bf2bb45
feat(chat): quote-from-selection + composer layout fixes
Cheggin 03cd563
chat: fix streaming typewriter stall + clear transcript on rerun
Cheggin cc085cc
Merge branch 'main' of https://github.com/browser-use/desktop-app int…
Cheggin 246f972
Preserve product direction for chat view
Cheggin 262ba2c
Let chat edits rerun with a replaced prompt
Cheggin 9f08d6e
Restore chat-first UI polish without changing streaming
Cheggin 9f16331
Package only Vite build output
Cheggin 78333dd
Prevent validated chat regressions from reaching users
Cheggin 8cec7b7
Stop follow-ups from replacing chat kickoff prompts
Cheggin 8707b47
Keep chat preview rendering without visible browser views
Cheggin 146cbf0
Keep product direction drafts local
Cheggin 1e5d106
Surface agent skills directly in chat
Cheggin 7ed6624
Make running-state copy configurable
Cheggin 40cae4d
Run hub renderer specs with app aliases
Cheggin beef769
Keep session UI state truthful across startup races
Cheggin f38dac6
Preserve live session state across packaging and preview races
Cheggin 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
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.
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.
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.
P2: Quote sanitization only removes trailing quotes, so quoted skill IDs fail to resolve.
Prompt for AI agents