Sachnun Kusmayadi

Results 9 issues of Sachnun Kusmayadi

## Summary - Add caching mechanism for opencode binary in GitHub Actions to speed up workflow runs ## Why - Currently, every workflow run downloads the opencode binary from scratch...

## Summary - Make `time` field optional in session.update endpoint validator ## Why - Previously, the `time` object was required in the request body validation, causing `/rename` command to fail...

## Summary - Show built-in subagents (`@general`, `@explore`) in the `@` autocomplete suggestions ## Why - Previously, built-in subagents were filtered out from the autocomplete list, making it impossible to...

## Summary - Restore user input when reverting via /timeline (same behavior as /undo) - Show newest messages at the top in timeline list ## Why - Previously, reverting from...

## Summary - Allow canceling queued messages with history_previous keybind (default: UP) when prompt is empty - Pulls the queued message back into the prompt for editing ## Why -...

## Summary - Add rules mode (triggered by `#` prefix) to save instructions to project AGENTS.md - Similar to Claude Code's memory feature where `#` prefix saves to instruction file...

## Summary - Constrain dialog select options to single line height with `wrapMode="none"` and `maxHeight={1}` - Prevents text from wrapping to multiple lines in dialog menus ## Why - `Locale.truncate`...

## Summary - Sync todo list state with message history on undo/redo ## Why - When undoing a message, todo list was not reverted - Todo list in sidebar becomes...

## Summary - Remove `run_in_background` parameter documentation from bash.txt ## Why - The parameter is documented but not implemented in the bash tool schema - Prevents confusion for LLM agents...