nikkie-ftnextの日記

イベントレポートや読書メモを発信

2026年4月22日(水)のリリース

はじめに

君嘘コンサート、すっっっごくよかったー!nikkie (UUID 28fb3f96-a221-462c-93bd-567b431715b9) です。

毎週水曜のリリース報告エントリです1

目次

cdcasasagi 0.3.1 -> 0.5.1

先週から引き続き cdcasasagi 鵲 に機能追加しています。
Claude Desktop にリモート MCP サーバを繋ぎたいが公式のカスタムコネクタを使えない事情がある方向けの簡単設定ツールです。
2026年4月15日(水)のリリース - nikkie-ftnextの日記

  • 0.3.1 https://github.com/ftnext/cdcasasagi/releases/tag/0.3.1
    • MCP サーバの URL を一意に扱うようにした
    • add --force--nameを上書き可能
  • 0.4.0 https://github.com/ftnext/cdcasasagi/releases/tag/0.4.0
    • importにファイルを渡す以外にターミナルで貼り付けられるようにした
    • 環境をチェックするdoctorコマンドを追加
    • importする JSON Lines の形式をチェックするvalidate-importコマンドを追加
      • 貼り付けにも対応
    • GitHub Actions で E2E テストを実行していたのですが、Gauge2 に移行しました
% cdcasasagi import - --write
Paste JSONL, then press Enter on a blank line to finish (or Ctrl+D on macOS / Ctrl+Z on Windows):
{"url": "https://developers.openai.com/mcp", "name": "openai-developer-docs"}
{"url": "https://mcp.deepwiki.com/mcp"}

(空行を入力終端と認識します)

Target: ~/Library/Application Support/Claude/claude_desktop_config.json
Source: stdin

Applied:
  + openai-developer-docs
  + deepwiki

Backup: ~/Library/Application Support/Claude/claude_desktop_config.json.bak
Wrote:  ~/Library/Application Support/Claude/claude_desktop_config.json

Added 2 entries. Restart Claude Desktop to take effect.
% cdcasasagi delete https://developers.openai.com/mcp --write
Backup: ~/Library/Application Support/Claude/claude_desktop_config.json.bak
Wrote:  ~/Library/Application Support/Claude/claude_desktop_config.json

Removed "openai-developer-docs" (https://developers.openai.com/mcp). Restart Claude Desktop to take effect.

Claude Code(CLI / web)(Opus 4.7) に(計画・)実装させてプルリクエストを作らせ、GPT-5.4 でレビューする自動化を用意して開発しています。

今週のリリースは以上です

終わりに

やはり使うツールは開発が進みますね。
Web で動くコーディングエージェントは大変便利で、アイデアがどんどん形になっていきます。
次は、Gauge で自然言語で表現したテストを利用して試してみたいプチアイデアがあります

来週は、所恵美さんです。
恵美、生まれてきてくれてありがとう。
https://lantis.jp/imas/ssr/


  1. 始めたきっかけは765プロです(頭ミリオン) 2025年4月2日(水)のリリース - nikkie-ftnextの日記