Commit Graph

1150 Commits

Author SHA1 Message Date
Douwe Osinga 04514c6d20 Feature/at agent mention (#8571)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-04-22 14:17:43 +00:00
Matt Toohey 37bd4e7923 perf: split agent setup into staged phases to reduce startup blocking (#8746)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-22 13:50:47 +00:00
Lucas Alvares Gomes 501dde5570 Replace deprecated Claude ACP package links (#8625)
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2026-04-22 12:35:12 +00:00
g.sunilkumar 03f4bfaa99 fix(providers): handle missing delta field in streaming chunks (#8700)
Signed-off-by: sunilkumarvalmiki <g.sunilkumarvalmiki@gmail.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-22 09:06:45 +00:00
이대희 d18bb6e512 refactor(providers): extract http_status module and rename handle_status_openai_compat (#8620)
Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
2026-04-22 08:33:26 +00:00
Sam Osborn 015b0d92d3 fix(providers/openai): accept streaming chunks with both reasoning fields (#8715)
Signed-off-by: Sam Osborn <samosborn88@gmail.com>
2026-04-22 07:35:48 +00:00
Matt Toohey c8b339e559 feat: associate threads with projects (#8745)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-22 07:08:55 +00:00
Alex Hancock 23b3b3dcac alexhancock/tui-improvements (#8736) 2026-04-22 00:44:22 +00:00
Bradley Axen ab0c40d26a fix: add strict:false to Responses API tools and gpt-5.4 to known models (#8636)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-21 22:32:24 +00:00
Jack Amadeo 38941b1d26 merge goose-acp crate into goose (#8726) 2026-04-21 20:26:49 +00:00
Bradley Axen dfc5b0b803 consolidate provider ACP methods onto inventory (#8710)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-21 16:19:20 +00:00
Spike Wang aa731a9596 Stop load openai fast model for openapi compatible custom endpoint (#8644) 2026-04-21 13:10:00 +00:00
Jack Amadeo b1235e7c01 Manage skills as sources over ACP (#8675)
Co-authored-by: Lifei Zhou <lifei@squareup.com>
2026-04-21 03:09:21 +00:00
Bradley Axen 8eda6fdabc overhaul provider inventory and agent/model selection (#8652)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-20 15:00:17 -07:00
jh-block e81465c316 fix(developer): run shell tool under bash/sh regardless of login shell (#8659)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-20 14:45:24 +00:00
이대희 e74438bc8b refactor(providers): extract shared OAuth device-flow helper (#8619)
Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
2026-04-20 14:41:16 +00:00
Aravind Kumar Dhodda 5205540311 fix: append /chat/completions for prefixed v1 base URLs (#8521) 2026-04-20 11:45:31 +00:00
Vincenzo Palazzo f2350f8d68 Reset ChatGPT Codex auth during OAuth setup (#8569)
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
Co-authored-by: goose <goose@aaif.dev>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 11:36:20 +00:00
Michael Neale 4656d1a706 chore: adding opus 4.7 (#8614) 2026-04-18 03:20:48 +00:00
Bradley Axen b7aea3dc91 warm shell PATH lookup during session init (#8631)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-17 20:27:36 +00:00
Will Pfleger 7fa662bcac feat(extensions): support Unix domain socket transport for StreamableHttp MCP (#7860) 2026-04-17 19:16:37 +00:00
jh-block 69d89859a2 Update rmcp to 1.5.0 (fixes #8453) (#8618) 2026-04-17 10:50:27 +00:00
이대희 afcdf2cab3 fix(kimicode): align model metadata with live Kimi Code API (#8588)
Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
2026-04-17 09:53:39 +00:00
Adam Miller fdd8ada032 feat: add /edit command to cli for on-demand prompt editing (#8566)
Signed-off-by: Adam Miller <admiller@redhat.com>
2026-04-16 18:51:40 +00:00
Alex fd93865951 feat: add Novita AI as declarative provider (#8432)
Signed-off-by: Alex-wuhu <yanglongwei06@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 12:54:31 +00:00
이대희 93e6f8d521 feat: add Kimi Code provider with OAuth device flow authentication (#8466)
Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 10:13:50 +00:00
Juan Palomino aa8ea99584 fix: create logs dir before writing llm request log (#8522)
Signed-off-by: Juan Palomino <jpalomino09@gmail.com>
2026-04-16 07:50:34 +00:00
Kasper Jensen a6e5d70df0 fix: enable token usage tracking and configurable stream timeout for Ollama provider (#8493) 2026-04-16 07:49:39 +00:00
Lifei Zhou a5a497b341 pass globally unique conversation identifier as sessionId in databricks api call (#8576) 2026-04-16 04:32:19 +00:00
Matt Toohey c29e3203b4 fix: use sqlx chrono decode for thread timestamps instead of manual parsing (#8575)
Signed-off-by: Matt Toohey <contact@matttoohey.com>
2026-04-16 03:06:52 +00:00
Michael Neale d3881897a1 docs: remove stale gemini-acp references (#8572)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
2026-04-16 02:34:41 +00:00
Lifei Zhou 23755aa458 Lifei/oltp data (#8458) 2026-04-15 23:47:09 +00:00
jh-block 78b5b5209a feat: support Client ID Metadata Document (CIMD) for OAuth (#8550) 2026-04-15 15:53:25 +00:00
github-actions[bot] 8e04d7c8be chore(release): bump version to 1.31.0 (minor) (#8527)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-14 14:48:16 +00:00
jh-block 65e5d97cac Improve local inference settings and model downloader (#8467)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-14 08:50:50 +00:00
dorien-koelemeijer 2e529b7497 Add prompt injection mitigation logging back (#8518) 2026-04-14 00:44:49 +00:00
Can H. Tartanoglu d2b473f8ee feat(providers): add llama-swap declarative provider (#8462) 2026-04-13 16:45:25 +00:00
jh-block de317d5445 Add vision/image support for local inference models (#8442)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-13 08:17:04 +00:00
Steffen Kram 501c3e8a24 fix: use api. subdomain for enterprise GitHub Copilot token URL (#8494) 2026-04-12 23:32:20 +00:00
dorien-koelemeijer 9858f828f1 Suppress rmcp::service from OTLP log export (#8461) 2026-04-10 21:05:40 +00:00
Vincenzo Palazzo 8c3b5eb56a feat: add Ollama Cloud as a declarative provider (#8189) 2026-04-09 20:19:27 +00:00
Matt Van Horn c9a48221a9 fix(acp): propagate token usage from PromptResponse (#8271)
Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
2026-04-09 14:48:44 +00:00
jaffar keikei 2471a9e2f8 fix: use saturating_sub in download ETA to prevent underflow (#8410) 2026-04-09 14:38:09 +00:00
jh-block e8cbfc55da fix: local inference provider loses thinking and fragments tool calls across turns (#8415)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-09 09:27:31 +00:00
Bradley Axen 9d7de43eec feat(acp): introduce threads (#8344)
Signed-off-by: Bradley Axen <baxen@squareup.com>
2026-04-08 22:14:28 -07:00
walid e200a896a2 fix(claude-acp): surface tool calls and results to the session bus (#8408) 2026-04-09 04:13:40 +00:00
jh-block 8b1007eee0 fix: correctly parse thinking content from gemma4 (#8407)
Signed-off-by: jh-block <jhugo@block.xyz>
2026-04-08 19:22:35 +00:00
Roshan Warrier 8b32f92371 fix: reduce summon frontmatter warning noise (#8363)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: txhno <198242577+txhno@users.noreply.github.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-04-08 18:06:10 +00:00
Pete Gonzalez 4de4d475a4 fix: add skip_canonical_filtering to Anthropic and Ollama providers (#8349)
Signed-off-by: Pete Gonzalez <4673363+octogonz@users.noreply.github.com>
2026-04-08 15:17:45 +00:00
juanxincai 71b59805b3 fix: apply declarative provider context_limit via canonical create path (#8364)
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: juanxincai <zarttic@users.noreply.github.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
2026-04-08 15:10:22 +00:00