summaryrefslogtreecommitdiff
path: root/platform-paper/src
AgeCommit message (Collapse)Author
2026-01-25refactor: Organize keys by functionSho Sakuma
2026-01-25feat: Add Channel CRUD operatorSho Sakuma
2026-01-25feat: Initialize Channel storage logicSho Sakuma
2026-01-25feat: Add Channel Chat feature configSho Sakuma
2026-01-25fix: Fix configuration URLSho Sakuma
2026-01-24docs: Add beta documentsSho Sakuma
2026-01-24feat: Improve initializerSho Sakuma
2026-01-24feat: Improve the cache strategy for kana conversionSho Sakuma
2026-01-24test: Add i18n test-caseSho Sakuma
2026-01-24feat: Add status commandSho Sakuma
2026-01-24feat: Add new permissionSho Sakuma
2026-01-24feat: Consolidate configuration commands into `/lc settings`Sho Sakuma
2026-01-24refactor: Changed to simple key managementSho Sakuma
2026-01-23feat: Add command desction override i18nSho Sakuma
2026-01-23feat: Add i18n configurationSho Sakuma
2026-01-20fix: Fix initialize logicSho Sakuma
2026-01-17docs: Add command guideSho Sakuma
2026-01-17feat: Add direct message notice toggle commandSho Sakuma
2026-01-17feat: Add `directMessageNotice` settingsSho Sakuma
2026-01-17refactor: Move modules without dependencies to the engineSho Sakuma
2026-01-17feat: Set Japanese input conversion to be enabled by defaultSho Sakuma
2026-01-17feat: Add UpdateCheckerSho Sakuma
2026-01-17feat: Add `checkForUpdates` config valueSho Sakuma
2026-01-17feat: Add noticeUpdate permissionSho Sakuma
2026-01-11docs: Update docsSho Sakuma
2026-01-11fix: Change file formatSho Sakuma
2026-01-11fix: Prevent Romanization conversion for Japanese textSho Sakuma
2026-01-10Release LunaticChat v0.3.0v0.3.0Sho Sakuma
2026-01-10fix: Fixed an issue where long messages were not converting correctlySho Sakuma
2026-01-10feat: Release v0.1.0Sho Sakuma
2026-01-10docs: Add LunaticChat docsSho Sakuma
2026-01-10feat: Add user-settingsSho Sakuma
2026-01-10feat: Add convert japanese toggleSho Sakuma
2026-01-10feat: Add toggle command permissionSho Sakuma
2026-01-10feat: Add feature toggleSho Sakuma
2026-01-10feat: Add cache version checkSho Sakuma
2026-01-10feat: Add manager registerSho Sakuma
2026-01-10feat: Add chat listenerSho Sakuma
2026-01-10chore: Change feature configSho Sakuma
2026-01-10feat: Add Romaji ConverterSho Sakuma
2026-01-09feat: Add suggest commandSho Sakuma
2026-01-09feat: Add spy logicSho Sakuma
2026-01-07feat: Add `/tell`, `/reply` commandSho Sakuma
2026-01-07feat: Add command systemSho Sakuma
2026-01-07feat: Add permission collectorSho Sakuma
2026-01-07chore: Fix debug server container configSho Sakuma
2026-01-06chore: Add default configSho Sakuma
2026-01-06feat: Add LunaticChat configSho Sakuma
2026-01-05refactor: migrate to multi-project structureSho Sakuma
マルチプロジェクト構造に移行し,Paper と Velocity の両方をサポートできるようにしました. - engine: 共通ロジック(データモデル,JSON シリアライゼーション) - platform-paper: Paper プラグイン実装 - platform-velocity: Velocity プラグイン実装(将来用) 主な変更: - settings.gradle.kts: サブプロジェクト定義を追加 - build.gradle.kts: マルチプロジェクト用に再構成 - 既存コードを platform-paper に移動 - CI/CD ワークフローを更新 - Docker 設定を更新 - IntelliJ Run Configurations を更新 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>