Skip to content

Commit 0c250f5

Browse files
committed
Add new journal entries and update documentation for CursorAI features
- Revised the May 8, 2025 journal entry to include a quote from Eureka Labs about AI-native education. - Created a new journal entry for May 9, 2025, detailing updates on CursorAI features, including the removal of the @codebase tool and the introduction of the @Branch command. - Added new documentation pages for forum discussions regarding the unavailability of the @codebase feature and inquiries about indexing depth for @docs. - Updated existing documentation to reflect changes in CursorAI's functionality and user commands.
1 parent 1ecd206 commit 0c250f5

14 files changed

Lines changed: 82 additions & 5 deletions

journals/2025_05_08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
- [[LangChain/Blog/25/04/How to think about agent frameworks]]
1717
- ## [[EdTech/AI/Pedagogy]]
1818
- [[Eureka Labs]] [Eureka Labs](https://eurekalabs.ai/) from [[Person/Andrej Karpathy]]
19-
- We are Eureka Labs and we are building a new kind of school that is AI native.
19+
- > "We are Eureka Labs and we are building a new kind of school that is AI native."

journals/2025_05_09.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [[AI Coding]]
2+
- #Filed
3+
- [[CursorAI/Forum/24/04/@codebase not available anymore]]
4+
- [[CursorAI/@/PR]] has been renamed to [[CursorAI/@/Branch]]
5+
- #Updated
6+
- [[CursorAI/@/Codebase]] has been removed. Now we need to ask to search the codebase. There are two ways to do this. One is to activate [[CursorAI/Mode/Ask]] by pressing [[CursorAI/Keyshort]]
7+
- [[CursorAI/Forum/25/04/How can I increase the indexing depth for @docs]]
8+
- ## Audio
9+
-

pages/CursorAI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
filters:: {"github/maxfahl/cursor-agent-master-prompt" true}
2+
3+
-

pages/CursorAI___@___Branch.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `@Branch` - "Changes from current branch to main branch"
2+
- ## [[My Notes]]
3+
- [[2025-05-09 Fri]]
4+
- This was formerly called [[CursorAI/@/PR]]. It's currently not documented at [[CursorAI/Docs/@ Symbols]], but it is mentioned in many posts online and confirmed by official Cursor moderators:
5+
- [What happened to @diff -> PR? : r/cursor](https://www.reddit.com/r/cursor/comments/1k3y8ew/what_happened_to_diff_pr/?utm_source=chatgpt.com)
6+
- [@PR (Diff with Main Branch) no longer working? - Bug Reports - Cursor - Community Forum](https://forum.cursor.com/t/pr-diff-with-main-branch-no-longer-working/80998/2?utm_source=chatgpt.com)
7+
- ## [[CursorAI/@]] command to get a diff from the current branch to the main branch in #card
8+
- use `@Branch`
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
alias:: [[CursorAI/@/Codebase]]
22

3-
- **[@Codebase](https://docs.cursor.com/context/@-symbols/@-codebase)** – Reference your entire codebase as context (Chat only)
4-
-
3+
- # **[@Codebase](https://docs.cursor.com/context/@-symbols/@-codebase)** – Reference your entire codebase as context **NO LONGER AVAILABLE**
4+
- ## [[My Notes]]
5+
- [[2025-05-09 Fri]]
6+
- While the page that documents this feature, [Cursor – @Codebase](https://docs.cursor.com/context/@-symbols/@-codebase), has not yet been removed, it is no longer listed in [[CursorAI/Docs/@ Symbols]].
7+
- In addition, in a recent [[CursorAI/Forum/24/04/@codebase not available anymore]] bug report, a core member of the team confirmed that it has been removed.

pages/CursorAI___Forum.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- https://forum.cursor.com/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
date-created:: [[2025-04-02 Wed]]
2+
3+
- # [@codebase not available anymore? - Bug Reports - Cursor - Community Forum](https://forum.cursor.com/t/codebase-not-available-anymore/74265?utm_source=chatgpt.com)
4+
- [[Original Poster]]
5+
- ![codebase is no longer available](https://us1.discourse-cdn.com/flex020/uploads/cursor1/original/3X/8/0/8082e650d2e96b4c9f367f9871d9c42592f628ab.png)
6+
- [[Person/Dean Rie]]
7+
- > Hey, yes, **we removed this feature** because the **Ask mode** can **now search the codebase** on its own when needed, and **you can also ask it in natural language to search the codebase**.
8+
- [[CursorAI/v/0/48]] changelog citation
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
created-by:: [[Person/codekiln]]
2+
date-created:: [[2025-04-11 Fri]]
3+
4+
- # [How can I increase the indexing depth for @docs? - Discussion - Cursor - Community Forum](https://forum.cursor.com/t/how-can-i-increase-the-indexing-depth-for-docs/77949)
5+
- ## #[[Original Poster]]
6+
- I love the `@docs` feature, but I haven't yet figured out how to get it to index the parts of the docs I care about.
7+
- This morning I tried indexing https://mise.jdx.dev/ and it ended up only indexing the surface-level 10 pages, when the whole site has 50+ pages.
8+
- I tried a specific page, Getting Started | mise-en-place, and it indexed 16 pages.
9+
- The official Cursor documentation at Cursor – @Docs doesn't mention the indexing depth. Does it only go one level deep? Two levels deep? Does it traverse arbitrary depths but max out at a certain point? Is it using LLM preprocessing to try to infer the most interesting pages?
10+
- I've recently used GitHub - langchain-ai/mcpdoc: Expose llms-txt to IDEs for development to endow agent mode with the knowledge of the langgraph docs outside of the docs feature. langgraph LLMS-txt. If there was a way to turn an arbitrary docs site into a llms.txt file, I'd perhaps use that instead of cursor's @docs.
11+
- In addition, I have seen an instance where for a particular docs site it stated that it "Indexed 8 pages" but I counted much more than 8 entries in the list below that heading, but still much less than the full number of pages, so I'm not really sure what the number even corresponds to or how to think about this feature.
12+
- ## #[[Response]]
13+
- [[Person/Eric Zakariasson]]
14+
- > Yeah this is not in an ideal state and we want to make it better for sure!
15+
- ## #[[Related/Post]]
16+
- [Indexing https://llmstxt.org/ format to docs](https://forum.cursor.com/t/indexing-https-llmstxt-org-format-to-docs/62833)
17+
- [What does @docs document?](https://forum.cursor.com/t/what-does-docs-document/31888)
18+
- [More details on how the @docs work](https://forum.cursor.com/t/more-details-on-how-the-docs-work/17552)
19+
- [Documentation ingestion](https://forum.cursor.com/t/documentation-ingestion/44402)
20+
- [Need more information about how doc indexing works](https://forum.cursor.com/t/need-more-information-about-how-doc-indexing-works/42330)

pages/CursorAI___Forum___User.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CursorAI Forum Users
2+
- Child pages of this namespace represent CursorAI forum usernames that have not yet been traced to or imported to the [[Person]] namespace.

pages/CursorAI___v___0___48.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
tags:: [[CursorAI/Changelog]]
2+
date-created:: [[2025-03-23 Sun]]
3+
4+
- # [Changelog - Mar 23, 2025 | Cursor - The AI Code Editor | Cursor - The AI Code Editor](https://www.cursor.com/en/changelog/chat-tabs-custom-modes-sound-notification)
5+
- [[My Notes]]
6+
- [[2025-05-09 Fri]] you now have to ask cursor to "search the codebase" which is a bit slower than using an at-command. I suppose one could create a custom rule.
7+
- ### Built-in modes & custom modes (beta)
8+
- Agent and Ask modes are the built-in modes in Cursor, now with the option to add custom modes. We've also renamed "Edit" to "Manual" to better reflect its behavior.
9+
- ### deprecation of [[CursorAI/@/Codebase]]
10+
- Ask mode now has access to all search tools by default, so the `@Codebase` tool has been removed. It will automatically search the codebase when needed.
11+
- If you want to force a search, **simply ask Cursor in natural language to "search the codebase"**.
12+
- You can disable search from Ask in the mode menu, which will result in Ask only seeing the context you have provided.
13+
- Read more about [Agent](https://docs.cursor.com/chat/agent) and [Ask](https://docs.cursor.com/chat/ask).
14+
-

0 commit comments

Comments
 (0)