| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Included the 'prek' package as a development dependency in both pyproject.toml and uv.lock, specifying version 0.2.28 to enhance development capabilities.
|
| |
|
|
| |
Bumped the version of @tauri-apps/plugin-dialog from 2.5.0 to 2.6.0 in pnpm-lock.yaml to align with the latest dependency updates.
|
| |
|
|
| |
Bumped the version of tauri-plugin-dialog in Cargo.toml and @tauri-apps/plugin-dialog in package.json from 2.5.0 to 2.6.0 to incorporate the latest features and improvements.
|
| |
|
|
| |
Updated the GitHub Actions workflow to conditionally run installation and build steps only when triggered by a 'workflow_dispatch' event. This change optimizes the workflow by separating build processes for push/PR events and manual triggers, enhancing clarity and efficiency in CI operations.
|
| |
|
|
| |
Modified the GitHub Actions workflow to ensure the 'apt-get update' command does not fail and added 'libfuse2' to the list of installed dependencies for Ubuntu, enhancing the reliability of the CI process.
|
| |
|
|
| |
Modified the GitHub Actions workflow to upgrade Node.js from version 20 to 22 and pnpm from version 8 to 9, ensuring compatibility with the latest features and improvements.
|
| |
|
|
| |
Updated the GitHub Actions workflow to include steps for installing Node.js and pnpm, as well as the Tauri CLI. Added commands to install frontend dependencies and build the application for different operating systems, ensuring a more robust and comprehensive CI process.
|
| |
|
|
|
|
| |
prefixes
Updated the Java installation and executable retrieval functions to resolve symlinks and strip UNC prefixes from paths. This improvement ensures cleaner and more reliable path handling on Windows systems, enhancing compatibility and usability.
|
| |
|
|
| |
Implemented a helper function to strip the UNC prefix from file paths on Windows, ensuring cleaner path handling. Updated the Java candidate retrieval process to resolve symlinks and apply the new prefix stripping function, enhancing compatibility and usability on Windows systems.
|
| |
|
|
| |
Changed the project name from "DropOut" to "Drop*O*ut" in the README file for improved branding consistency.
|
| |
|
|
| |
Bumped the version number in both Cargo.toml and tauri.conf.json to reflect the new release version 0.1.24.
|
| |
|
|
| |
Enhanced the Java command execution by adding support for Windows-specific creation flags in both the installer and candidate checking functions. This change ensures better compatibility and performance when running Java commands on Windows systems.
|
| |\ |
|
| |/ |
|
| |
|
|
| |
Implemented new commands for managing the AI assistant, including health checks, chat interactions, and model listings for both Ollama and OpenAI. Enhanced the configuration system to support raw JSON editing and added a dedicated AssistantConfig structure for better management of assistant settings. This update significantly improves the user experience by providing comprehensive control over AI interactions and configurations.
|
| |
|
|
| |
Added the prismjs library for syntax highlighting and its corresponding type definitions. Updated the TypeScript configuration to use "bundler" for module resolution, enhancing compatibility with modern module systems. This update improves the development experience and supports better code presentation.
|
| |
|
|
| |
Expanded the SettingsView component to include new features for managing the AI assistant, such as selecting language models, configuring response settings, and applying preset personas. Added a button to open the configuration editor for JSON settings. This update improves user interaction with the assistant and provides more control over its behavior and settings.
|
| |
|
|
| |
Introduced a new AssistantView component for enhanced interaction with the AI assistant, allowing users to send messages and receive responses. Implemented a ConfigEditorModal for editing configuration files with JSON validation and history management. Updated the App component to integrate these new features, improving user experience and functionality in managing AI settings.
|
| |
|
|
| |
Added functionality for managing AI model settings, including loading and selecting models from Ollama and OpenAI. Implemented a configuration editor for raw settings, allowing users to open, edit, and save configuration files. This update improves the assistant's integration and user experience by providing more control over AI model options and settings management.
|
| |
|
|
| |
Added a new module for managing the assistant's state, including message handling, health checks, and streaming responses. Introduced interfaces for message structure and generation statistics. Enhanced the logs state by removing unnecessary listener setup during initialization. Updated the types to include assistant configuration options.
|
| |
|
|
| |
Modified the .pre-commit-config.yaml to reorder the arguments for the clippy hook, ensuring that the `-D warnings` flag is correctly positioned. This change enhances the clarity and effectiveness of the linting process for Rust code.
|
| |
|
|
|
|
| |
as errors
Modified the .pre-commit-config.yaml to adjust the clippy hook arguments, enforcing warnings as errors. This change enhances the strictness of the linting process for Rust code, ensuring higher code quality standards.
|
| |
|
|
|
|
| |
warnings as errors
Modified the .pre-commit-config.yaml to adjust the clippy hook arguments, removing the enforcement of warnings as errors. This change simplifies the linting process for Rust code, allowing for a more lenient approach to warnings.
|
| |
|
|
| |
Modified the .pre-commit-config.yaml to adjust the arguments for the formatting and clippy hooks, switching to a check mode for formatting and enforcing warnings as errors for clippy. This change improves the linting and formatting processes for Rust code.
|
| |
|
|
|
|
| |
Rust hooks
Modified the .pre-commit-config.yaml to add an extra argument to the formatting and clippy hooks, ensuring proper handling of additional parameters during execution. This change enhances the flexibility of the linting and formatting processes for Rust code.
|
| |
|
|
| |
Updated the .pre-commit-config.yaml to remove the automatic fix option for the clippy hook, streamlining the linting process for Rust code by requiring manual fixes. This change enhances control over code quality checks.
|
| |
|
|
| |
Modified the .pre-commit-config.yaml to change the arguments for the clippy hook, allowing it to automatically fix issues and permit changes in dirty working directories. This enhances the linting process for Rust code in the project.
|
| |
|
|
| |
Added a newline at the end of the .pre-commit-config.yaml file to adhere to best practices for file formatting, ensuring compatibility with various tools and editors.
|
| |
|
|
| |
Updated the .pre-commit-config.yaml to specify the manifest path for Rust hooks, ensuring proper integration with the Cargo.toml file in the src-tauri directory. This change enhances the functionality of the formatting and linting processes.
|
| |
|
|
| |
Modified the .pre-commit-config.yaml to downgrade versions of pre-commit hooks for improved compatibility. Removed local Rust hooks and replaced them with hooks from the official Rust pre-commit repository, adding support for formatting and linting. Adjusted Python hooks to streamline the linting process.
|
| |
|
| |
Removed duplicate FOSSA status badges from README.
|
| |\ |
|
| | |
| |
| | |
Added FOSSA status badges for license and security.
|
| |/
|
| |
Signed off by: fossabot <badges@fossa.com>
|
| |
|
| |
Added badges for CI status, code analysis, and updates.
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add commit.agent.md with branch validation workflow
- Include commit instructions for AI coding assistants
- Add Conventional Commits specification reference
- Implement Step 0 branch checking before commits
Reviewed-by: Claude Sonnet 4.5
|
| |/
|
|
|
|
|
|
|
| |
- Add .github/copilot-instructions.md with architecture overview
- Document Tauri command patterns and event communication
- Include Svelte 5 runes state management patterns
- Cover version inheritance, authentication, and download systems
- Add Java management and external API integration details
- Provide common development tasks and debugging tips
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove time-sensitive version options (Latest Release/Snapshot)
- Simplify Java source option (remove Adoptium annotation)
- Update log upload instructions to use launcher terminal
- Format screenshot requirements for better readability
- Update documentation link to dropout.hydroroll.team
Co-authored-by: HsiangNianian <i@jyunko.cn>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Add transparency requirement for LLM-assisted contributions with three options:
- LLM-generated code with quality assurance
- LLM-generated code without quality assurance
- No LLM-generated code
Available in both English and Chinese templates.
|
| | |
| |
| |
| |
| |
| |
| | |
Update log file paths to reflect actual application structure:
- macOS: /Users/begonia/Library/Application Support/com.dropout.launcher/logs
- Linux: /Users/begonia/.local/share/com.dropout.launcher
- Remove Windows placeholder as not yet defined
|
| | |\
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add bilingual issue templates (English & Chinese)
- Bug report template with prerequisite checkboxes
- Feature request template
- Question template
- Reverse checkbox detection ("I have not read carefully")
- Add bilingual PR templates (English & Chinese)
- Comprehensive checklist for code quality and testing
- Test environment documentation section
- Breaking changes section
- Add GitHub Actions workflows
- Auto-labeling based on issue content
- Auto-close issues with unchecked prerequisites
- Stale issue and PR management (90/60 days)
- Add template configuration
- External links for discussions and wiki
- Template chooser interface
|
| |\ \ |
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | | |
Enhanced the pre-commit configuration by adding hooks for Rust code formatting with `cargo fmt` and linting with `cargo clippy` for files in the `src-tauri` directory. This improves code quality checks for Rust components in the project.
|
| | | |
| | |
| | |
| | | |
Refined the pre-commit configuration to enhance linting and formatting checks. Adjusted hooks for better handling of Svelte, TypeScript, and JavaScript files in the 'ui' directory, ensuring consistent code quality across the project.
|
| | | |
| | |
| | |
| | | |
Introduced a new .pre-commit-config.yaml file to set up pre-commit hooks for code quality checks, including AST checks, JSON, TOML, and YAML validation, as well as Ruff for Python linting and formatting. Added custom hooks for linting and formatting Svelte/TypeScript/JavaScript files in the 'ui' directory.
|
| | | |
| | |
| | |
| | | |
Added entries for Python version, Ruff cache, ESLint cache, Svelte build files, Node.js modules, and Python build artifacts to the .gitignore file to improve project cleanliness and prevent unnecessary files from being tracked.
|