23 |
Hi, I'm Codey
24 |
25 | I can do all kinds of tasks thanks to the latest breakthroughs in{" "}
26 |
29 | Claude 3.5 Sonnet's agentic coding capabilities
30 | {" "}
31 | and access to tools that let me create & edit files, explore complex projects, and execute terminal commands
32 | (with your permission, of course).
33 |
34 |
35 |
To get started, this extension needs an API provider for Claude 3.5 Sonnet.
36 |
37 |
38 |
39 |
40 | Let's go!
41 |
42 |
43 |
44 | )
45 | }
46 |
47 | export default WelcomeView
48 |
--------------------------------------------------------------------------------
/src/exports/README.md:
--------------------------------------------------------------------------------
1 | # Codey API
2 |
3 | The Codey extension exposes an API that can be used by other extensions. To use this API in your extension:
4 |
5 | 1. Copy `src/extension-api/codey.d.ts` to your extension's source directory.
6 | 2. Include `codey.d.ts` in your extension's compilation.
7 | 3. Get access to the API with the following code:
8 |
9 | ```ts
10 | const codeyExtension = vscode.extensions.getExtension