| CARVIEW |
Select Language
HTTP/2 200
date: Sun, 28 Dec 2025 07:10:58 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/vinhnx/vtcode.git
etag: W/"48267b13780771786049fd869be5a41c"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=SP20xWAA313%2BczhsiFLf%2F3PNmnlN%2Buj0LzPV0DSsMvwmOOhLM0GXMjcfWXAZheNhFLwLI2paGtqKxAKUh5a0QvQBKSG3BPMC1WcxyrVThAH0aiPcHMrOqNna%2BzQtnr0z9lkRzjAxiaDNSk8CbF6hm6rODd2MOFy0gVvYIguVAZefG4nA42Hm%2BAz3LyTZilDkU7cN2A8Qp0jI2F6JjuTun5x4MT21OujWPavEFQi%2FwPz327A0nt5%2BTj5jzu%2BDiN5Gm51nEg3RwjP8B7CEEJpYRQ%3D%3D--SnlqZ0QqpN5XGcrl--eRHZmjTr4LCftV%2FAntuOAA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.433349867.1766905857; Path=/; Domain=github.com; Expires=Mon, 28 Dec 2026 07:10:57 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 28 Dec 2026 07:10:57 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8928:291923:4C7D2DD:5C800E4:6950D801
feat: implement adaptive TUI tick rate, coalesce scroll events, and e… · vinhnx/vtcode@8bfd6a3 · GitHub
Copy file name to clipboardExpand all lines: tests/cli_harness_failures.rs
Copy file name to clipboardExpand all lines: vtcode-config/src/constants.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/llm/providers/openai.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/file_ops.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/mcp.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/parallel_executor.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/ui/markdown.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/ui/tui/log.rs
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit 8bfd6a3
File tree
Expand file treeCollapse file tree
17 files changed
+279
-72
lines changedOpen diff view settings
Filter options
- .vtcode
- docs/project
- tests
- vtcode-config/src
- vtcode-core
- src
- llm/providers
- tools
- ui
- tui
- session
- widgets
- tests
- support
Expand file treeCollapse file tree
17 files changed
+279
-72
lines changedOpen diff view settings
Collapse file
+5-6Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
Collapse file
+1-13Lines changed: 1 addition & 13 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 3 | | |
12 | 4 | | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
17 | | - | |
| 9 | + | |
18 | 10 | | |
19 | 11 | | |
20 | 12 | | |
| |||
24 | 16 | | |
25 | 17 | | |
26 | 18 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
| |||
Collapse file
tests/cli_harness_failures.rs
Copy file name to clipboardExpand all lines: tests/cli_harness_failures.rs-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
Collapse file
vtcode-config/src/constants.rs
Copy file name to clipboardExpand all lines: vtcode-config/src/constants.rs+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
823 | 831 | | |
824 | 832 | | |
825 | 833 | | |
| |||
Collapse file
vtcode-core/src/llm/providers/openai.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/llm/providers/openai.rs-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3668 | 3668 | | |
3669 | 3669 | | |
3670 | 3670 | | |
3671 | | - | |
Collapse file
vtcode-core/src/tools/file_ops.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/file_ops.rs-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2602 | 2602 | | |
2603 | 2603 | | |
2604 | 2604 | | |
2605 | | - | |
Collapse file
vtcode-core/src/tools/mcp.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/mcp.rs-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
Collapse file
vtcode-core/src/tools/parallel_executor.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/tools/parallel_executor.rs-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
Collapse file
vtcode-core/src/ui/markdown.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/ui/markdown.rs+31-15Lines changed: 31 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
158 | 171 | | |
159 | | - | |
160 | | - | |
161 | 172 | | |
162 | 173 | | |
163 | 174 | | |
| |||
1196 | 1207 | | |
1197 | 1208 | | |
1198 | 1209 | | |
1199 | | - | |
1200 | | - | |
| 1210 | + | |
| 1211 | + | |
1201 | 1212 | | |
1202 | | - | |
1203 | | - | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
1208 | 1224 | | |
1209 | 1225 | | |
1210 | 1226 | | |
| |||
Collapse file
vtcode-core/src/ui/tui/log.rs
Copy file name to clipboardExpand all lines: vtcode-core/src/ui/tui/log.rs+36-3Lines changed: 36 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
58 | 74 | | |
59 | 75 | | |
60 | 76 | | |
| |||
186 | 202 | | |
187 | 203 | | |
188 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
189 | 212 | | |
190 | 213 | | |
191 | 214 | | |
| |||
197 | 220 | | |
198 | 221 | | |
199 | 222 | | |
200 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
201 | 227 | | |
202 | 228 | | |
203 | 229 | | |
| |||
287 | 313 | | |
288 | 314 | | |
289 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
290 | 323 | | |
291 | 324 | | |
292 | 325 | | |
| |||
You can’t perform that action at this time.
0 commit comments