Will Li
0e9954dfe7
Merge branch 'main' into will/edit-w-checkpoints
2025-07-17 08:34:29 -07:00
Will Li
fb374b3e94
Message edit/delete overhaul ( #5538 )
...
* improved chat row first pass
* big UI improvements
* working functionality
* tests working
* ok finally tests working for real!
* translations
* add back hidden flag
* remove option to skip notif
* fixed image issue
* ui fix
* put back edit flag
* oops test fix
* reduce margins
* code review
2025-07-17 10:16:57 -04:00
Daniel
2458751424
fix: prevent empty mode names from being saved ( #5766 ) ( #5794 )
2025-07-16 17:50:14 -04:00
Christiaan Arnoldus
a92ee567df
Format time in ISO 8601 ( #5793 )
2025-07-16 15:58:11 -04:00
Daniel
a7a6bcb30f
fix: resolve DirectoryScanner memory leak and improve file limit handling ( #5785 )
2025-07-16 15:06:26 -04:00
Daniel
8c8888a977
feat: increase Ollama API timeout values and extract as constants ( #5778 )
...
- Increase embedding request timeout from 10s to 60s
- Increase validation request timeouts from 5s to 30s
- Extract timeout values as module-level constants for better maintainability
- OLLAMA_EMBEDDING_TIMEOUT_MS = 60000 (60 seconds)
- OLLAMA_VALIDATION_TIMEOUT_MS = 30000 (30 seconds)
2025-07-16 09:30:33 -04:00
Murilo Pires
d513b9c0e1
fix: Exclude Terraform and Terragrunt cache directories from checkpoints ( #4601 ) ( #5750 )
...
* feat: add Issue Fixer Orchestrator mode
* fix: Exclude Terraform and Terragrunt cache directories from checkpoints (#4601 )
2025-07-15 19:50:55 -04:00
Murilo Pires
93f88b45b6
feat: Add configurable error & repetition limit with unified control ( #5654 ) ( #5752 )
...
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-15 18:25:43 -04:00
axb
5557d77a96
list-files must include at least the first-level directory contents ( #5303 )
...
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-15 17:34:03 -04:00
flameboy
9db64de363
Feature/vertex ai model name conversion ( #5728 )
...
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-15 14:15:33 -04:00
ChuKhaLi
9b6fb36d6f
fix(litellm): handle baseurl with paths correctly ( #5697 )
...
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-15 14:14:16 -04:00
Matt Rubens
d0452d0d5c
Add telemetry for todos ( #5746 )
2025-07-15 10:47:50 -04:00
github-actions[bot]
5d1270a1fe
Changeset version bump ( #5735 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-15 08:20:17 -04:00
Matt Rubens
8a3dcfb593
Update the max-token calculation in model-params to use the shared logic ( #5720 )
2025-07-15 02:20:22 -04:00
github-actions[bot]
301977b2dc
Changeset version bump ( #5719 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-15 00:37:59 -04:00
Matt Rubens
5762964b56
Add Kimi K2 model and better support ( #5717 )
2025-07-15 00:31:18 -04:00
Will Li
2c77f32be6
clean logging
2025-07-14 15:56:18 -07:00
Will Li
701560823e
fix race cond and lint
2025-07-14 15:26:05 -07:00
Will Li
caee1dc87f
tests, optimizations, refactors
2025-07-14 14:52:06 -07:00
github-actions[bot]
88c4261829
Changeset version bump ( #5708 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-14 16:45:39 -04:00
Daniel
5cab585eb3
fix: prioritize built-in model dimensions over custom dimensions ( #5705 )
2025-07-14 16:20:34 -04:00
github-actions[bot]
6702871c4e
Changeset version bump ( #5702 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-14 14:52:28 -04:00
Will Li
bccffac992
working
2025-07-14 11:41:27 -07:00
Matt Rubens
1187a7c50e
Tweaks to command timeout error ( #5700 )
2025-07-14 14:38:01 -04:00
SannidhyaSah
824c49487b
feat: enable Claude Code provider to run natively on Windows ( #5615 )
2025-07-14 14:12:39 -04:00
Roomote Bot
e0196320b5
feat: Add configurable timeout for command execution ( #5668 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2025-07-14 14:12:12 -04:00
Daniel
d7787a2de3
feat: add gemini-embedding-001 model to code-index service ( #5698 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-14 14:10:40 -04:00
Roomote Bot
f71275ef55
fix: resolve vector dimension mismatch error when switching embedding models ( #5616 ) ( #5617 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
2025-07-14 14:10:09 -04:00
chris-garrett
a163053430
fix: [5424] return the cwd in the exec tool's response so that the model is not lost after subsequent calls ( #5667 )
2025-07-13 22:36:25 -04:00
Will Li
930e70e26f
refactor
2025-07-13 18:03:51 -07:00
Will Li
6044c1af74
initial print fix
2025-07-13 15:26:24 -07:00
github-actions[bot]
62f97b917a
Changeset version bump ( #5670 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-13 14:51:05 -04:00
Will Li
d3c655d351
working version, still some default checkpointing bugs
2025-07-13 00:19:49 -07:00
Daniel
5bffebde58
feat: add enable/disable toggle for code indexing ( #5599 )
2025-07-12 12:55:50 -04:00
Matt Rubens
cdacdfd54b
Add a command denylist ( #5614 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-12 12:36:04 -04:00
github-actions[bot]
50e45a2bc6
Changeset version bump ( #5613 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-11 23:43:52 -04:00
Daniel
32308d79c4
feat: add comprehensive error telemetry to code-index service ( #5595 )
2025-07-11 23:01:50 -04:00
Hannes Rudolph
39b83070c3
feat: Enable dynamic tool selection in architect mode for context discovery ( #5607 )
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-07-11 22:47:45 -04:00
Hannes Rudolph
f5dfbf1fc2
feat(claude-code): add configurable max output tokens setting ( #5610 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-11 22:31:50 -04:00
Will Li
63c7c7c230
some merge fixes
2025-07-11 15:56:33 -07:00
Murilo Pires
9aa2e6ea54
Fix/issue 2897 mermaid syntax warning ( #5530 )
2025-07-11 17:46:38 -04:00
Daniel
0ecae9d4f1
fix: exclude cache tokens from context window calculation ( #5603 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-11 16:54:51 -04:00
Will Li
7b77d80a73
Merge branch 'will/edit-delete-overhaul' into will/edit-w-checkpoints
2025-07-11 09:49:47 -07:00
Will Li
69c3996739
Merge branch 'main' into will/edit-delete-overhaul
2025-07-10 20:46:31 -07:00
Will Li
5edab52884
fixed image issue
2025-07-10 18:47:21 -07:00
Will Li
f89d768101
remove option to skip notif
2025-07-10 17:26:36 -07:00
Will Li
ce0c1821d0
temp push
2025-07-10 17:10:12 -07:00
Daniel
50598b22b5
fix(i18n): Correct translation fallback logic for embedding errors ( #5574 )
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-10 15:47:47 -04:00
Noritaka Kobayashi
ab55854702
chore: fix typos in comment & document ( #5569 )
2025-07-10 11:33:26 -04:00
Daniel
97b917eac8
fix: handle Qdrant vector dimension mismatch when switching embedding models ( #5562 ) ( #5565 )
2025-07-10 11:29:25 -04:00