aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* fix: update logging for Java arguments in game start functionHsiangNianian2026-01-161-1/+1
* chore: bump version in tauri configuration to 0.1.25v0.1.25HsiangNianian2026-01-162-2/+2
* chore: update CSP in tauri configuration for enhanced securityHsiangNianian2026-01-161-1/+1
* chore: update pre-commit configuration to specify language for hooksHsiangNianian2026-01-161-5/+4
* chore: refine prek workflow by removing skip ci commentHsiangNianian2026-01-161-2/+1
* chore: add pre-commit badge to README for enhanced visibilityHsiangNianian2026-01-161-0/+1
* chore: update pre-commit configuration to skip formatting and clippy checksHsiangNianian2026-01-161-0/+3
* chore: enhance prek workflow with Rust installation and system dependenciesHsiangNianian2026-01-161-0/+16
* chore: update prek workflow bot user detailsHsiangNianian2026-01-161-2/+2
* chore: apply prek auto-fixes [skip ci]HsiangNianian2026-01-1610-10/+7
* chore: enhance prek workflow to support auto-fixing and commit changesHsiangNianian2026-01-161-6/+21
* chore: update pre-commit configuration to enable autofix for PRsHsiangNianian2026-01-161-5/+6
* chore: update CI workflow to simplify formatting stepHsiangNianian2026-01-161-1/+1
* chore: update pre-commit configuration and remove unnecessary dependenciesHsiangNianian2026-01-163-7/+35
* chore: add dev dependency for prek in pyproject.toml and uv.lockHsiangNianian2026-01-163-2/+44
* chore: update @tauri-apps/plugin-dialog version in pnpm-lock.yamlHsiangNianian2026-01-161-5/+5
* chore: update plugin-dialog dependency versions in Cargo.toml and package.jsonHsiangNianian2026-01-162-2/+2
* chore: refine CI workflow to conditionally execute steps based on event typeHsiangNianian2026-01-161-3/+14
* chore: update CI workflow to improve dependency installationHsiangNianian2026-01-161-2/+2
* chore: update Node.js and pnpm versions in CI workflowHsiangNianian2026-01-161-2/+2
* feat: enhance CI workflow by adding Node.js, pnpm, and Tauri CLI installationHsiangNianian2026-01-161-3/+55
* feat: enhance Java path handling by resolving symlinks and stripping UNC pref...HsiangNianian2026-01-161-2/+8
* feat: add UNC prefix stripping for Windows paths in Java handlingHsiangNianian2026-01-161-1/+17
* fix: update project name formatting in README.mdHsiangNianian2026-01-161-1/+1
* chore: update version to 0.1.24 in Cargo.toml and tauri.conf.jsonv0.1.24HsiangNianian2026-01-162-2/+2
* feat: improve Java command execution on WindowsHsiangNianian2026-01-162-10/+24
* Merge pull request #52 from BegoniaHe/main简律纯2026-01-161-84/+0
|\
| * ci(workflows): remove issue-checker due to incorrect PR labelingBegonia, HE2026-01-161-84/+0
|/
* feat: integrate AI assistant functionality and configuration managementHsiangNianian2026-01-1614-105/+998
* feat: add prismjs dependency and update TypeScript configurationHsiangNianian2026-01-163-1/+41
* feat: enhance settings view with AI assistant configuration optionsHsiangNianian2026-01-161-0/+386
* feat: add assistant view and configuration editor componentsHsiangNianian2026-01-165-16/+853
* feat: enhance settings state with AI model management and configuration editorHsiangNianian2026-01-161-0/+167
* feat: implement assistant state management and messaging functionalityHsiangNianian2026-01-163-3/+199
* chore: adjust clippy arguments in pre-commit configuration for improved lintingHsiangNianian2026-01-161-1/+1
* chore: update clippy arguments in pre-commit configuration to treat warnings ...HsiangNianian2026-01-161-1/+1
* chore: update clippy arguments in pre-commit configuration to remove warnings...HsiangNianian2026-01-161-1/+1
* chore: update pre-commit configuration to change clippy and formatting argumentsHsiangNianian2026-01-161-2/+2
* chore: update pre-commit configuration to include additional argument for Rus...HsiangNianian2026-01-161-2/+2
* chore: remove automatic fix option from clippy in pre-commit configurationHsiangNianian2026-01-161-1/+1
* chore: update clippy arguments in pre-commit configurationHsiangNianian2026-01-161-1/+1
* chore: ensure newline at end of pre-commit configuration fileHsiangNianian2026-01-161-1/+1
* chore: refine pre-commit configuration for Rust hooksHsiangNianian2026-01-161-1/+2
* chore: update pre-commit configuration for Rust and Python hooksHsiangNianian2026-01-161-33/+9
* docs: Remove duplicate FOSSA status badges简律纯2026-01-161-4/+1
* Merge pull request #51 from fossabot/add-license-scan-badge简律纯2026-01-161-0/+4
|\
* | docs: Add FOSSA badges to README简律纯2026-01-161-0/+6
| * Add license scan report and statusfossabot2026-01-161-0/+4
|/
* docs: Add CI and status badges to README简律纯2026-01-161-0/+7
* Merge pull request #50 from BegoniaHe/docs/copilot-instructions简律纯2026-01-164-0/+703
|\