271 Commits

Author SHA1 Message Date
Benjamin Shafii
a829371b81 chore: bump version to 0.11.147 2026-03-13 17:59:22 -07:00
jcllobet
444d83207b Revert "Add a skills launcher modal (#906)"
This reverts commit 1c568f9256.
2026-03-13 16:39:51 -07:00
Jan
1c568f9256 Add a skills launcher modal (#906)
* Add a skills launcher modal

* Fix shared skill imports

* Add shared skill import demo video

* Add live skill import evidence

* Fix share link imports without descriptions

---------

Co-authored-by: jcllobet <jcllobet@users.noreply.github.com>
2026-03-13 16:31:44 -07:00
Jan
38d1c2d106 Fix share preview wrapping for long pasted skills (#901)
* Add share preview wrap e2e coverage

* Wrap long text in share previews

* Keep share preview type prediction stable

---------

Co-authored-by: jcllobet <jcllobet@users.noreply.github.com>
2026-03-13 12:04:29 -07:00
Benjamin Shafii
8809a8014f chore: bump version to 0.11.146 2026-03-13 11:41:19 -07:00
Benjamin Shafii
8ceed304eb chore: bump version to 0.11.145 2026-03-12 22:14:18 -07:00
Benjamin Shafii
90a55d910f Revert "Simplify app.openwork.software worker launch flow (#868)"
This reverts commit e3465607f1.
2026-03-12 18:32:21 -07:00
Jan
e3465607f1 Simplify app.openwork.software worker launch flow (#868)
* Simplify cloud worker launch UI

* Prioritize worker launch in overview

* Add overview comparison screenshots

* Make worker status indicator horizontal

* Add latest overview screenshots

* Wire local web mode for Den and Next

* Polish cloud launch wait flow

* Refine cloud launch modal copy

* Expand cloud startup sequence

* minimal changes

---------

Co-authored-by: jcllobet <jcllobet@users.noreply.github.com>
2026-03-12 16:17:27 -07:00
OmarMcAdam
5ddc46476d chore: bump version to 0.11.144 2026-03-12 15:39:43 -07:00
Benjamin Shafii
41aeb178d4 chore: bump version to 0.11.143 2026-03-12 13:50:28 -07:00
Benjamin Shafii
f9b586ae94 chore: bump version to 0.11.142 2026-03-11 18:16:09 -07:00
Benjamin Shafii
9af84bd00e chore: bump version to 0.11.141 2026-03-11 18:02:02 -07:00
Jan
c8c0ec9de0 fix/share inline success rail (#837)
* feat: enhance share functionality with new config support and improved UI elements

- Updated test command in package.json to include new test file.
- Added support for 'config' tone in share-bundle-page.js.
- Refactored share-home-client.js to improve handling of pasted content and state management.
- Introduced share-home-state.js for managing preview items and summary cards.
- Added tests for new share-home-state functions.
- Enhanced package-openwork-files.js to recognize and process config files.
- Updated UI styles for share components, including new configurations and improved layout.
- Added new CSS classes for config items and share actions.

* remove drop files

* skills area

* refactor: update ShareHomeClient component and styles for improved layout and item display

- Enhanced the rendering of included items in ShareHomeClient with a new layout.
- Removed redundant code for included items display.
- Updated CSS styles for .included-section, .included-list, and .included-item to improve alignment and spacing.
- Adjusted grid layout for input methods and share cards for better responsiveness.

* feat: implement syntax highlighting and enhance item examples in ShareHomeClient

- Added syntax highlighting functionality for JSON and Markdown content in ShareHomeClient.
- Introduced example fields for preview items in share-home-state.js to provide better context.
- Updated the layout and styles for the carbon preview component to improve user experience.
- Refactored the included items display to use buttons for better interaction and accessibility.

* feat: add syntax highlighting and improve layout for ShareHomeClient

- Implemented syntax highlighting for JSON and Markdown content in ShareHomeClient.
- Updated example names in share-home-state.js for clarity.
- Enhanced the layout and styles of the carbon preview component for better user experience.
- Adjusted CSS for improved responsiveness and visual appeal of share components.

* feat: enhance ShareHomeClient with example selection and improved item display

- Added state management for active examples in ShareHomeClient to allow users to select and preview example contents.
- Updated the rendering of included items to visually indicate active and dimmed states for better user interaction.
- Enhanced CSS styles for included items to reflect active and dimmed states, improving overall user experience.

* refactor: remove deprecated ShareHomeClient and share-home-state components

- Deleted the ShareHomeClient and share-home-state files as part of a cleanup process.
- Removed associated tests and unused functions to streamline the codebase.
- Updated styles in globals.css to reflect the removal of these components.

* feat: implement ShareHomeClient with TypeScript support and enhanced functionality

- Introduced ShareHomeClient component with TypeScript for improved type safety and maintainability.
- Added state management for file uploads and previews, enhancing user interaction.
- Created share-home-state for managing preview items and feedback.
- Updated package.json to include new TypeScript dependencies and adjusted test commands.
- Added tsconfig.json for TypeScript configuration and improved project structure.
- Enhanced styles in globals.css for better UI presentation and responsiveness.
- Removed outdated test files to streamline the codebase.

* refactor: update ShareHomeClient layout and enhance carbon preview component

- Reorganized the layout of the ShareHomeClient component to improve user experience.
- Updated the carbon preview component with a new footer for better content display.
- Adjusted CSS styles for grid layout and carbon window to enhance responsiveness and visual appeal.
- Removed outdated paste metadata display for a cleaner interface.

* refactor: update ShareHomeClient paste state management and improve styles

- Introduced a constant for default paste state to streamline state management in ShareHomeClient.
- Updated paste state messages for clarity and consistency across different scenarios.
- Enhanced CSS styles in globals.css for better visual presentation, including adjustments to background colors and element padding.

* feat: add baseline example and improve paste handling in ShareHomeClient

- Introduced a baseline example for skill input to guide users in the ShareHomeClient component.
- Enhanced paste handling to display the baseline example when no input is provided.
- Updated CSS styles for the status bar and highlighted paste area to reflect the new baseline state and improve visual clarity.

* feat: enhance ShareHomeClient with updated file sharing prompts and improved styles

- Updated selection label to provide clearer feedback on file readiness for sharing.
- Improved drop zone instructions for better user guidance on file uploads.
- Adjusted CSS styles for drop zones and icons to enhance visual appeal and user interaction.
- Refined layout and spacing for a more polished user experience.

* feat: enhance ShareHomeClient with improved copy functionality and updated styles

- Introduced a timer for copy state management to provide user feedback on link copying.
- Updated the layout of the share link section for better visual clarity and interaction.
- Enhanced CSS styles for share link actions and buttons to improve user experience and responsiveness.

* refactor: reorganize ShareHomeClient layout and enhance CSS styles

- Updated the layout of the ShareHomeClient component for improved visual clarity and user interaction.
- Enhanced CSS styles in globals.css for better alignment and responsiveness of share actions and status indicators.
- Removed unnecessary grid row definitions to streamline the layout structure.

* feat: add settings configuration and update CSS styles for improved layout

- Introduced a new settings.local.json file to manage permissions for web fetching.
- Updated CSS styles in globals.css to enhance layout responsiveness and visual consistency, including adjustments to alignment and background colors for severity indicators.

* feat: implement OpenWork Share service with API endpoints and UI components

- Added new service for OpenWork Share, including API routes for health checks, bundle management, and package handling.
- Introduced UI components for displaying shareable bundles and navigation.
- Implemented responsive design elements and improved user interaction through enhanced layouts and styles.
- Updated TypeScript configuration and package dependencies to support new features.
- Enhanced error handling and response management for API interactions.

* clean

* feat: enhance OpenWork Share service with Playwright integration and updated styles

- Added Playwright configuration for end-to-end testing of the OpenWork Share service.
- Updated package.json to include new test scripts for Playwright.
- Enhanced layout component with new font imports for improved typography.
- Refined global CSS styles for better font handling and visual consistency across components.
- Introduced new utility classes for improved styling and responsiveness.

* feat: enhance ShareHomeClient with placeholder item handling and updated styles

- Introduced a new function to build placeholder items based on pasted content and selected entries.
- Updated the component's state management to improve handling of examples and file previews.
- Refined CSS styles for better alignment and visual consistency, including adjustments to the preview filename display and layout responsiveness.
- Added a new JSON file to track test results for improved testing feedback.

* refactor: simplify package status handling and update button state logic in ShareHomeClient

- Removed unnecessary parameters from getPackageStatus function to streamline its usage.
- Updated button disabled state logic to improve clarity and functionality during publishing.
- Enhanced overall code readability by reducing complexity in state management.

* feat: enhance ShareHomeClient with improved selection and preview handling

- Introduced new utility functions for generating selection labels and preview filenames to streamline display logic.
- Updated selection label logic for clearer user feedback on file readiness for sharing.
- Enhanced preview filename display to reflect selected entries and pasted content more accurately.
- Refined CSS styles for better layout and visual consistency in publish actions and results.

* playwright not needed

* fix: update routing types and remove package-lock.json

- Changed the import path for routing types in next-env.d.ts to align with the latest Next.js structure.
- Removed package-lock.json as it is no longer needed for dependency management.

* added ts tests

* removed claude and added it to gitignore

* docs: add openwork-share PR screenshots

---------

Co-authored-by: jcllobet <jcllobet@users.noreply.github.com>
2026-03-11 13:40:32 -07:00
Benjamin Shafii
77d2f1cca3 chore: bump version to 0.11.140 2026-03-11 11:42:06 -07:00
Omar McAdam
9be0e66dfe fix: improve sandbox worker startup diagnostics (#834)
* fix: improve sandbox docker diagnostics

* fix: remove sandbox build warning

* chore: bump version to 0.11.139

* chore: update pnpm lockfile
2026-03-11 11:38:34 -07:00
Benjamin Shafii
5307ce164f chore: bump version to 0.11.138 2026-03-11 07:47:31 -07:00
Benjamin Shafii
cc5700a1b7 chore: bump version to 0.11.137 2026-03-10 22:29:37 -07:00
Benjamin Shafii
83593bdf83 chore: bump version to 0.11.136 2026-03-09 20:29:06 -07:00
Benjamin Shafii
44ab101835 Migrate OpenWork Share to Next 16 app router
Move the share service off the legacy pages router so its share pages and APIs run on current Next.js conventions. This keeps the existing OpenWork Share endpoints working while upgrading the app to Next 16 and React 19.

Made-with: Cursor
2026-03-08 20:02:56 -07:00
Benjamin Shafii
8431f5da78 Polish OpenWork Share landing layout and navigation
Align the share page with the updated landing treatment so the packaging flow is simpler, cleaner, and more consistent to scan.

Made-with: Cursor
2026-03-08 19:45:34 -07:00
Benjamin Shafii
4dc7a6e959 Replatform OpenWork Share onto Next.js
Move the public share surface to a simple Next.js app while keeping the existing bundle API contracts intact. Extract the landing showcase cards into reusable references and tighten the design language around the grain-and-paper system they define.
2026-03-08 14:32:19 -07:00
Benjamin Shafii
2298873159 feat(share): turn openwork-share into a worker packager 2026-03-08 09:08:38 -07:00
Benjamin Shafii
82bcba2f04 restore landing grain fade on scroll 2026-03-07 21:43:54 -08:00
Benjamin Shafii
84c7bf7c86 remove paper-style gradients from landing surfaces 2026-03-07 21:15:46 -08:00
Benjamin Shafii
7170888fd0 refresh landing design surfaces 2026-03-07 19:06:45 -08:00
Benjamin Shafii
5d7185b4f1 chore: bump version to 0.11.135 2026-03-06 11:11:30 -08:00
Benjamin Shafii
d1658182f0 chore: bump version to 0.11.134 2026-03-05 22:57:51 -08:00
Benjamin Shafii
f11cad4814 chore: bump version to 0.11.133 2026-03-05 07:20:15 -08:00
Benjamin Shafii
1f641dbf07 chore: bump version to 0.11.132 2026-03-04 15:35:37 -08:00
Benjamin Shafii
de9b5cc6f6 chore: bump version to 0.11.131 2026-03-04 08:44:41 -08:00
ben
32c13d9e30 feat(app): virtualize session message rendering (#736) 2026-03-03 22:32:15 -08:00
Benjamin Shafii
d1dee3cea0 chore: bump version to 0.11.130 2026-03-02 08:27:09 -08:00
Benjamin Shafii
76a8217ea0 chore: bump version to 0.11.129 2026-03-01 18:04:30 -08:00
Benjamin Shafii
da183cf7bc chore: bump version to 0.11.128 2026-03-01 10:10:08 -08:00
Benjamin Shafii
7f3f70b042 chore: bump version to 0.11.127 2026-02-27 18:17:04 -08:00
Benjamin Shafii
42f68d9bb7 chore: bump version to 0.11.126 2026-02-27 07:17:06 -08:00
Benjamin Shafii
7225736ffa chore: bump version to 0.11.125 2026-02-26 13:55:41 -08:00
Benjamin Shafii
3237bfabe6 chore: bump version to 0.11.124 2026-02-26 11:02:59 -08:00
Benjamin Shafii
dfd331da78 chore: bump version to 0.11.123 2026-02-25 20:44:50 -08:00
Benjamin Shafii
dfa41808cf chore: bump version to 0.11.122 2026-02-25 17:03:18 -08:00
Benjamin Shafii
b5f7814f51 chore: bump version to 0.11.121 2026-02-22 22:15:35 -08:00
Benjamin Shafii
6cf077b33a chore: bump version to 0.11.120 2026-02-22 21:48:42 -08:00
Benjamin Shafii
67844b3869 chore: bump version to 0.11.119 2026-02-22 20:41:51 -08:00
Benjamin Shafii
6366a4fdb4 fix(web): remove mesh background; extend landing hero behind nav 2026-02-22 19:27:53 -08:00
Benjamin Shafii
ab59c7d7a9 fix(deps): sync pnpm lockfile for shaders-react 2026-02-22 19:02:16 -08:00
Benjamin Shafii
15402c9a7c feat(web): add Paper mesh gradient background 2026-02-22 18:54:00 -08:00
Benjamin Shafii
108d4efe88 chore: bump version to 0.11.118 2026-02-22 18:18:50 -08:00
Benjamin Shafii
adeafe5a61 chore: bump version to 0.11.117 2026-02-22 16:38:29 -08:00
Benjamin Shafii
a7b88238ed chore: bump version to 0.11.116 2026-02-22 09:55:56 -08:00
Benjamin Shafii
9bf4658781 fix(desktop): wire connect-remote deep links 2026-02-22 08:52:31 -08:00