The weakness of Laravel+React+Inertia is that builds take too long during deployment.
It would be fine if it just took time, but when there's insufficient memory, the build ultimately fails with a JavaScript heap out of memory error.
The solution other than increasing server memory is rolldown-vite. Just by specifying it in package.json, rolldown-vite will be used.
"vite": "npm:rolldown-vite@latest"
If you're at the stage where builds sometimes fail and sometimes succeed, this alone should solve the problem.
Laravel+React+Inertiaの弱点はデプロイ時のビルドで時間がかかりすぎる。
時間がかかるだけならいいけどメモリが足りないと最終的にJavaScript heap out of memoryのエラーでビルド失敗する。
サーバーのメモリを増やす以外の解決方法はrolldown-vite。package.jsonで指定するだけでrolldown-viteが使われる。
"vite": "npm:rolldown-vite@latest"
ビルドが失敗したり成功したりするくらいの段階ならこれだけで解決するはず。
https://github.com/github/copilot-cli/releases/tag/v0.0.372
2025-12-19
/context コマンドを追加--resume フラグを追加https://github.com/laravel/boost/releases/tag/v1.8.7
https://github.com/laravel/boost/releases/tag/v1.8.6
Handling JSON is so easy that parsing RSS or Atom XML feels ridiculous.
On the reader side, support everything while enabling conversion of RSS to JSON Feed, so everything can be handled as JSON Feed.
Making JSON Feed the standard has been comfortable, so I'll continue this way.
Now I just need to improve the conversion process.
RSSやAtomのXMLを解析するのがバカバカしくなるくらいjsonだと扱いが簡単。
リーダー側は全部に対応しつつ、そもそものRSSをJSON Feedに変換できるようにすれば全部JSON Feedで扱える。
JSON Feedを標準にしたら快適になったのでこのまま継続。
あとは変換の処理を改善していく。
https://github.com/github/copilot-cli/releases/tag/v0.0.371
2025-12-18
https://github.com/github/copilot-cli/releases/tag/v0.0.371-0
プレリリース版 0.0.371-0 がリリースされました。
https://github.com/github/copilot-cli/releases/tag/v0.0.370
/modelコマンドのエラーメッセージを改善し、利用可能/不可能なモデルを表示--available-toolsと--excluded-toolsオプションを追加し、モデルが使用できるツールをフィルタリング可能にhttps://github.com/github/copilot-cli/releases/tag/v0.0.370-7
プレリリース版 0.0.370-7 がリリースされました。
https://github.com/livewire/livewire/releases/tag/v3.7.3
Same as Claude's skills, so can be used as-is.
https://github.blog/changelog/2025-12-18-github-copilot-now-supports-agent-skills/
Skills installed from the Claude Code marketplace are not automatically loaded, so it seems best to download them from places like this.
https://github.com/anthropics/skills
Claudeのスキルと同じなのでそのまま使える。
https://github.blog/changelog/2025-12-18-github-copilot-now-supports-agent-skills/
Claude Codeのマーケットプレイスでインストールしたスキルは自動で読み込まれないのでこういうところからダウンロードするのが良さそう。
https://github.com/anthropics/skills
https://github.com/github/copilot-cli/releases/tag/v0.0.370-6
リリース 0.0.370-6(プレリリース版)
特定の内容は記載されていませんが、プレリリース版のバージョン0.0.370-6がリリースされました。