1478 Commits

Author SHA1 Message Date
Dax Raad 2ef832f926 only enable ruff if it seems to be used
publish / publish (push) Has been cancelled
v0.3.19
2025-07-17 18:07:06 -04:00
Wendell Misiedjan d09f2f72e5 feat: support AWS_BEARER_TOKEN_BEDROCK for amazon bedrock provider autoloading (#1094)
publish / publish (push) Has been cancelled
v0.3.18 vscode-v0.0.1
2025-07-17 09:12:30 -05:00
Aiden Cline 5fe00d154e tweak: allow mcp servers to include headers (#1096) 2025-07-17 09:11:48 -05:00
GitHub Action 932e12b749 ignore: update download stats 2025-07-17 2025-07-17 14:07:13 +00:00
Alexander Drottsgård 33dc00b47c feat(tui): highlight current session in sessions modal (#1093) 2025-07-17 07:40:15 -05:00
Timo Clasen 693e540323 feat(tui): remove share commands from help if sharing is disabled (#1087) 2025-07-17 04:28:12 -05:00
Aiden Cline 69160619d7 fix: message error centering (#1085) 2025-07-17 04:27:40 -05:00
Timo Clasen 642cb27584 fix(tui): user defined ctrl+z should take precedence over suspending (#1088) 2025-07-17 04:27:02 -05:00
Timo Clasen 2ae3d05101 feat(tui): remove sharing info from session header when sharing is disabled (#1076) 2025-07-16 17:36:48 -05:00
Timo Clasen 0ec4035865 docs(share): add explicit manual share mode (#1074) 2025-07-16 16:08:25 -05:00
Aiden Cline 82c7339eda fix: type 'reasoning' was provided without its required following item (#1072) 2025-07-16 15:59:40 -05:00
Jay V 779f5a396d docs: edit 2025-07-16 16:59:12 -04:00
Jay V 1202f80d13 docs: update enterprise doc 2025-07-16 16:44:28 -04:00
Jay V 84b9e4d5a3 docs: config doc 2025-07-16 16:27:44 -04:00
Jay V dbc2c017d5 docs: edits 2025-07-16 16:20:09 -04:00
Mike Wallio d568f52f7f Remove binary file opencode (#1069) 2025-07-16 15:10:40 -05:00
Daniel Saldarriaga López 85a767c872 docs: fix keybinds documentation to match actual config schema (#867)
publish / publish (push) Has been cancelled
v0.3.17
2025-07-16 15:34:52 -04:00
adamdotdevin 88915e2b0b fix(tui): expand edit calls 2025-07-16 14:33:57 -05:00
adamdotdevin 39f63ed5e0 fix(tui): slightly faster scroll speed 2025-07-16 14:26:46 -05:00
Dax Raad 6b9e111e94 only include severity 1 diagnostics from lsp in edit tool output
publish / publish (push) Has been cancelled
v0.3.16
2025-07-16 15:25:37 -04:00
adamdotdevin e333bffb54 feat(tui): more ways to quit 2025-07-16 14:20:28 -05:00
Dax Raad ca52f94b7a docs: better variable examples 2025-07-16 14:56:24 -04:00
adamdotdevin 69efe04b03 docs: copying text 2025-07-16 13:26:26 -05:00
adamdotdevin 48b1b6e7d2 fix: missing dependency
publish / publish (push) Has been cancelled
v0.3.15
2025-07-16 12:58:29 -05:00
adamdotdevin e47e9ad4ee fix: missing dependency 2025-07-16 12:56:11 -05:00
Aiden Cline 7ebfef5953 fix: generate title should use same options as model it uses to gen (#1064) 2025-07-16 12:46:52 -05:00
adamdotdevin 63befaffc1 feat(tui): layout config to render full width
publish / publish (push) Has been cancelled
v0.3.14
2025-07-16 12:43:02 -05:00
Jay V b0f3ce8251 docs: rename workflow 2025-07-16 13:38:00 -04:00
Jay V 8d92e16d0d docs: discord releases 2025-07-16 13:17:04 -04:00
Aiden Cline e71d862c40 Fix: better title generation (needs to change due to small models) (#1059) 2025-07-16 11:47:56 -05:00
John Henry Rudden 81c478771b Fix: Add escape sequence for @ symbols to prevent send blocking (#1029) 2025-07-16 11:18:48 -05:00
Tom fe9f156dff fix: Prevent division by zero in context percentage calculation (#1055) 2025-07-16 09:35:20 -05:00
Jeremy Mack 8c1fa52068 fix: grep omitting text after a colon (#1053) 2025-07-16 09:09:05 -05:00
Adi Yeroslav ca4c92aafb feat(tui): shift+tab to cycle modes backward (#1049) 2025-07-16 07:43:48 -05:00
Nipuna Perera f5cc1f5fbf Enhance private npm registry support (#998) 2025-07-16 08:31:38 -04:00
GitHub Action 21af07df8f ignore: update download stats 2025-07-16 2025-07-16 12:04:30 +00:00
adamdotdevin fb9071b1f0 fix(tui): diagnostics rendering 2025-07-16 06:55:14 -05:00
adamdotdevin 0415c0be73 fix(tui): pending tool call width 2025-07-16 06:27:32 -05:00
adamdotdevin fbbb6ef407 fix(gh): build 2025-07-16 06:13:43 -05:00
adamdotdevin d87addc89f fix(tui): render attachments in user messages in accent color 2025-07-16 06:09:27 -05:00
adamdotdevin d795b494c3 chore: messages cleanup 2025-07-16 06:09:27 -05:00
adamdotdevin a270e1e4b9 fix(tui): faster cache algo 2025-07-16 06:09:27 -05:00
adamdotdevin 23a5b323ba chore(tui): simplify messages component, remove navigate, add copy last message 2025-07-16 06:09:26 -05:00
Robin Moser 9caeae6d51 fix: don't sign snapshot commits (#1046) 2025-07-16 04:46:32 -05:00
Matias Insaurralde 092c710810 perf: move ANSI regex compilations to package level (#1040)
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
2025-07-16 04:20:25 -05:00
Frank 5261b2a010 wip: github actions 2025-07-16 16:20:06 +08:00
Frank 94a821066e sync 2025-07-16 16:12:31 +08:00
Frank 8b839e62a6 wip: github actions 2025-07-16 16:05:51 +08:00
Frank 56b2e3657a wip: github actions 2025-07-16 03:57:14 -04:00
Frank d09954390a wip: github actions 2025-07-16 03:54:20 -04:00