You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can now create a GitHub App with all the right permissions/events for code review agents. Previously, you had to manually customize the apps. Backport 87e8d77f464912cbd4356a8c3c39fba1d099e3b6 from #3473
26
+
27
+
#### Cody
28
+
29
+
- add "autocomplete" capability to Claude Haiku models `(PR #3638)`
30
+
31
+
#### Tenant
32
+
33
+
- telemetry for adding code `(PR #3560)`
34
+
35
+
### Fix
36
+
37
+
#### Agents
38
+
39
+
- fix bug when using global rules in default revision `(PR #3524)`
40
+
- fix bug where POST /reviews always failed `(PR #3522)`
41
+
- improve error reporting in `POST /reviews` `(PR #3518)`
42
+
- render errors as strings in agent run logs `(PR #3516)`
43
+
- Errors are now rendered as strings in agent run logs. Previously, they rendered as `Source: {}`, which wasn't helpful.
44
+
Backport d1f18d280fc9d3a985a284c31e819412d2add606 from #3514
45
+
- hide listing of rules to fix unconditional error `(PR #3498)`
- Fixes a bug in SCIP index processing for instances with a long history
51
+
of processing large uploads. Backport 48e7b47898ee7710f12270c6861c335a2ef75f48 from #3595
52
+
53
+
#### Release
54
+
55
+
- check for and remove timescaledb extension `(PR #3584)`
56
+
- fix(rel): remove TimescaleDB from existing database if found during upgrade to Postgres 16 on the codeinsights database.
57
+
Backport 71b4af3d6faef054803db0151b2cc7b151bb1c0e from #3556
58
+
59
+
#### Security
60
+
61
+
- Allow the admin's HTTP auth provider headers in CORS preflight requests `(PR #3540)`
62
+
- HTTP header auth username and email headers, if configured, are no longer blocked by CORS. Backport 782b98a780dac335576b8f43affb4b1a10123882 from #3512
63
+
64
+
#### Others
65
+
66
+
- transformChanges.group.directory should ignore file names `(PR #3594)`
67
+
- fix: transformChanges.group.directory now ignores file names
68
+
Backport 3b76fe4ab146565b0e736231353b1e24f1468241 from #3576
0 commit comments