Skip to content

Commit f3d6f9a

Browse files
committed
Update CursorAI documentation and logseq-cursor-rules reference
- Updated the logseq-cursor-rules to reference the latest subproject commit. - Added a new journal entry for May 9, 2025, highlighting updates to CursorAI features, including the introduction of version 0.49 and changes to command functionalities. - Created a new documentation page for CursorAI version 0.49, detailing enhancements in rules generation, chat history accessibility, and agent terminal control.
1 parent 0c250f5 commit f3d6f9a

3 files changed

Lines changed: 64 additions & 1 deletion

File tree

journals/2025_05_09.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- #Filed
33
- [[CursorAI/Forum/24/04/@codebase not available anymore]]
44
- [[CursorAI/@/PR]] has been renamed to [[CursorAI/@/Branch]]
5+
- [[CursorAI/v/0/49]]
56
- #Updated
67
- [[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]]
78
- [[CursorAI/Forum/25/04/How can I increase the indexing depth for @docs]]

pages/CursorAI___v___0___49.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
date-created:: [[2025-04-15 Tue]]
2+
alias:: [[CursorAI/v/0.49.x]]
3+
tags:: [[CursorAI/Changelog]]
4+
5+
- ## `0.49.x` [Rules generation, improved agent terminal and MCP images](https://www.cursor.com/changelog/0-49)
6+
- ### Automated and improved rules
7+
- You can now generate rules directly from a conversation using the `/Generate Cursor Rules` command [[CursorAI/Command/Generate Cursor Rules]]
8+
- For `Auto Attached` rules with path patterns defined, Agent will now automatically apply the right rules when reading or writing files [[CursorAI/Project Rule/Type/AutoAttached]]
9+
- Fixed issue where `Always` attached rules now persist across longer conversations [[CursorAI/Project Rule/Type/Always]]
10+
- Agent can now edit rules reliably
11+
- ### More accessible history
12+
- Chat history has moved into the command palette
13+
- Access via "Show history button" in Chat or through the `Show Chat History` command
14+
- ### Making reviews easier
15+
- Reviewing agent generated code is now easier with a built-in diff view
16+
- Find the `Review changes` button at the bottom of chat after a message from the agent
17+
- ### Images in MCP
18+
- You can now pass images as part of the context in MCP servers
19+
- Helps when screenshots, UI mocks, or diagrams add essential context
20+
- ### Improved agent terminal control
21+
- Added more control over terminals started by the agent
22+
- Commands can now be edited before they run, or skipped entirely
23+
- Renamed "Pop-out" to "Move to background"
24+
- ### Global ignore files
25+
- Define global ignore patterns that apply across all projects via user-level settings
26+
- Keeps noisy or sensitive files out of prompts without per-project configuration
27+
- ### New models
28+
- Added Gemini 2.5 Pro, Gemini 2.5 Flash
29+
- Added Grok 3, Grok 3 Mini
30+
- Added [[gpt-4.1]], o3 and o4-mini
31+
- ### Project structure in context (Beta)
32+
- Option to include project structure in context
33+
- Adds directory structure to the prompt
34+
- Improves suggestions and navigation of large or nested monorepos
35+
- ### Keybindings
36+
- Some `CMD+K` shortcuts are now remappable
37+
- Emacs keybinding extensions now work reliably
38+
- ### Improvements
39+
- Simplified model picker UI for Auto-select
40+
- New interface for command palette
41+
- Refreshed UI for Tab jump suggestions
42+
- Tooltips for modes in Chat
43+
- MCP stability improvements
44+
- [[AWS/Bedrock]] connection using access keys and secret keys
45+
- Git > @PR renamed to [[CursorAI/@/Branch]]
46+
- ### Fixes
47+
- [[CursorAI/Project Rule/Type/AutoAttached]] now persist correctly across summarization
48+
- [[CursorAI/Project Rules]] in [[.mdc]] files can now be created and edited without issue by [[CursorAI/Agent Mode]]
49+
- Fixed selection issues with `@mention` nodes at the start of the input box
50+
- Performance improvements in core editor
51+
- ### Business / Teams
52+
- Global ignore traversal (optional)
53+
- [[AWS/IAM]] roles for [[AWS/Bedrock]]
54+
- User-level usage insights for admins
55+
- Auto-run controls for teams
56+
- ### Patches
57+
- 0.49.1: Fixed Cursor Rules editor for Remote SSH, UI delimiter display, warnings
58+
- 0.49.2: Improved rule generation apply, caching, client metrics
59+
- 0.49.3: Fixed chat loading issue
60+
- 0.49.4: Fixed Neovim chat keybindings, indexing logs, `.cursorignore` issue
61+
- 0.49.5: Improved client reliability
62+
- 0.49.6: Fixed codeblocks, loading states, message rendering, folder parsing

0 commit comments

Comments
 (0)