Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.0.13](https://github.com/kayac/nepp-chan/compare/v1.0.12...v1.0.13) - 2026-09-02

- LLM利用コストの計測・集計・管理画面を拡張する by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1072
- feat: メイン LLM を OpenAI GPT-5.6 へ切り替える(Gemini 併存) by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1019
- モデルと reasoning effort をタスク相応に見直す by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1084
- トークン消費・コストを日付単位のモデル内訳表示にする by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1112
- refactor(server): SQL を repository に集約する by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1121
- docs(lp): プライバシーポリシーを OpenAI API 切り替えに備えて更新 by @vesperworks in https://github.com/kayac/nepp-chan/pull/1110
- chore(biome): .claude の除外をリポジトリ直下だけにする by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1122

## [v1.0.12](https://github.com/kayac/nepp-chan/compare/v1.0.11...v1.0.12) - 2026-08-28

- ウィジェットに設置サイトの文脈を持たせる by @owk-owk130 in https://github.com/kayac/nepp-chan/pull/1015
Expand Down
2 changes: 1 addition & 1 deletion lp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nepp-chan/lp",
"private": true,
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nepp-chan",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nepp-chan/server",
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"scripts": {
"test": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nepp-chan/web",
"private": true,
"version": "1.0.12",
"version": "1.0.13",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down