Local-operator

Latest version: v0.6.5

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.1.2beta.7

**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.2-beta.6...v0.1.2-beta.7

0.1.2beta.6

What's Changed

This release improves the user interface and user experience by adding a chat button to the agent management page and agent sidebar, handling the case where no system prompt exists, and adding error details to job polling. It also fixes bugs by handling the 204 No Content response for the system prompt and updating the tagline.

- Updated the tagline in `README.md`.
- Updated the version to `0.1.2-beta.6` in `package.json`.
- Added application menu in `src/main/index.ts`.
- Handled 204 No Content response for system prompt in `src/renderer/src/api/local-operator/config-api.ts`.
- Added chat button to agent management page in `src/renderer/src/components/agents/agents-page.tsx`.
- Added chat button to agent sidebar in `src/renderer/src/components/agents/agents-sidebar.tsx`.
- Added chat option to agent options menu in `src/renderer/src/components/common/agent-options-menu.tsx`.
- Updated the tagline in `src/renderer/src/components/installer/logo-section.tsx`.
- Handled case where no system prompt exists in `src/renderer/src/components/settings/system-prompt.tsx`.
- Added error details to job polling in `src/renderer/src/hooks/use-job-polling.ts`.
- Handled case where no system prompt exists in `src/renderer/src/hooks/use-system-prompt.ts`.

Related Issue(s)

- Related: None

Impact

- Improves the user interface and user experience.
- Fixes bugs and improves error handling.

PRs
* Improve UI and fix bugs by damianvtran in https://github.com/damianvtran/local-operator-ui/pull/5


**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.2-beta.5...v0.1.2-beta.6

0.1.2beta.5

What's Changed

This release introduces a new GitHub Actions workflow to check the installation scripts on different platforms, updates the UI version to `0.1.2-beta.5`, and improves the installation scripts

- Added a new GitHub Actions workflow to check the installation scripts on different platforms.
- Updated the UI version to `0.1.2-beta.5`.
- Modified the installation scripts to improve cross-platform compatibility.

Related Issue(s)

- Related: None

Impact

- Improves the reliability of the installation process by adding automated checks.
- Enables cross-platform support for Linux
- Minor update to the prompts.

PRs
* Multi-platform install script fixes and enhancements by damianvtran in https://github.com/damianvtran/local-operator-ui/pull/4


**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.2-beta.4...v0.1.2-beta.5

0.1.2beta.4

**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.2-beta.3...v0.1.2-beta.4

0.1.2beta.3

What's Changed
* Implement CD release automation by damianvtran in https://github.com/damianvtran/local-operator-ui/pull/3


**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.2-beta.2...v0.1.2-beta.3

0.1.2beta.2

Release Description

This release introduces a new "recommended" flag for models, enhancing the user experience by highlighting models that are widely used and well-regarded by the community. This feature is implemented across the application, from the API to the UI, ensuring a consistent and intuitive experience.

Key changes include:

- **API Updates:** The `ModelInfo` type in `src/renderer/src/api/local-operator/models-api.ts` now includes a `recommended` boolean field. The `listModels` API endpoint has been updated to support sorting by the `recommended` field.
- **Data Model Updates:** The `Model` type in `src/renderer/src/components/hosting/hosting-model-manifest.ts` now includes a `recommended` boolean field.
- **UI Enhancements:** The `ModelSelect` component in `src/renderer/src/components/hosting/model-select.tsx` has been updated to display a star icon next to recommended models. A tooltip provides additional information about the recommendation.
- **Store Updates:** The `useModelsStore` in `src/renderer/src/store/models-store.ts` has been updated to fetch models sorted by the `recommended` field in descending order.
Related Issue(s)
- Related: ...
Impact
- **Improved User Experience:** Users can now easily identify recommended models, simplifying the model selection process.
- **Enhanced Model Discovery:** The "recommended" flag promotes the discovery of popular and reliable models.
- **API Flexibility:** The updated API allows for sorting models by the "recommended" field, providing more control over model listing.

PRs
* feat: Add Python bundling, code signing, backend service management, installer UI, and Storybook by damianvtran in https://github.com/damianvtran/local-operator-ui/pull/1
* Add "recommended" flag to models by damianvtran in https://github.com/damianvtran/local-operator-ui/pull/2

**Full Changelog**: https://github.com/damianvtran/local-operator-ui/compare/v0.1.1...v0.1.2-beta.2

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.