SunnySissi
SunnySissi
I am utilizing the Claude models(e.g., Opus 4.5) by kiro(aiclient-2-api). However, it appears that the models in Kiro do not support toggling `thinking` via the thinking parameter in `opencode.json`. Is...
In fact, this is the Claude model provided by Amazon. Is there a more convenient way to check if the current model supports "thinking" and simultaneously display whether thinking mode...
By reading Kiro's official documentation, it appears they implement think mode through extensions in their own CLI tool. Does this mean that models from Kiro are inherently models without a...
part of logs ``` INFO 2026-01-18T08:33:48 +323ms service=permission permission=webfetch pattern=https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/README.md ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"C:\\Users\\Sunny\\.local\\share\\opencode\\tool-output","action":"allow"},{"permission":"external_directory","pattern":"C:\\Users\\Sunny\\.local\\share\\opencode\\tool-output\\*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"webfetch","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"C:\\Users\\Sunny\\.local\\share\\opencode\\tool-output","action":"allow"},{"permission":"external_directory","pattern":"C:\\Users\\Sunny\\.local\\share\\opencode\\tool-output\\*","action":"allow"}] evaluate INFO 2026-01-18T08:33:48 +0ms service=permission permission=webfetch pattern=https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/refs/heads/master/README.md action={"permission":"webfetch","pattern":"*","action":"allow"} evaluated INFO 2026-01-18T08:33:48 +0ms service=bus type=message.part.updated publishing INFO 2026-01-18T08:33:49 +194ms service=session.summary...
Currently, after testing with different models, it has been discovered that when performing the same task's prompt, the process is always interrupted after three calls to the read tool, and...