feat(cli): switch from --print to interactive stream-json mode [#40]#44
Merged
liplus-lin-lay merged 1 commit intomainfrom Apr 7, 2026
Merged
Conversation
--print モードはワンショット実行のためセッションが持続せず、 Channel push notification を受信できなかった。 --print を外してインタラクティブモードで --output-format stream-json を 使用することで、セッション持続と Channel 対応が可能になる。 実機検証済み (2026-04-07)。 要求仕様を更新: CLI 接続方式を --print なし + pipe ベースに変更。 Refs #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #40
変更内容
--printモードを外し、インタラクティブモードで--output-format stream-json --input-format stream-jsonを使用するように変更。背景
--printはワンショット実行のためセッションがresultで終了する--printでは受信不可能--printなしでも--output-format stream-jsonが動作することを実機検証で確認 (2026-04-07)効果
要求仕様
docs/0-requirements.mdを更新: CLI 接続方式を--printなし + pipe ベースに変更。