nori-ai 19.1.4 → 19.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,8 @@
16
16
  "Bash(npm run lint:*)",
17
17
  "Bash(npm view:*)",
18
18
  "mcp__acp__Edit",
19
- "Bash(git add:*)"
19
+ "Bash(git add:*)",
20
+ "mcp__acp__Write"
20
21
  ]
21
22
  }
22
23
  }
@@ -18,7 +18,7 @@
18
18
  - *CRITICAL* Add each element of this checklist to your Todo list using TodoWrite. DO NOT BE LAZY.
19
19
  - Research how to best solve my question WITHOUT making code changes by doing the following:
20
20
  - Search for relevant skills using Glob/Grep in `{{skills_dir}}/`
21
- - If you have access to the nori-knowledge-researcher subagent, use it at least once.
21
+ - Use subagents to do your deep research. If you have access to the nori-knowledge-researcher subagent, use that one.
22
22
  <system-reminder> You can run many research subagents in parallel. </system-reminder>
23
23
  - Read and follow `{{skills_dir}}/writing-plans/SKILL.md`
24
24
  - Present plan to me and ask for feedback.
@@ -46,7 +46,7 @@ Do not make changes to third party APIs.
46
46
  <system-reminder> Copilot mode should behave identically to full-send mode, just on your
47
47
  - Research how to best solve my question WITHOUT making code changes by doing the following:
48
48
  - Search for relevant skills using Glob/Grep in `{{skills_dir}}/`
49
- - Use the nori-knowledge-researcher subagent at least once.
49
+ - Use subagents to do your deep research. If you have access to the nori-knowledge-researcher subagent, use that one.
50
50
  <system-reminder> You can run many research subagents in parallel. </system-reminder>
51
51
  - Read and follow `{{skills_dir}}/writing-plans/SKILL.md`
52
52
  - Present plan to me and ask for feedback.
@@ -13,7 +13,7 @@ if ! command -v jq >/dev/null 2>&1; then
13
13
  NC='\033[0m'
14
14
 
15
15
  echo -e "${YELLOW}⚠️ Nori statusline requires jq. Install: brew install jq (macOS) or apt install jq (Linux)${NC}"
16
- echo -e "${YELLOW}Augmented with Nori v19.1.4${NC}"
16
+ echo -e "${YELLOW}Augmented with Nori v19.1.5${NC}"
17
17
  exit 0
18
18
  fi
19
19
 
@@ -196,9 +196,9 @@ PROFILE_NAME=$(echo "$INPUT" | jq -r '.profile_name // ""')
196
196
  # Build branding message with upgrade link for free tier
197
197
  if [ "$CONFIG_TIER" = "free" ]; then
198
198
  # OSC 8 hyperlink format: \033]8;;URL\033\\TEXT\033]8;;\033\\
199
- BRANDING="${YELLOW}Augmented with Nori v19.1.4 (\033]8;;https://tilework.tech\033\\upgrade\033]8;;\033\\)${NC}"
199
+ BRANDING="${YELLOW}Augmented with Nori v19.1.5 (\033]8;;https://tilework.tech\033\\upgrade\033]8;;\033\\)${NC}"
200
200
  else
201
- BRANDING="${YELLOW}Augmented with Nori v19.1.4 ${NC}"
201
+ BRANDING="${YELLOW}Augmented with Nori v19.1.5 ${NC}"
202
202
  fi
203
203
 
204
204
  # Array of rotating tips about Nori features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nori-ai",
3
- "version": "19.1.4",
3
+ "version": "19.1.5",
4
4
  "keywords": [
5
5
  "claude code",
6
6
  "claude",
package/release-notes.txt CHANGED
@@ -5,6 +5,19 @@ New releases are prepended below this header.
5
5
 
6
6
  ---
7
7
 
8
+ ## v19.1.5 (2026-01-14)
9
+
10
+ ### Features
11
+ - Senior swe improvements (2627079)
12
+
13
+ ### Documentation
14
+ - Update release notes (d98f7e3)
15
+
16
+ ### Other
17
+ - Update prepublish script (443c666)
18
+
19
+ ---
20
+
8
21
  ## v19.1.4 (2026-01-14)
9
22
 
10
23
  ### Fixes