Skip to content

Commit c1162b3

Browse files
committed
link to new changelog from readme (and move Agent to top)
1 parent e051140 commit c1162b3

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
<div align="center">
1010

11-
**[Continue](https://docs.continue.dev) enables developers to create, share, and use custom AI code assistants with our open-source [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) extensions and [hub of models, rules, prompts, docs, and other building blocks](https://hub.continue.dev)**
11+
**[Continue](https://docs.continue.dev) enables developers to create, share, and use custom AI code assistants with our
12+
open-source [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
13+
and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) extensions
14+
and [hub of models, rules, prompts, docs, and other building blocks](https://hub.continue.dev)**
1215

1316
</div>
1417

@@ -20,15 +23,25 @@
2023
<a target="_blank" href="https://docs.continue.dev" style="background:none">
2124
<img src="https://img.shields.io/badge/continue_docs-%23BE1B55" style="height: 22px;" />
2225
</a>
26+
<a target="_blank" href="https://changelog.continue.dev" style="background:none">
27+
<img src="https://img.shields.io/badge/changelog-%96EFF3" style="height: 22px;" />
28+
</a>
2329
<a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
2430
<img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" style="height: 22px;" />
2531
</a>
2632

2733
<p></p>
2834

35+
## Agent
36+
37+
[Agent](https://continue.dev/docs/agent/how-to-use-it) enables you to make more substantial changes to your codebase
38+
39+
![agent](docs/static/img/agent.gif)
40+
2941
## Chat
3042

31-
[Chat](https://continue.dev/docs/chat/how-to-use-it) makes it easy to ask for help from an LLM without needing to leave the IDE
43+
[Chat](https://continue.dev/docs/chat/how-to-use-it) makes it easy to ask for help from an LLM without needing to leave
44+
the IDE
3245

3346
![chat](docs/static/img/chat.gif)
3447

@@ -40,15 +53,11 @@
4053

4154
## Edit
4255

43-
[Edit](https://continue.dev/docs/edit/how-to-use-it) is a convenient way to modify code without leaving your current file
56+
[Edit](https://continue.dev/docs/edit/how-to-use-it) is a convenient way to modify code without leaving your current
57+
file
4458

4559
![edit](docs/static/img/edit.gif)
4660

47-
## Agent
48-
49-
[Agent](https://continue.dev/docs/agent/how-to-use-it) enables you to make more substantial changes to your codebase
50-
51-
![agent](docs/static/img/agent.gif)
5261

5362
</div>
5463

@@ -58,7 +67,8 @@ Learn about how to install and use Continue in the docs [here](https://continue.
5867

5968
## Contributing
6069

61-
Read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and join [#contribute on Discord](https://discord.gg/vapESyrFmJ).
70+
Read the [contributing guide](https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md), and
71+
join [#contribute on Discord](https://discord.gg/vapESyrFmJ).
6272

6373
## License
6474

0 commit comments

Comments
 (0)