What's Changed
- Jacob/feature/next edit mvp by @jpoly1219 in #6287
- New .continue/rules by @sestinj in #6228
- Dev data: added tool usage event by @adarshramiyer in #6299
- Revert "Dev data: added tool usage event" by @Patrick-Erichsen in #6314
- Expand Edit Tool tests, fix auto-apply duplicate responses by @RomneyDa in #5866
- fix: prevent focus out on mod backspace in chat area by @uinstinct in #6310
- chore: speedup builds for binary and prepackage by @uinstinct in #6022
- Handle empty string json args by @RomneyDa in #6312
- Support tools for prompts by @RomneyDa in #6264
- Remove unused mocha test runner by @RomneyDa in #6174
- Update CONTRIBUTING.md by @Patrick-Erichsen in #6343
- Custom Fetch Env Flag by @RomneyDa in #6295
- regex rule that forbids useEffect by @sestinj in #6293
- Dev data: added tool calls to logged completions by @adarshramiyer in #6297
- fun continue pun rule by @TyDunn in #6328
- New rule to enfore that EditAggregator is a singleton by @adarshramiyer in #6330
- fix: 🐛 Fix for the ellipsis animation part deux by @chezsmithy in #6332
- build: Remove libs.version.toml by @exigow in #6352
- Update bedrock.mdx by @Patrick-Erichsen in #6313
- feat: search & replace tool experiment by @Patrick-Erichsen in #6316
- feat: Report issues to Sentry by @exigow in #6353
- Improve UI for tool calls that only have one context item by @sestinj in #6319
- Updates on Next Edit PR by @jpoly1219 in #6349
- YAML config load minP, frequencyPenalty and presencePenalty by @mq200 in #6357
- Edit Logging Functionality + Utilities for Next Edit by @adarshramiyer in #6268
- Remove @codebase from default context providers by @tingwai in #6354
- Add edit outcome tracking to record accept/reject by @sestinj in #6358
- chore: migrate core (config, context) tests to vitest by @uinstinct in #6092
- fix: Fix retrieval reranker sorting issue by @jacob-lcs in #6336
- perf: Avoid storing services as a field in long-lived components by @exigow in #6308
- feat: Attach thread dumps to Sentry events + report caught exceptions by @exigow in #6372
- Add @codebase as experimental tool for agent mode by @tingwai in #6360
- toolUsage devdata events by @adarshramiyer in #6315
- hotfix to add query by @sestinj in #6386
- chore: add telemetry for context providers by @uinstinct in #6371
- Jacob/feature/dynamic switch autocomplete nextedit by @jpoly1219 in #6388
- fix: Read virtual files on EDT (getOpenFiles, getCurrentFile) by @exigow in #6378
- build: Simplify runIde args by @exigow in #6373
- add tool call support for deepseek-chat、deepseek-reasoner(Only for deepsee… by @xiaohuanxiong3 in #6236
- Quick fix: removing functionally redundant items in dev data toolusage by @adarshramiyer in #6392
- Update Agent/Tool Message Construction and Handling by @RomneyDa in #6333
- fix: Move CoreMessenger write calls off AWT thread to prevent UI freeze by @exigow in #6407
- refactor: Remove unused bundle resource by @exigow in #6404
- feat: continue init prompt by @tomasz-stefaniak in #6233
- refactor: Cleanup icons and remove duplicated logo by @exigow in #6403
- Simplify tool names by @RomneyDa in #6396
- chore: build packages in jetbrains release by @Patrick-Erichsen in #6304
- chore: conditional tooltip on reasoning btn by @Patrick-Erichsen in #6355
- chore: update toolSupport.ts by @Patrick-Erichsen in #6380
- fix: prevent lines removal on docstring insertion by @uinstinct in #6364
- Update CLA allowlist to include additional contributors by @sestinj in #6408
- fix: do not delete docs indexes on resync by @shssoichiro in #6146
- Add support for isWorkspaceRemote message type in IntelliJ extension by @sestinj in #6414
- Revert "Quick fix: removing functionally redundant items in dev data toolusage" by @RomneyDa in #6393
- fix: pasting images by @Patrick-Erichsen in #6416
- feat: add
claude-opus-4
tool support for bedrock models by @Patrick-Erichsen in #6419 - Mode cycling focus fix by @RomneyDa in #6381
- Remove unused onlyOneInsertion param by @RomneyDa in #6415
- fix: 🐛 The edit rules button doesn't open the rule file by @chezsmithy in #6423
- Dynamically switch between rendering ghost text and svg decoration based on the model output by @jpoly1219 in #6389
- add llamastack support by @wukaixingxp in #6154
- Bump IntelliJ plugin version to 1.0.27 by @sestinj in #6424
- ToolUsage dev data updates by @adarshramiyer in #6425
- fix: support local slugs in document link provider by @fbricon in #6376
- feat: add a sessions loading indicator by @uinstinct in #6427
- Add icon to truncate history at last tool call by @RomneyDa in #6382
- Stringify fetch data streaming errors by @RomneyDa in #6385
- Prevent entire indexing process from stopping on error and surface messages to Indexing menu by @tingwai in #6390
- Fix install-all-dependencies script by @shssoichiro in #6426
- bump pre-release version to 1.1.55 by @jpoly1219 in #6436
- fix duplicate tools bug by @RomneyDa in #6418
- Less flashy truncate to tool call icon by @RomneyDa in #6441
- Disallow read file tools to add files that exceed half of context length by @RomneyDa in #6440
- @codebase use tool calling (under experimental flag) by @tingwai in #6434
- build: Remove test dependencies from the release by @exigow in #6431
- docs: Recommend File Expander plugin by @exigow in #6432
- feat: generate rule dialog by @Patrick-Erichsen in #6421
- feat: custom llmstxt plugin by @bdougie in #6420
- chore: terminate all tasks after debug by @uinstinct in #6405
- fix(autocomplete): trim trailing <|file_separator|> for Gemini/Gemma by @hayden-cardwell in #6194
- UI Polish by @sestinj in #6318
- Add edit history sequences to nextEdit dev data for easier processing by @adarshramiyer in #6442
- Fix: resolve the context retrieval issue for codebase and docs by @Jazzcort in #6412
- Add o-series model autodetection and comprehensive test coverage by @sestinj in #6428
- Improve history search with multi-stage matching algorithm by @sestinj in #6410
- Styled components to tailwind demo migration by @sestinj in #6317
- Jacob/feature/nextedit telemetry by @jpoly1219 in #6443
- telemetry for stream_error by @sestinj in #6062
- Bump version to 1.1.56 by @sestinj in #6444
- docs: Restructure docs to a 8-Section Navigation with Guides by @bdougie in #6335
- Update CLA document in workflow by @emmanuel-ferdman in #6458
- Nate/hotfix-read-file-tool by @sestinj in #6462
- Nate/indexing-and-retrieval-fixes by @sestinj in #6456
- fix continue yaml config due to multiple config declarations by @uinstinct in #6453
- improve: instruct model when no context results were retrieved by @uinstinct in #6303
- rolling back edit logging temporarily — issues with repo detection by @adarshramiyer in #6465
- refactor findSearchMatch by @sestinj in #6464
- don't expand edit tool codeblocks by default by @sestinj in #6467
- Quick fixes (codebase related) by @sestinj in #6474
- fix: move /advanced to /customize by @bdougie in #6492
- Jacob/enhancement/nextedit render by @jpoly1219 in #6463
- feat: ✨ Enable amazon nova models by @chezsmithy in #6466
- Allow tool call interruptions by @RomneyDa in #6476
- fix: Attach environment type to reported exceptions by @exigow in #6484
- feat: adds cwd to the MCP yaml as an option. by @bdougie in #6280
- Truncate large agent tool output by @RomneyDa in #6439
- Plan Mode by @RomneyDa in #6445
- feat: Bedrock OpenAI adapter by @RomneyDa in #6499
- feat: add comprehensive PR compliance checks workflow by @sestinj in #6496
- chore: openai-adapters 1.0.45 by @RomneyDa in #6504
- chore: config-yaml v96 by @RomneyDa in #6505
- chore: bump by @sestinj in #6517
- fix: resolve VS Code logout bugs by @sestinj in #6503
- fix: enable parsing of OpenAI-compatible agent mode messages by @shssoichiro in #6108
- Polishing find / replace tool (UI, prompt) by @sestinj in #6475
- Optimize config unroll with parallel processing for blocks and sections by @sestinj in #6449
- Change default to agent mode by @rkhanwani10 in #6481
- fix: use correct styling on truncate btn by @Patrick-Erichsen in #6515
- fix: Queue messages sent to Continue binary by @exigow in #6457
- Fix build script path in JetBrains release workflow by @sestinj in #6528
New Contributors
- @tingwai made their first contribution in #6354
- @xiaohuanxiong3 made their first contribution in #6236
- @shssoichiro made their first contribution in #6146
- @wukaixingxp made their first contribution in #6154
- @hayden-cardwell made their first contribution in #6194
- @emmanuel-ferdman made their first contribution in #6458
- @rkhanwani10 made their first contribution in #6481
Full Changelog: v1.0.26-jetbrains...v1.0.27-jetbrains