Skip to content

Commit 413525e

Browse files
Merge branch 'develop'
2 parents d35ae37 + 0e91dde commit 413525e

7 files changed

Lines changed: 1227 additions & 1517 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ compliance/3rdpartylicenses.csv
6363
compliance/compliance.json
6464
.cursor/rules/nx-rules.mdc
6565
.github/instructions/nx.instructions.md
66+
67+
.claude/worktrees
68+
.claude/settings.local.json

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This section of the CHANGELOG documents features that have been added to the ext
1010

1111
Auto-complete for blocks re-work: Partial implementation of auto-complete for blocks that works better than the default snippets that exists. This functions for if-then-else only right now to verify the user experience is what it needs to be.
1212

13+
## 6.0.1 - March 2026
14+
15+
Add special instructions back in for ENVI like we have for IDL. These were disabled as a release in February broke the functionality, but it works again now.
16+
17+
This means that you don't need to type "/envi" to have workflow planning happen.
18+
1319
## 6.0.0 - March 2026
1420

1521
Introducing IDL Agent and ENVI Agent! This marks our first initiative to enable LLMs to more effectively use ENVI and IDL. Here's what they can do:

extension/github-copilot/instructions/envi.instructions.md.bak renamed to extension/github-copilot/instructions/envi.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ If you do not load a prompt, here's additional steps to take:
7575
4. Review processing steps with user and ask for confirmation
7676
5. Run processing
7777
6. (Optional) Open relevant results in ENVI
78-
7. (Optional) Create an IDL Notebook or IDL file with code that automates the processing you walked through
78+
7. (Optional) Create an IDL Notebook or IDL file with code that automates the processing you walked through, based on user reqeust
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* Version of the extension
33
*/
4-
export const VERSION = '6.0.0';
4+
export const VERSION = '6.0.1';

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,6 @@
151151
},
152152
"parallel": 1,
153153
"useInferencePlugins": false,
154-
"defaultBase": "main"
154+
"defaultBase": "main",
155+
"analytics": false
155156
}

0 commit comments

Comments
 (0)