Octane

Results 4 issues of Octane

## Description Adds support for 24-hour time format in the TUI session view, addressing [Issue #7208](https://github.com/anomalyco/opencode/issues/7208). Users can now configure whether timestamps in the session view display in 12-hour (AM/PM)...

# Fix: TUI single-line paste cursor position ## Description This PR fixes a bug where pasting single-line text in the TUI prompt would incorrectly move the cursor to the end...

## Summary This PR introduces multi-provider support, allowing the agents to work with other LLM providers (like OpenAI, Gemini, DeepSeek) in addition to Anthropic. It implements an Adapter pattern (`provider_utils.py`)...

Hey! Thanks for this repo, learned a lot from it. I noticed it's Anthropic-only right now. I don't actually have an Anthropic key, so I hacked together an OpenAI adapter...