-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment_context_basic.txt
More file actions
210 lines (208 loc) · 7.34 KB
/
Copy pathenvironment_context_basic.txt
File metadata and controls
210 lines (208 loc) · 7.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
This is the Gemini CLI. We are setting up the context for our chat.
Today's date is vendredi 5 septembre 2025 (formatted according to the user's locale).
My operating system is: linux
I'm currently working in the directory: /home/jchardon/projects/gemini-cli-no-sec
Here is the folder structure of the current working directories:
Showing up to 200 items (files + folders). Folders or files indicated with ... contain more items not shown, were ignored, or the display limit (200 items) was reached.
/home/jchardon/projects/gemini-cli-no-sec/
├───.editorconfig
├───.gitattributes
├───.gitignore
├───.npmrc
├───.nvmrc
├───.prettierignore
├───.prettierrc.json
├───.yamllint.yml
├───CONTRIBUTING.md
├───Dockerfile
├───esbuild.config.js
├───eslint.config.js
├───GEMINI.md
├───generate_prompts.js
├───LICENSE
├───Makefile
├───package-lock.json
├───package.json
├───README.md
├───ROADMAP.md
├───SECURITY.md
├───tsconfig.json
├───.allstar/
│ └───branch_protection.yaml
├───.gcp/
│ ├───Dockerfile.gemini-code-builder
│ └───release-docker.yml
├───.gemini/
├───.git/...
├───.github/
│ ├───CODEOWNERS
│ ├───dependabot.yml
│ ├───pull_request_template.md
│ ├───actions/
│ │ └───post-coverage-comment/
│ ├───ISSUE_TEMPLATE/
│ │ ├───bug_report.yml
│ │ └───feature_request.yml
│ ├───scripts/
│ │ └───pr-triage.sh
│ └───workflows/
│ ├───ci.yml
│ ├───community-report.yml
│ ├───docs-page-action.yml
│ ├───e2e.yml
│ ├───eval.yml
│ ├───gemini-automated-issue-dedup.yml
│ ├───gemini-automated-issue-triage.yml
│ ├───gemini-scheduled-issue-dedup.yml
│ ├───gemini-scheduled-issue-triage.yml
│ ├───gemini-scheduled-pr-triage.yml
│ ├───gemini-self-assign-issue.yml
│ ├───no-response.yml
│ ├───release.yml
│ └───stale.yml
├───.vscode/
│ ├───extensions.json
│ ├───launch.json
│ ├───settings.json
│ └───tasks.json
├───bundle/...
├───docs/
│ ├───architecture.md
│ ├───checkpointing.md
│ ├───deployment.md
│ ├───extension.md
│ ├───gemini-ignore.md
│ ├───ide-integration.md
│ ├───index.md
│ ├───integration-tests.md
│ ├───issue-and-pr-automation.md
│ ├───keyboard-shortcuts.md
│ ├───npm.md
│ ├───quota-and-pricing.md
│ ├───releases.md
│ ├───sandbox.md
│ ├───telemetry.md
│ ├───tos-privacy.md
│ ├───troubleshooting.md
│ ├───Uninstall.md
│ ├───assets/
│ │ ├───connected_devtools.png
│ │ ├───gemini-screenshot.png
│ │ ├───release_patch.png
│ │ ├───theme-ansi-light.png
│ │ ├───theme-ansi.png
│ │ ├───theme-atom-one.png
│ │ ├───theme-ayu-light.png
│ │ ├───theme-ayu.png
│ │ ├───theme-custom.png
│ │ ├───theme-default-light.png
│ │ ├───theme-default.png
│ │ ├───theme-dracula.png
│ │ ├───theme-github-light.png
│ │ ├───theme-github.png
│ │ ├───theme-google-light.png
│ │ └───theme-xcode-light.png
│ ├───cli/
│ │ ├───authentication.md
│ │ ├───commands.md
│ │ ├───configuration-v1.md
│ │ ├───configuration.md
│ │ ├───enterprise.md
│ │ ├───index.md
│ │ ├───themes.md
│ │ ├───token-caching.md
│ │ └───tutorials.md
│ ├───core/
│ │ ├───index.md
│ │ ├───memport.md
│ │ └───tools-api.md
│ ├───examples/
│ │ └───proxy-script.md
│ └───tools/
│ ├───file-system.md
│ ├───index.md
│ ├───mcp-server.md
│ ├───memory.md
│ ├───multi-file.md
│ ├───shell.md
│ ├───web-fetch.md
│ └───web-search.md
├───generated_prompts/
│ ├───core_system_prompt_base.txt
│ ├───core_system_prompt_git.txt
│ ├───core_system_prompt_sandbox.txt
│ └───core_system_prompt_user_memory.txt
├───integration-tests/
│ ├───file-system.test.ts
│ ├───globalSetup.ts
│ ├───google_web_search.test.ts
│ ├───ide-client.test.ts
│ ├───list_directory.test.ts
│ ├───mcp_server_cyclic_schema.test.ts
│ ├───read_many_files.test.ts
│ ├───replace.test.ts
│ ├───run_shell_command.test.ts
│ ├───save_memory.test.ts
│ ├───session-summary.test.ts
│ ├───shell-service.test.ts
│ ├───simple-mcp-server.test.ts
│ ├───stdin-context.test.ts
│ ├───test-helper.ts
│ ├───test-mcp-server.ts
│ ├───tsconfig.json
│ ├───utf-bom-encoding.test.ts
│ ├───vitest.config.ts
│ └───write_file.test.ts
├───node_modules/...
├───packages/
│ ├───a2a-server/
│ │ ├───index.ts
│ │ ├───package.json
│ │ ├───README.md
│ │ ├───tsconfig.json
│ │ ├───vitest.config.ts
│ │ ├───dist/...
│ │ ├───node_modules/...
│ │ └───src/
│ ├───cli/
│ │ ├───index.ts
│ │ ├───package.json
│ │ ├───test-setup.ts
│ │ ├───tsconfig.json
│ │ ├───vitest.config.ts
│ │ ├───dist/...
│ │ ├───node_modules/...
│ │ └───src/
│ ├───core/
│ │ ├───index.ts
│ │ ├───package.json
│ │ ├───test-setup.ts
│ │ ├───tsconfig.json
│ │ ├───vitest.config.ts
│ │ ├───dist/...
│ │ └───...
│ ├───test-utils/
│ └───vscode-ide-companion/
└───scripts/
├───build_package.js
├───build_sandbox.js
├───build_vscode_companion.js
├───build.js
├───check-build-status.js
├───check-lockfile.js
├───clean.js
├───copy_bundle_assets.js
├───copy_files.js
├───create_alias.sh
├───generate-git-commit-info.js
├───get-release-version.js
├───local_telemetry.js
├───prepare-package.js
├───sandbox_command.js
├───start.js
├───telemetry_gcp.js
├───telemetry_utils.js
├───telemetry.js
├───test-windows-paths.js
├───version.js
└───tests/