release: v0.2.29#987
Merged
Merged
Conversation
…gins - Introduced `KunProjectConfigSettingsV1` and `KunProjectConfigGrantV1` types to manage project-specific grants. - Implemented default settings and normalization functions for project configuration. - Updated `mergeKunRuntimeSettings` to handle project configuration merging. - Enhanced UI plugin manifest to support scene version 1.6, including character and artwork specifications. - Added validation and normalization for scene properties, ensuring bounded numeric fields and required attributes. - Created utility functions for building CSS from scene configurations, ensuring only valid properties are emitted. - Expanded test coverage for project configuration and scene normalization to ensure robustness.
Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
* fix(config): preserve valid fields during section sanitization * fix(test): keep skill config imports Electron-free --------- Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
* test(runtime): define fault injection contract * test(runtime): wire bounded fault injection harness * ci: retry runtime validation --------- Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
Co-authored-by: xingyu <zhongxingyuemail@gmail.com>
Co-authored-by: glebkaitsme <glebkaitsme@users.noreply.github.com>
- Added 'grand-line' to the dedicated character chrome recipes. - Introduced 'write' and 'design' as new background slots with default opacity settings. - Updated the UI plugin manifest to include new background images for 'write' and 'design'. - Enhanced the CSS generation to account for new workspace views for 'write' and 'design'. - Modified the write focus mode shell class names to include 'write-document-shell' for better styling.
- Introduced a new overlay style for the workflow editor to ensure side panels are opaque. - Updated sidebar, header, and inspector styles with new background colors and shadows. - Added specific styles for the Grand Line Loop workspace, including gradients, colors, and shadows for various components like the sidebar, header, and canvas. - Improved node styles with distinct borders and hover effects. - Implemented responsive design adjustments for smaller screens.
feat(readme): update internal-use license information for companies test(FloatingComposer): add permission mode checks in tests style(FloatingComposerExecutionPicker): enhance permission button styles style(surfaces-write): improve permission button styles for various modes
feat(release): validate release commit and enhance project loading logic fix(manifest): update signature description for clarity fix(packaging): clarify index signature verification process test(video-editor): add test for active project reconciliation on missed notifications fix(settings): improve context window hint for clarity
…mats - Implemented conversation export feature allowing users to export conversations in markdown and PDF formats. - Added localization strings for conversation export in multiple languages. - Created utility functions for building export documents and handling file references. - Updated SessionHeader component to include export options in the UI. - Added tests for conversation export functionality to ensure reliability and correctness.
feat(shell): prefer Git Bash on Windows
There was a problem hiding this comment.
PR checks failed. Please fix the failing CI jobs before merging.
Failed jobs:
- Ad-hoc macOS packaged validation (PR)
Run details: https://github.com/KunAgent/Kun/actions/runs/29687341282
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Release Kun v0.2.29 from the validated develop branch.
Changes
Tests