Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/compact-prompt-anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@pymodel/pythinker-code": patch
---

Make the chat prompt anchor a compact line index that expands to prompt labels.
Make the chat prompt anchor a compact line index that opens prompt and response previews.
2 changes: 1 addition & 1 deletion .changeset/show-desktop-update-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@pymodel/pythinker-code": patch
---

Show available desktop updates in a sidebar card with compact download progress.
Show available desktop updates as a sidebar button with release notes and update controls.
1 change: 1 addition & 0 deletions apps/desktop/src/window-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export function windowAppearanceOptions(platform: NodeJS.Platform): BrowserWindo
return {
autoHideMenuBar: true,
titleBarStyle: 'hiddenInset',
titleBarOverlay: true,
trafficLightPosition: { x: 16, y: 16 },
// A transparent NSWindow is non-opaque with a clear background, which
// removes native corners and shadow. Vibrancy does not require it.
Expand Down
1 change: 1 addition & 0 deletions apps/desktop/tests/window-appearance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('desktop window appearance configuration', () => {

expect('frame' in opts).toBe(false)
expect(opts['titleBarStyle']).toBe('hiddenInset')
expect(opts['titleBarOverlay']).toBe(true)
expect(opts['trafficLightPosition']).toEqual({ x: 16, y: 16 })
// Native corners and shadow require an opaque window.
expect('transparent' in opts).toBe(false)
Expand Down
4 changes: 2 additions & 2 deletions apps/pythinker-code/dist-web/.web-bundle-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sourceHash": "f88e4160eddd99fef98d31820eb0a5e660fc8209a97edb99e62b445d7f9b7365",
"sourceFileCount": 403
"sourceHash": "ad0be8811299a96afcfa243941b6812309cf4597345759fac292edbcf7dea1e4",
"sourceFileCount": 404
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading