ParthSareen
3b4e70e62c
feat: advertise Claude Desktop cloud context limits
2026-08-24 20:22:40 -07:00
Parth Sareen
82ad9fa38b
app: add Claude Desktop Auto mode setting ( #17975 )
2026-08-24 18:20:59 -07:00
Parth Sareen
60d83f8b0e
app: make integrations list scrollable ( #17977 )
2026-08-24 17:46:45 -07:00
Parth Sareen
fb30760996
app: prevent Apps title bar overlap ( #17925 )
2026-08-21 18:48:22 -07:00
Parth Sareen
124e9af9d2
app: sign model recommendation endpoint ( #17919 )
2026-08-21 17:21:00 -07:00
Parth Sareen
2d9622a4d4
app: claude model management ( #17915 )
2026-08-21 15:04:58 -07:00
Parth Sareen
8f912415e8
launch: fall back to npx for DeepSeek Harness ( #17758 )
2026-08-20 14:04:44 -07:00
Parth Sareen
30546d1fd4
app: add claude desktop app ( #17899 )
2026-08-20 14:03:43 -07:00
Parth Sareen
b8a6272440
qwen3.8: normalize system messages ( #17855 )
2026-08-19 13:08:09 -07:00
Parth Sareen
78e818e3ce
docs: register DeepSeek Harness ( #17751 )
2026-08-14 14:30:21 -07:00
Parth Sareen
39df91c982
launch: add DeepSeek Harness integration ( #17733 )
2026-08-13 15:19:02 -07:00
Parth Sareen
9a56a0e845
agent: allow multiple edits per edit tool call ( #17711 )
2026-08-12 16:45:53 -07:00
Parth Sareen
b6b1b258c3
openai: support web search in Responses API ( #17686 )
2026-08-12 11:51:54 -07:00
Parth Sareen
f91cb0d6a7
agent/tui: stream thinking traces ( #17611 )
2026-08-07 13:11:45 -07:00
Parth Sareen
0e2e34aa86
cmd/tui: improve prompt debug rendering ( #17334 )
2026-07-27 17:29:18 -07:00
Parth Sareen
76929b0a8a
agent: accept file mentions on Enter ( #17384 )
2026-07-27 17:28:55 -07:00
Parth Sareen
bf7be180e3
tui: avoid table detection for pipe prose ( #17424 )
2026-07-27 13:42:08 -07:00
Parth Sareen
3f07e022ac
cmd/tui: agent system prompt command ( #17296 )
2026-07-24 14:44:25 -07:00
Parth Sareen
551809688b
agent: permission skill loading ( #17304 )
2026-07-24 14:37:21 -07:00
Parth Sareen
fce745fe5e
agent: import skills from coding agents ( #17294 )
2026-07-22 22:40:25 -07:00
Parth Sareen
e8f7c93a0b
launch: update Hermes integration ( #17202 )
2026-07-20 11:28:01 -07:00
Parth Sareen
0de38190d7
cmd/tui/chat: render bold emphasis consistently across markdown ( #17224 )
2026-07-20 11:25:43 -07:00
Parth Sareen
681dfaedcc
cmd: remove standalone agent command ( #17229 )
2026-07-20 11:25:31 -07:00
Parth Sareen
9893d39218
cmd: complete slash commands before submitting ( #17230 )
2026-07-20 11:25:12 -07:00
Parth Sareen
5ba17e6fdf
agent/tui: remove redundant context-window refreshes from event loop ( #17241 )
2026-07-20 11:25:01 -07:00
Parth Sareen
6f3b997dec
cmd: route root command server start through checkServerHeartbeat ( #17245 )
...
The bare `ollama` command (and `ollama launch` with no integration) used a
bespoke `ensureServerRunning` that forked `ollama serve` directly and polled
its heartbeat forever (no timeout, no platform-aware launch). Every other
subcommand (`ollama run`, `ollama pull`, `ollama launch <integration>`, ...)
goes through `checkServerHeartbeat` -> `startApp`, so the root command behaved
differently and could hang indefinitely.
Route `runInteractiveTUI` through `checkServerHeartbeat(cmd, nil)` — the same
path `ollama launch <thing>` uses — so the root command is consistent and no
longer runs an unbounded server-spawn loop. `ensureServerRunning` and its
`backgroundServerSysProcAttr` helpers (only it referenced them) are removed,
along with the now-unused `os/exec` import.
The platform `startApp`/`waitForServer` paths are unchanged, so behavior on
macOS/Windows is identical to the other subcommands, and on Linux the root
command now errors the same way the subcommands already do when no server is
running.
2026-07-20 11:24:25 -07:00
Parth Sareen
573386c35e
agent: skills system ( #17203 )
2026-07-17 10:32:22 -07:00
Parth Sareen
714b6fc2a4
agent: allow unlimited tool rounds for cloud models by default ( #17217 )
2026-07-16 19:07:01 -07:00
Parth Sareen
61e1b1ba5e
agent: clean up semantics, UX, DX, and procedural code ( #17212 )
2026-07-16 19:06:06 -07:00
Parth Sareen
5865a01e48
agent: reorder working directory instruction ( #17228 )
2026-07-16 19:05:30 -07:00
Parth Sareen
e61c1c73fe
cmd: remove dead agent prompt wrappers ( #17227 )
2026-07-16 17:16:14 -07:00
Parth Sareen
30c390384e
cmd: put current working dir in the system prompt ( #17188 )
2026-07-15 12:10:28 -07:00
Parth Sareen
d590830091
agent/tools: isolate web tests from cloud policy ( #17208 )
2026-07-15 12:07:05 -07:00
Parth Sareen
fdcf9efafd
fix launch model picker recovery ( #17170 )
2026-07-15 11:31:22 -07:00
Parth Sareen
76188f60cd
docs: add VS Code extension setup ( #17158 )
2026-07-15 11:30:43 -07:00
Parth Sareen
3bd506bd1c
agent/tools: surface actionable web auth error ( #17169 )
2026-07-14 13:35:16 -07:00
Parth Sareen
f1a0ffd621
launch: rename Codex App integration to ChatGPT ( #17161 )
2026-07-13 14:34:17 -07:00
Parth Sareen
cd600e19a3
cmd/tui: simplify integration selection and update menu description ( #17159 )
2026-07-13 12:52:40 -07:00
Parth Sareen
82f905cd9c
cmd: agent UI ( #17017 )
2026-07-09 17:27:31 -07:00
Parth Sareen
cb3d98ccb2
launch: warn before launching old agent models ( #17063 )
2026-07-09 16:55:10 -07:00
Parth Sareen
87b64213b4
launch: disable claude code telemetry by default ( #17061 )
2026-07-06 15:24:11 -07:00
Parth Sareen
a2b3a5e9a3
agent: harness core ( #16963 )
2026-07-02 11:44:31 -07:00
Parth Sareen
2e474c98f9
parser/renderer: add Ornith 9B renderer/parser support ( #16920 )
2026-06-25 23:18:47 -07:00
Parth Sareen and Daniel Hiltgen
c191a145bb
llm: preserve generation headroom for shifted prompts ( #16856 )
...
---------
Co-authored-by: Daniel Hiltgen <daniel@ollama.com >
2026-06-23 15:29:40 -07:00
Parth Sareen
479e1cf94e
docs: document max think level ( #16877 )
2026-06-23 15:29:15 -07:00
Parth Sareen
e1f7f9cbdb
ci: pin darwin release xcode ( #16788 )
2026-06-17 13:01:10 -07:00
Parth Sareen
12e04379cd
launch: Fix launch provider drift ( #16683 )
2026-06-11 17:21:46 -07:00
Parth Sareen
e09b3f9fb5
openai: align models list with tags ( #16556 )
2026-06-05 17:59:05 -07:00
Parth Sareen
ac3d0657a2
launch: migrate pi ( #16213 )
2026-06-03 14:35:32 -07:00
Parth Sareen
f57d111754
launch: isolate Codex launch configuration ( #16437 )
2026-06-02 12:10:46 -07:00
Parth Sareen
2c71d8d7ca
launch: migrate Codex config ( #16397 )
...
* launch: migrate Codex config
2026-06-01 13:46:41 -07:00
Parth Sareen
91c8e5e1a8
launch: enriched model inventory ( #16230 )
2026-05-21 11:57:20 -07:00
Parth Sareen
b9c0421f03
docs: add codex app ( #16163 )
2026-05-14 17:53:15 -07:00
Parth Sareen
c28ddc0a7b
launch: codex app restarts ( #16155 )
2026-05-14 12:08:13 -07:00
Parth Sareen
3ad2fa3fb5
launch: update codex app UI copy ( #16157 )
2026-05-14 12:08:08 -07:00
Parth Sareen
6b6f45ef0e
docs: hide codex app till launch ( #16153 )
2026-05-14 10:56:52 -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
bab59072fb
launch: add plan-aware model gating ( #16027 )
2026-05-06 14:34:26 -07:00
Parth Sareen
d319227df0
server: cache show responses ( #15967 )
2026-05-05 14:40:18 -07:00
Parth Sareen
4017af96cd
go: bump to 1.26 ( #15904 )
2026-05-03 23:24:35 -07:00
Parth Sareen
9ba5a04914
launch: claude app ( #15937 )
2026-05-02 19:19:57 -07:00
Parth Sareen
c7c2837c96
renderers: update gemma4 renderer ( #15886 )
2026-04-29 18:40:23 -07:00
Parth Sareen
b6447caebc
launch: use vram bytes for model recommendations ( #15885 )
2026-04-29 18:40:14 -07:00
Parth Sareen
321cc8a2ba
server/launch: add model recommendations cache endpoint ( #15868 )
2026-04-28 17:09:04 -07:00
Parth Sareen
ea01af6f76
openai: map responses reasoning effort to think ( #15789 )
2026-04-24 02:49:36 -07:00
Parth Sareen
c2ebb4d57c
api: accept "max" as a think value ( #15787 )
2026-04-24 01:49:39 -07:00
Parth Sareen
590109c835
launch: harden OpenClaw onboarding flow ( #15777 )
2026-04-23 16:47:20 -07:00
Parth Sareen
160660e572
launch: use bundled OpenClaw ollama web search ( #15757 )
2026-04-22 16:34:19 -07:00
Parth Sareen
21883571b7
launch: replace kimi-k2.5 with k2.6 as top recommended model ( #15737 )
2026-04-21 15:13:20 -07:00
Parth Sareen
5d1021603a
server: apply format when think=false for gemma4 ( #15678 )
2026-04-20 17:42:29 -07:00
Parth Sareen
8e05d734b9
launch: add kimi cli integration with installer flow ( #15723 )
2026-04-20 15:33:32 -07:00
Parth Sareen
123b300af6
docs: update hermes ( #15655 )
2026-04-17 14:20:59 -07:00
Parth Sareen
57653b8e42
cmd/launch: show WSL guidance on Windows instead of handing off ( #15637 )
2026-04-16 17:18:04 -07:00
Parth Sareen
a50ce61c54
launch: skip unchanged managed-single rewrite ( #15633 )
2026-04-16 16:20:42 -07:00
Parth Sareen
43f90def04
launch: add hermes ( #15569 )
2026-04-15 12:00:23 -07:00
Parth Sareen
80d3744c5d
launch: update openclaw channel message ( #15463 )
2026-04-09 15:20:30 -07:00
Parth Sareen
673726fa0e
app: restore launch default and refine launch sidebar open for app ( #15437 )
2026-04-08 16:59:21 -07:00
Parth Sareen
4e16f562c0
launch: add openclaw channels setup ( #15407 )
2026-04-08 13:25:27 -07:00
Parth Sareen
55308f1421
launch: update ctx length for glm-5.1 and gemma4 ( #15411 )
...
Also adds glm-5.1 in recommended models
2026-04-08 12:11:50 -07:00
Parth Sareen
82f0139587
launch/openclaw: patch approvedScopes baseline for TUI pairing ( #15375 )
2026-04-06 18:00:12 -07:00
Parth Sareen
5ab10d347a
app: add launch page for a simple way to launch integrations ( #15182 )
2026-04-02 10:31:19 -07:00
Parth Sareen
d9cb70c270
docs: update pi docs ( #15152 )
2026-03-31 16:37:55 -07:00
Parth Sareen
8e54823fd3
revert context length warnings change ( #15121 )
2026-03-28 16:43:59 -07:00
Parth Sareen
7c8da5679e
launch: improve multi-select for already added models ( #15113 )
2026-03-28 13:44:40 -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
b00bd1dfd4
launch: skip context length warning for MLX models and show model name ( #15102 )
2026-03-27 15:01:33 -07:00
Parth Sareen
f567abc63f
tui: update chat title ( #15082 )
2026-03-26 18:06:53 -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
Parth Sareen
b166b36cd2
docs: update Claude Code with Telegram guide ( #15026 )
2026-03-23 16:31:21 -07:00
Parth Sareen
eab4d22269
docs: update claude code and openclaw for web search ( #14922 )
2026-03-18 14:18:49 -07:00
Parth Sareen
676d9845ba
launch: register websearch for openclaw ( #14914 )
2026-03-17 15:03:15 -07:00
Parth Sareen
bcf6d55b54
launch: fix web search, add web fetch, and enable both for local ( #14886 )
2026-03-16 16:26:19 -07:00
Parth Sareen
f8b657c967
cmd/launch: add guards for headless mode ( #14837 )
2026-03-14 00:10:02 -07:00
Parth Sareen
870599f5da
launch: remove warning for default policy ( #14830 )
2026-03-13 15:01:38 -07:00
Parth Sareen
347f17b8d1
launch: add compact window for claude code ( #14823 )
2026-03-13 12:09:23 -07:00
Parth Sareen
bb867c6fdb
launch: fix headless --yes integration flow and policy scoping ( #14815 )
2026-03-13 11:45:36 -07:00
Parth Sareen
76925f1284
cmd: TUI model ordering ( #14814 )
2026-03-13 10:19:22 -07:00
Parth Sareen
af5f7c0a9e
cmd: refactor tui and launch ( #14609 )
2026-03-12 18:39:06 -07:00