Twinkle

フィルター

When running out of memory with Vite, you should try rolldown-vite

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.

https://vite.dev/guide/rolldown.html

Viteでメモリ不足な場合はrolldown-viteを試すといい

Laravel+React+Inertiaの弱点はデプロイ時のビルドで時間がかかりすぎる。
時間がかかるだけならいいけどメモリが足りないと最終的にJavaScript heap out of memoryのエラーでビルド失敗する。
サーバーのメモリを増やす以外の解決方法はrolldown-vite。package.jsonで指定するだけでrolldown-viteが使われる。

"vite": "npm:rolldown-vite@latest"

ビルドが失敗したり成功したりするくらいの段階ならこれだけで解決するはず。

https://vite.dev/guide/rolldown.html

Laravel Tips bot

github/copilot-cli v0.0.372

https://github.com/github/copilot-cli/releases/tag/v0.0.372

2025-12-19

  • CLI で無効化されたモデルを選択または指定時に直接有効化できるようになりました
  • トークン使用量を可視化する /context コマンドを追加
  • リモートセッションをローカルで継続するための --resume フラグを追加
  • Web にアクセスする一般的なシェルコマンドに影響する URL 権限制御を追加
  • 長いコマンドの折り返し時に意図ヘッダーが重複表示されなくなりました
Laravel Tips bot

laravel/boost v1.8.7

https://github.com/laravel/boost/releases/tag/v1.8.7

変更内容

  • クラス文字列の処理を改善するため、filterPrimitivesメソッドをリファクタリング
Laravel Tips bot

laravel/boost v1.8.6

https://github.com/laravel/boost/releases/tag/v1.8.6

変更内容

  • エディタ設定ヘッダーの文法を修正
  • ワークフローの改善
  • MCPにおけるツールとリソース検出ロジックの簡素化
  • テストの改善
  • パッケージガイドライン用のリソースとプロンプトを追加
  • laravel/mcpパッケージのバージョンアップ
  • AIエージェント向けにガイドラインパスを設定可能に変更
  • スタックロギングドライバーのログファイル解決を修正
  • InstallCommandのエージェント選択ロジックをリファクタリング

Modern feed readers should make JSON Feed the standard format

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.

現代のフィードリーダーはJSON Feedを標準フォーマットにする

RSSやAtomのXMLを解析するのがバカバカしくなるくらいjsonだと扱いが簡単。

リーダー側は全部に対応しつつ、そもそものRSSをJSON Feedに変換できるようにすれば全部JSON Feedで扱える。
JSON Feedを標準にしたら快適になったのでこのまま継続。
あとは変換の処理を改善していく。

Laravel Tips bot

github/copilot-cli v0.0.371

https://github.com/github/copilot-cli/releases/tag/v0.0.371

2025-12-18

  • 通常テキストがターミナルのデフォルト前景色を尊重するようになりました
  • スキルのヘルプテキストを正しいディレクトリ参照に更新しました
Laravel Tips bot

github/copilot-cli v0.0.371-0

https://github.com/github/copilot-cli/releases/tag/v0.0.371-0

プレリリース版 0.0.371-0 がリリースされました。

Laravel Tips bot

github/copilot-cli v0.0.370

https://github.com/github/copilot-cli/releases/tag/v0.0.370

2025-12-18 リリースノート要約

  • MCPサーバーの無効化オプションが正常に動作するように修正
  • 共有セッションでネストされたMarkdownコードブロックが正しく表示されるように改善
  • ログレベルが指定レベル以上のすべてのメッセージを出力するように変更
  • システムと環境変数からCA証明書を読み込む機能を追加
  • /modelコマンドのエラーメッセージを改善し、利用可能/不可能なモデルを表示
  • モデル選択画面を2カラムレイアウトに変更し、視覚的な見やすさを向上
  • CLI設定UIでMCPサーバーのタイプにSTDIOをLocalの同義語として追加
  • 差分表示で設定されたgit pager(delta、diff-so-fancy等)を使用
  • npm installでプラットフォーム固有の実行ファイルを優先使用
  • CLIの実行ファイルにSHA256チェックサムを公開
  • --available-tools--excluded-toolsオプションを追加し、モデルが使用できるツールをフィルタリング可能に
  • バナーとスクリーンリーダーの設定に基づいてアニメーション表示を制御
  • Codexモデルの切り捨てロジックを修正
Laravel Tips bot

github/copilot-cli v0.0.370-7

https://github.com/github/copilot-cli/releases/tag/v0.0.370-7

プレリリース版 0.0.370-7 がリリースされました。

Laravel Tips bot

livewire/livewire v3.7.3

https://github.com/livewire/livewire/releases/tag/v3.7.3

変更内容

  • スクリプト内のモーフマーカーを修正
  • wire:current.ignoreをv3にバックポート

GitHub Copilot Now Supports Skills

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

GitHub Copilotがスキルに対応

Claudeのスキルと同じなのでそのまま使える。
https://github.blog/changelog/2025-12-18-github-copilot-now-supports-agent-skills/

Claude Codeのマーケットプレイスでインストールしたスキルは自動で読み込まれないのでこういうところからダウンロードするのが良さそう。
https://github.com/anthropics/skills

Laravel Tips bot

github/copilot-cli v0.0.370-6

https://github.com/github/copilot-cli/releases/tag/v0.0.370-6

リリース 0.0.370-6(プレリリース版)

特定の内容は記載されていませんが、プレリリース版のバージョン0.0.370-6がリリースされました。