HomeTags#bug-fix

Tag timeline

#bug-fix 15 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total 15
Showing 15
Page 1/1
Updated 1h ago

Entries page 1/1 · 15 total

Fri, Jun 12 1 entries
blog mcp 1w ago · qiita-mcp

Claude Code v2.1.172 サブエージェント5階層化と重要バグ修正まとめ Anthropic released Claude Code v2.1.172 and v2.1.173 in quick succession, introducing up t…

重要度 Medium Medium priority 重要度 Medium · 技術記事 · MCP / Tooling Medium priority · technical post · MCP / Tooling 公開 6月12日 Published Jun 12

AI要約 Anthropic が Claude Code v2.1.172/v2.1.173 を連続リリース。サブエージェントの最大5階層スポーン対応という大型機能追加と、複数の重要バグ修正が含まれる。

EN Anthropic released Claude Code v2.1.172 and v2.1.173 in quick succession, introducing up to five layers of sub-agent spawning and addressing several critical bug fixes.

fallback
Fri, Jun 5 1 entries
release agent-fw 1w ago · langchain-releases

langchain-core 1.4.1 リリース — Bedrock 事前バリデーション削除を含むパッチ更新 langchain-core==1.4.1

重要度 Medium Medium priority 重要度 Medium · 公式リリース · Agent Frameworks Medium priority · official release · Agent Frameworks 公開 6月5日 Published Jun 5

AI要約 LangChain のコアライブラリ langchain-core がバージョン 1.4.1 へアップデートされた。AWS Bedrock のロード処理における事前バリデーションの削除という不具合修正に加え、ModelProfile のドキュメント文字列の拡充が行われており、小規模ながら実用性を高めるパッチリリースとなっている。

EN Changes since langchain-core==1.4.0 release(core): 1.4.1 ( #37922 ) fix(core): remove Bedrock prevalidation from load ( #37909 ) docs(core): expand and link ModelProfile docstrings ( #37904 ) release(

langchain-core==1.4.1 media fallback
Wed, Jun 3 1 entries
release local-llm 2w ago · ollama-releases

Ollama v0.30.1: llama-server の SSE ping コメントを無視するバグ修正 v0.30.1: llm: ignore llama-server SSE ping comments (#16443)

重要度 Medium Medium priority 重要度 Medium · 公式リリース · Local LLM / Open Models Medium priority · official release · Local LLM / Open Models 公開 6月3日 Published Jun 3

AI要約 Ollama v0.30.1 がリリースされ、llama.cpp b9478 で導入されたデフォルト30秒間隔の SSE ping コメントフレームを JSON として誤解析していた不具合が修正された。ストリーミング中にコロンのみの SSE コメント行をスキップするよう処理が改善されている。

EN llama.cpp b9478 added a default 30s SSE ping that emits colon-only comment frames (":\n\n") while streamed requests are idle; Ollama treated non-data SSE lines as JSON, so skip SSE comments in complet

v0.30.1: llm: ignore llama-server SSE ping comments (#16443) media fallback
Tue, Jun 2 1 entries
🔥 HOT release cline 2w ago · cline-releases

Cline v3.86.2 リリース — VS Code 1.122以降のファイル検索バグを修正 Cline Releases v3.86.2

重要度 High High priority 重要度 High · 公式リリース · Cline / Roo High priority · official release · Cline / Roo 公開 6月2日 Published Jun 2

AI要約 Cline v3.86.2 がリリースされ、VS Code 1.122以降で発生していた @ ファイルメンション機能とワークスペースファイル検索の不具合が修正された。新しいバンドル済み ripgrep バイナリのレイアウト変更への対応が主な内容だ。

EN Fixed Fix @ file mentions and workspace file search on VS Code 1.122+ by resolving the new bundled @vscode/ripgrep-universal per-platform binary layout before falling back to legacy ripgrep paths. Ful

Cline Releases v3.86.2 media fallback
Mon, Jun 1 1 entries
🔥 HOT release cline 2w ago · cline-releases

Cline v3.86.1リリース — ファイルメンション検索の不具合を修正 Cline Releases v3.86.1

重要度 High High priority 重要度 High · 公式リリース · Cline / Roo High priority · official release · Cline / Roo 公開 6月1日 Published Jun 1

AI要約 Cline v3.86.1がリリースされた。VS Code Remote SSHや一部のVS Codeアップデート後に発生していた@ファイルメンションのファイル検索失敗を、ワークスペースインデックスが利用できない場合のフォールバック処理を維持することで修正した。

EN Fixed Fix @ file mentions failing to find files in some environments (notably VS Code Remote SSH, and after certain VS Code updates) by keeping the file-search fallback alive when the workspace index

Cline Releases v3.86.1 media fallback
Fri, May 29 4 entries
🔥 HOT release cursor 3w ago · zed-releases

Zed Editor v1.4.4 リリース Zed Editor Releases v1.4.4

重要度 High High priority 重要度 High · 公式リリース · AI Editors High priority · official release · AI Editors 公開 5月29日 Published May 29

AI要約 Zed Editor v1.4.4 がリリース。GPT モデル使用時に invalid_request_body エラーが返される Copilot の不具合が修正された。

EN copilot: Fixed an issue where using GPT models would return an error in invalid_request_body ( #57979 )

Zed Editor Releases v1.4.4 media fallback
🔥 HOT release agent-fw 3w ago · langchain-releases

langchain-anthropic==1.4.4 リリース langchain-anthropic==1.4.4

重要度 High High priority 重要度 High · 公式リリース · Agent Frameworks High priority · official release · Agent Frameworks 公開 5月29日 Published May 29

AI要約 langchain-anthropic 1.4.4 がリリース。クロスプロバイダーのツール呼び出しID正規化バグを修正し、統合テストの安定性を向上。

EN Changes since langchain-anthropic==1.4.3 release(anthropic): 1.4.4 ( #37757 ) fix(anthropic): normalize cross-provider tool-call IDs ( #37756 ) test(anthropic): retry integration tests on transient fa

langchain-anthropic==1.4.4 media fallback
🔥 HOT release cursor 3w ago · zed-releases

Zed Editor v1.4.3 リリース Zed Editor Releases v1.4.3

重要度 High High priority 重要度 High · 公式リリース · AI Editors High priority · official release · AI Editors 公開 5月29日 Published May 29

AI要約 Zed Editor v1.4.3がリリース。新しいCopilot SDKビルドでモデルドロップダウンが空白になる不具合を修正。

EN Fixed GitHub Copilot Chat showing an empty model dropdown for users on newer Copilot SDK builds ( #57965 )

Zed Editor Releases v1.4.3 media fallback
🔥 HOT release cursor 3w ago · zed-releases

Zed Editor v1.5.1-pre リリース Zed Editor Releases v1.5.1-pre

重要度 High High priority 重要度 High · 公式リリース · AI Editors High priority · official release · AI Editors 公開 5月29日 Published May 29

AI要約 Zed EditorのプレリリースV1.5.1-preが公開。GitHub Copilot Chatのモデル一覧が空になる不具合やWorktree作成時のブランチ解決エラーを修正。

EN Fixed GitHub Copilot Chat showing an empty model dropdown for users on newer Copilot SDK builds ( #57964 ) git: Fixed an issue where worktree creation would not be possible if resolving default branch

Zed Editor Releases v1.5.1-pre media fallback
Thu, May 28 2 entries
🔥 HOT release cline 3w ago · cline-releases

CLI v3.0.14 CLI v3.0.14

重要度 High High priority 重要度 High · 公式リリース · Cline / Roo High priority · official release · Cline / Roo 公開 5月28日 Published May 28

AI要約 コンパイル済みCLIビルドでテレメトリが正しく有効化されるよう、OTELテレメトリ変数のバンドル処理を修正。

EN Fix OTEL telemetry variable bundling so telemetry is correctly enabled in compiled CLI builds: guard against environments where process.env is undefined and remove optional chaining so bundlers can in

CLI v3.0.14 media fallback
release agent-fw 3w ago · langchain-releases

langchain-fireworks==1.4.2 リリース langchain-fireworks==1.4.2

重要度 Medium Medium priority 重要度 Medium · 公式リリース · Agent Frameworks Medium priority · official release · Agent Frameworks 公開 5月28日 Published May 28

AI要約 langchain-fireworks 1.4.2 がリリース。シリアライズ前にコンテンツパーツから非ワイヤーキーを除去する修正とモデルプロファイルの更新が含まれる。

EN Changes since langchain-fireworks==1.4.1 release(fireworks): 1.4.2 ( #37715 ) fix(fireworks): strip non-wire keys from all content parts before serialization ( #37714 ) chore(model-profiles): refresh

langchain-fireworks==1.4.2 media fallback
Wed, May 27 1 entries
release agent-fw 3w ago · langchain-releases

langchain==1.3.2 リリース langchain==1.3.2

重要度 Medium Medium priority 重要度 Medium · 公式リリース · Agent Frameworks Medium priority · official release · Agent Frameworks 公開 5月27日 Published May 27

AI要約 langchain 1.3.2 がリリース。langgraph>=1.2.2 を要件に追加し、TodoListMiddleware のバグ修正などを含む。

EN Changes since langchain==1.3.1 chore(langchain): bump to 1.3.2, require langgraph>=1.2.2 ( #37703 ) fix(langchain): land final answer in last AIMessage for TodoListMiddleware ( #37643 ) feat(langch

langchain==1.3.2 media fallback
Tue, May 26 2 entries
release cursor 3w ago · zed-releases

Zed Editor v1.3.7 リリース Zed Editor Releases v1.3.7

通常 Normal 深掘り候補 · 公式リリース · AI Editors Deep-dive candidate · official release · AI Editors 公開 5月26日 Published May 26

AI要約 Zed Editor v1.3.7 がリリース。macOS でのタイミング依存によるGit操作ブロックのバグが修正された。

EN Zed Editor v1.3.7 has been released, fixing a macOS bug where Git operations could be blocked due to child process spawning timing issues.

Zed Editor Releases v1.3.7 media fallback
🔥 HOT release cursor 3w ago · zed-releases

Zed Editor v1.4.2-pre リリース Zed Editor Releases v1.4.2-pre

重要度 High High priority 重要度 High · 公式リリース · AI Editors High priority · official release · AI Editors 公開 5月26日 Published May 26

AI要約 macOSでGit操作が子プロセスの生成タイミングによってブロックされる可能性があったバグを修正したプレリリース版。

EN Fixed a bug on macOS where Git operations could be blocked depending on the timing of spawning child processes. ( #57661 )

Zed Editor Releases v1.4.2-pre media fallback
Tue, May 12 1 entries
release opencode 1mo ago · openhands-releases

cloud-1.29.1: オフライントークンが削除されないよう修正 (#14387) cloud-1.29.1: Fix so offline token is not deleted. (#14387)

重要度 Medium Medium priority 重要度 Medium · 公式リリース · OpenHands / OpenCode Medium priority · official release · OpenHands / OpenCode 公開 5月12日 Published May 12

AI要約 OpenHands cloud-1.29.1 では、オフライントークンが誤って削除されるバグが修正されました。

EN Co-authored-by: openhands openhands@all-hands.dev

cloud-1.29.1: Fix so offline token is not deleted. (#14387) media fallback