Skip to content

fix: merge latest dev updates into main#14

Merged
nadav-node9 merged 34 commits intomainfrom
dev
Mar 13, 2026
Merged

fix: merge latest dev updates into main#14
nadav-node9 merged 34 commits intomainfrom
dev

Conversation

@nadav-node9
Copy link
Contributor

Auto-generated PR

Merge latest dev changes into main to trigger a release.

⚠️ Important: When you click Squash and Merge, ensure the commit message starts with:

  • fix: to publish a Patch release (0.0.X)
  • feat: to publish a Minor release (0.X.0)
    If it starts with chore:, no NPM package will be published!

nadavis and others added 30 commits March 10, 2026 18:21
…tcut labels

- Show actual matched rule/word in blocked label (e.g. rule "rm", dangerous word "drop")
- Add ↵/⎋ shortcut symbols to Allow/Block button labels on macOS and Linux
- Compact popup message layout to reduce window height
- Remove hardcoded zenity height so dialog auto-sizes to content
- Minor README and cli.ts formatting cleanup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…g merge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use @node9/proxy import instead of relative src path
- Add comment explaining CLI proxy vs SDK protect() use cases
- Clarify error message: "blocked" instead of "caught"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove unknown "version" field (not in Config schema)
- Fix duplicate mcp__github__* key in toolInspection (invalid JSON)
- Restore missing dangerousWords defaults (format, truncate, docker, psql)
- Remove overly aggressive git/push block-all rules
- Add environments section showing production/development config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Previously the active environment was read from NODE_ENV only, which
nobody sets before running an AI CLI tool. Now you can set it directly
in node9.config.json:

  { "settings": { "environment": "production" } }

Priority: config.settings.environment > NODE_ENV > "development"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…shboard only

Slack channel config belongs in the workspace dashboard (admin-controlled),
not in local config files (dev-controlled). Removes the override path entirely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ion messages

- node9 setup: alias for addto (fixes routing bug where "setup" fell through to runProxy)
- node9 doctor: health check command verifying binary, config, hooks, daemon, and credentials
- node9 explain: waterfall + step-by-step policy trace showing exactly why a tool call is allowed or blocked
- node9 undo: snapshot stack with --steps flag, diff preview, and metadata (tool name, timestamp, cwd)
- Smart SQL check: DELETE/UPDATE without WHERE clause flagged as dangerous; scoped mutations allowed
- Context-specific negotiation messages: AI gets actionable instructions based on why it was blocked (dangerous word, sandbox, SQL safety, strict mode, human rejection)
- New tests: doctor.test.ts (14 integration tests) and undo.test.ts (22 unit tests)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The doctor.test.ts integration tests spawn the built CLI binary.
The test job previously ran before the build job, causing MODULE_NOT_FOUND errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
node9 not being on PATH is not a hard failure — if the user is running
"node9 doctor" the binary clearly exists. The check is really about
whether agent hooks can find it. This also fixes CI where node9 is not
globally installed but the integration tests still need to pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
nadavis and others added 4 commits March 14, 2026 00:47
Documents node9 setup, doctor, and explain in Quick Start and a new
CLI Reference table. Includes sample doctor and explain output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nadav-node9 nadav-node9 merged commit 292844f into main Mar 13, 2026
7 checks passed
nadav-node9 pushed a commit that referenced this pull request Mar 13, 2026
## [1.0.5](v1.0.4...v1.0.5) (2026-03-13)

### Bug Fixes

* merge latest dev updates into main ([#14](#14)) ([292844f](292844f))
@nadav-node9
Copy link
Contributor Author

🎉 This PR is included in version 1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants