@navels/neal 0.6.4 → 0.6.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.
@@ -52,7 +52,9 @@ is gated on it as a whole.
52
52
  opens and merges the release-preparation PR (version bump + changelog), and
53
53
  runs the Publish workflow through the npm 2FA approval. See
54
54
  [docs/release.md](release.md). Urgent bumps (a fix neal needs immediately)
55
- may skip the Renovate soak with a manual PR. Qualify them the same way.
55
+ may skip the Renovate soak with a manual PR: `scripts/bump-native-sdks.sh`
56
+ opens one at the current latest releases. Qualify it the same way. Leave
57
+ Renovate's own SDK PR open; it closes itself once the manual bump merges.
56
58
 
57
59
  ## TypeScript 6 and 7 side by side
58
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navels/neal",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "A source-first multi-agent CLI for planning, executing, reviewing, and resuming scoped code changes.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@ai-sdk/openai-compatible": "3.0.39",
59
- "@anthropic-ai/claude-agent-sdk": "0.3.252",
60
- "@openai/codex-sdk": "0.151.0",
59
+ "@anthropic-ai/claude-agent-sdk": "0.3.260",
60
+ "@openai/codex-sdk": "0.153.2",
61
61
  "ai": "7.0.83",
62
62
  "dotenv": "^17.4.2",
63
63
  "yaml": "^2.9.0",