ollama/cmd
ParthSareen 9f62406123 cmd/tui/chat: use integer range in test loop (intrange)
golangci-lint flagged the for i := 0; i < n; i++ loop in
TestCloudAuthPollResetsFailuresOnHealthyResponse as convertible to a
Go 1.22+ integer range. The loop index is unused, so switch to
'for range maxPollFailures - 2'.
2026-07-07 13:35:44 -07:00
..
bench Add support for gemma4 (#15214) 2026-04-02 11:33:33 -07:00
config cmd: refactor tui and launch (#14609) 2026-03-12 18:39:06 -07:00
internal cmd/tui: fix approval race; cmd/internal/filedata: hoist regex, clean error contract 2026-07-07 13:22:59 -07:00
launch tui: simplify agent chat controls 2026-07-06 14:06:05 -07:00
runner
tui cmd/tui/chat: use integer range in test loop (intrange) 2026-07-07 13:35:44 -07:00
agent_tui.go cmd/tui: bound cloud auth polling with backoff and failure handling 2026-07-07 13:17:07 -07:00
agent_tui_test.go tui: simplify agent chat controls 2026-07-06 14:06:05 -07:00
background_unix.go cmd: ollama menu and launch improvements (#14038) 2026-02-09 11:30:16 -08:00
background_windows.go cmd: ollama menu and launch improvements (#14038) 2026-02-09 11:30:16 -08:00
cmd.go chore: checkpoint agent tui updates 2026-07-03 00:08:16 -07:00
cmd_launcher_test.go launch: codex app integration (#16120) 2026-05-13 17:11:52 -07:00
cmd_test.go runner: Remove CGO engines, use llama-server exclusively for GGML models (#16031) 2026-05-29 13:35:47 -07:00
editor_unix.go feature: add ctrl-g to allow users to use an editor to edit their prompt (#14197) 2026-02-11 13:04:41 -08:00
editor_windows.go feature: add ctrl-g to allow users to use an editor to edit their prompt (#14197) 2026-02-11 13:04:41 -08:00
interactive.go modelfiles: fix /save command and add shortname for safetensors based models (#15413) 2026-04-08 21:05:39 -07:00
interactive_test.go Add support for gemma4 (#15214) 2026-04-02 11:33:33 -07:00
start.go
start_darwin.go cmd: ollama launch improvements (#14099) 2026-02-05 15:08:17 -08:00
start_default.go
start_windows.go
warn_thinking_test.go