Shoaib Akhtar Ansari
Shoaib Akhtar Ansari
### What does this PR do? Fixes #8862 - Resolves "Invalid prompt at compaction" error (AI_InvalidPromptError) during session compaction. Problem: The error "The messages must be a ModelMessage[]" occurred when...
### What does this PR do? Fixes #8836 - Scopes the session list (/sessions command) to the current working directory. Problem: When using /sessions or opening the session list dialog,...
### What does this PR do? Fixes #8850 - Makes --continue --prompt flags work together. Problem: When using opencode --continue --prompt "message", the prompt was ignored because: --continue navigates directly...
### What does this PR do? Fixes #8858 - Prevents crash when local.agent.current() returns undefined. Problem: The TUI crashed with: TypeError: undefined is not an object (evaluating 'local.agent.current().name') This happens...
### What does this PR do? Fixes https://github.com/anomalyco/opencode/issues/8868 Description This PR addresses issue https://github.com/anomalyco/opencode/issues/8868 by adding debug logging to the configuration loading process. This helps diagnose environment-specific issues where agents...
### What does this PR do? Fixes #9037 Adds duration logging for LLM API calls to help users monitor and analyze API latency. ### How did you verify your code...
### What does this PR do? Fixes #9041 Implements a "double Ctrl+C to quit" mechanism to prevent accidental session termination. ### How did you verify your code works? ## Changes...