-
Notifications
You must be signed in to change notification settings - Fork 16
Sync feedback: Desktop chat, model, and preview fixes #80
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
alichherawalla
wants to merge
79
commits into
main
Choose a base branch
from
release/sync-feedback
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
Changes from 25 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
809bf5a
fix(preview): an ogcapture URL is parsed, not sliced, so Windows find…
alichherawalla 69f5c13
test(preview): the drive letter, the POSIX path, and the escaping in …
alichherawalla 3046ac9
chore(llama): one owner for the engine version, moved to b10369
alichherawalla 5e165a8
fix(sidebar): a row's hover colour comes from the text token, not the…
alichherawalla f2b47c1
refactor(chat): one decoder and one content rule for an image-bearing…
alichherawalla 501118f
fix(chat): a turn's attachments are read from the turn, not from the …
alichherawalla 84c7e8b
feat(models): Nemotron 3.5 Lightning and Muse Glimmer, tagged new + c…
alichherawalla 610e633
chore(llama): package.json owns the engine version, and both platform…
alichherawalla bbe6e41
docs(gaps): MTP belongs in @offgrid/models, not in one app's screens
alichherawalla 051302b
fix(chat): the thinking controls come from the loaded template, not f…
alichherawalla 0b3f418
fix(models): one size rule, so a card stops printing the same file in…
alichherawalla f04edbb
fix(imagegen): a generated image previews on Windows
alichherawalla 511fd2d
fix(files): every attachment failed on Windows, and sharp took the blame
alichherawalla 33bb2a0
fix(chat): a streamed reply is stored under the id its peers already …
alichherawalla 79bb06f
feat(chat): a file still on its way draws a loader on its own turn
alichherawalla 6ec7b84
feat(chat): publish and render generation phases
alichherawalla 8e05797
fix(chat): preview synced image attachments
alichherawalla d37f0f3
fix(chat): present synced generation results
alichherawalla bbe3cc7
fix(chat): tighten consecutive tool rows
alichherawalla ae5883a
fix(chat): align live image state and markdown rendering
alichherawalla 282523d
refactor(models): consume shared catalog package
alichherawalla 075917a
fix(desktop): resolve static analysis findings
alichherawalla b960f6b
refactor(chat): split message presentation sections
alichherawalla e1cbac5
test(desktop): verify runtime boundaries through behavior
alichherawalla 76b370a
fix(coverage): keep DB report on service code
alichherawalla 834bdf5
fix(imagegen): preserve the active stream on busy requests
alichherawalla 20b7187
fix(llm): apply the loaded thinking dialect everywhere
alichherawalla d93b750
fix(chat): close synced lifecycle review gaps
alichherawalla 5299706
fix(capture): reject malformed capture URLs
alichherawalla 1438e3f
docs(windows): state runtime revision parity
alichherawalla 86ecb01
fix(coverage): keep renderer code out of DB reports
alichherawalla 996cd58
fix(chat): one rhythm for reasoning and tool rows in a turn
alichherawalla 52eb21f
test(build): teach the whisper fake the load command the script gates on
alichherawalla 184a49b
test(packaging): name the pro renderer by what it delivers
alichherawalla 046387c
fix(chat): an attached image is a thumbnail, not a full-width preview
alichherawalla 98030a8
Revert "fix(chat): an attached image is a thumbnail, not a full-width…
alichherawalla 3e33a29
fix(chat): an attached picture fills its bubble and crops, like WhatsApp
alichherawalla 4302f54
fix(chat): only a filling picture gets a filling click target
alichherawalla e22a158
docs(gaps): non-image attachments sync to desktop as "text" and previ…
alichherawalla 9664273
fix(chat): render a document's bytes, and let sync decide what an att…
alichherawalla 83ca547
fix(chat): serve a PDF over the media origin, and let frame-src allow it
alichherawalla 9773d51
fix(media): serve a PDF as application/pdf, not as a download
alichherawalla 94cbfd2
fix(desktop): play a synced voice note instead of speaking it back
alichherawalla 05412e6
track pro as a submodule, so desktop-pro owns every file under pro/
alichherawalla dd7be6c
stop ignoring /pro/, now that it is a tracked submodule
alichherawalla d13f8f3
docs: require explicit architecture checks
3542625
fix(sync): update Pro replay ordering
d6ee531
chore(pro): update licensing activation behavior
8b1df67
chore(pro): update protected storage pairing behavior
48c55c3
fix(secrets): avoid unavailable OS encryption
46b6d7f
chore(pro): update protected license cache behavior
a4d06a7
fix(macos): recover secure storage from rewritten home
b9d9685
chore(pro): update attachment sync identity
526a452
chore(pro): update shared model package adapter
19fd4a0
chore(pro): update desktop sync ordering
ec12a33
fix(chat): reattach active desktop streams
d815540
fix(chat): preserve thinking during sync refresh
df935e7
fix(chat): remove stale web search placeholder
115367e
fix(chat): make Gallery and history panel controllable
alichherawalla 2681be9
fix(chat): place collapse control in conversation list
alichherawalla ee56786
fix(chat): keep conversation opener at left edge
alichherawalla 5929d01
fix(chat): keep one history toggle in header
alichherawalla 1613b36
fix(chat): smooth history panel sizing
alichherawalla 95ba4da
assets: bundle generated image style previews
alichherawalla f6c8f4d
feat: show bundled style previews in every image composer
alichherawalla 49fe656
fix(image): preserve enhanced generation prompt
alichherawalla 894b621
fix(chat): expand inline image styles
alichherawalla be93a7d
fix(image): unify live generation state
alichherawalla df267d9
fix(image): separate prompt stream from preview
alichherawalla f20f86f
fix(image): restore live preview updates
alichherawalla 03e0698
fix(image): expand live preview layout
alichherawalla fc6dd67
fix(models): accept transferred vision variants
alichherawalla 9a8c607
fix(models): preserve transferred variants
alichherawalla c01b970
fix(models): activate transferred vision variant
alichherawalla e3bf1fc
test(chat): stabilize project scope selection
alichherawalla 7c9e721
test(chat): stabilize composer input setup
alichherawalla 4c8ae05
chore(pro): update desktop transfer gates
alichherawalla f98afdd
fix(models): delete transferred variants
alichherawalla 0e44b00
test(files): cover optional image decode probe
alichherawalla 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
Some comments aren't visible on the classic Files Changed page.
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
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.