Commit graph

22 commits

Author SHA1 Message Date
Parth Sareen
f1a0ffd621
launch: rename Codex App integration to ChatGPT (#17161) 2026-07-13 14:34:17 -07:00
Eva H
e434a93884
launch: auto-install opencode when missing (#16806) 2026-06-19 10:12:11 -07:00
Eva H
9c02d8e69d
launch: auto-install Claude Code (#16802) 2026-06-19 10:11:50 -07:00
Bruce MacDonald
87cff95af8
launch: oh-my-pi (#16410) 2026-06-04 17:49:49 -07:00
Bruce MacDonald
3370ff8b1c
launch: hermes-desktop app (#16516)
Add support to launch the hermes-desktop app alongside the hermes agent from ollama launch. It will go through the install on first run if hermes-desktop is not already installed.
2026-06-04 11:51:36 -07:00
Parth Sareen
ac3d0657a2
launch: migrate pi (#16213) 2026-06-03 14:35:32 -07:00
Eva H
4e807fdedd
cmd/launch: add Qwen code integration (#15900) 2026-06-01 19:51:32 -04:00
Eva H
06ff728246
feat(launch): show and auto-install Cline CLI (#16402) 2026-06-01 19:04:08 -04:00
Parth Sareen
3ad2fa3fb5
launch: update codex app UI copy (#16157) 2026-05-14 12:08:08 -07:00
Parth Sareen
ac7295ccab
launch: codex app integration (#16120) 2026-05-13 17:11:52 -07:00
Parth Sareen
f866e7608f
launch: disable Claude Desktop launch (#16028) 2026-05-07 10:46:18 -07:00
Parth Sareen
9ba5a04914
launch: claude app (#15937) 2026-05-02 19:19:57 -07:00
Daniel Hiltgen
87288ced4f
New models (#15861)
* mlx: add laguna model support

* convert: support fp8 safetensors import

Decode HF F8_E4M3 safetensors with block scale companions into GGUF-supported tensor types, and record which output tensors came from FP8 source weights.

Use that source-precision metadata during create quantization: default FP8-sourced GGUFs to Q8_0, keep non-FP8 tensors at their original precision for Q8_0, and promote non-FP8 quantizable tensors to Q8_0 for Q4_K requests.

* ggml: add laguna model support

* server: preserve generate logprobs with builtin parsers

Generate requests were dropping logprob-only chunks whenever a builtin parser buffered visible content. Chat already handled this case, but generate only forwarded chunks with visible response, thinking, or tool-call output.

Keep generate chunks that carry logprobs even when the builtin parser has not flushed visible content yet, and add a regression test that exercises the behavior with a generic thinking parser.

* review comments - perf improvements

* ggml: implement nemotron 3 nano omni

* add poolside integration

* update poolside doc

* adapt to new cache setup

* fix test

* fix test

---------

Co-authored-by: Eva Ho <hoyyeva@gmail.com>
2026-04-28 11:50:12 -07:00
Parth Sareen
8e05d734b9
launch: add kimi cli integration with installer flow (#15723) 2026-04-20 15:33:32 -07:00
Mike Wallio
7d271e6dc9
cmd/launch: add Copilot CLI integration (#15583)
---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: ParthSareen <parth.sareen@ollama.com>
2026-04-15 17:22:53 -07:00
Parth Sareen
43f90def04
launch: add hermes (#15569) 2026-04-15 12:00:23 -07:00
Eva H
d17f482d50
launch/opencode: detect curl installed opencode at ~/.opencode/bin (#15197) 2026-04-08 13:54:51 -07:00
Parth Sareen
6214103e66
launch: auto-install pi and manage web-search lifecycle (#15118) 2026-03-28 13:06:20 -07:00
Parth Sareen
4a2b9f9dbc
launch: hide cline integration (#15080) 2026-03-26 14:33:43 -07:00
Parth Sareen
e46b67a6cc
launch: hide vs code (#15076) 2026-03-26 13:52:50 -07:00
Eva H
7575438366
cmd: ollama launch vscode (#15060)
Co-authored-by: Parth Sareen <parth.sareen@ollama.com>
2026-03-25 16:37:02 -04:00
Parth Sareen
af5f7c0a9e
cmd: refactor tui and launch (#14609) 2026-03-12 18:39:06 -07:00