Skip to content

chore(deps): bump @reasonix/cli-darwin-x64 from 0.0.0 to 1.0.0 in /npm/reasonix#3681

Closed
dependabot[bot] wants to merge 1 commit into
main-v2from
dependabot/npm_and_yarn/npm/reasonix/reasonix/cli-darwin-x64-1.0.0
Closed

chore(deps): bump @reasonix/cli-darwin-x64 from 0.0.0 to 1.0.0 in /npm/reasonix#3681
dependabot[bot] wants to merge 1 commit into
main-v2from
dependabot/npm_and_yarn/npm/reasonix/reasonix/cli-darwin-x64-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps @reasonix/cli-darwin-x64 from 0.0.0 to 1.0.0.

Release notes

Sourced from @​reasonix/cli-darwin-x64's releases.

Reasonix Desktop v1.0.0

What's Changed

... (truncated)

Changelog

Sourced from @​reasonix/cli-darwin-x64's changelog.

1.0.0 — 2026-06-03

First stable release — a ground-up rewrite in Go. Not an upgrade of the 0.x TypeScript line; a new codebase that becomes the default (main-v2).

Highlights

  • Go kernel: a single static binary (CGO-free), cross-compiled for darwin/linux/windows on amd64 + arm64. Distributed via npm (the package wraps the native binary), Homebrew (esengine/reasonix tap), and release archives; no Node runtime needed to run it.
  • Agent core: the loop, built-in tools (read/write/edit/multi_edit/glob/grep/ ls/bash/web_fetch/todo_write), permission gate, sandboxed bash, and the DeepSeek prefix-cache–oriented design.
  • Subagents: task plus explore/research/review/security_review skill agents.
  • Skills & hooks: Claude-Code-style skills (internal/skill) and hooks (internal/hook), symlink-aware and slash-integrated.
  • MCP client: connect external servers over stdio / Streamable HTTP; reads [[plugins]] and a Claude-Code .mcp.json.
  • Code intelligence via CodeGraph: a tree-sitter symbol/call graph (codegraph_* tools) replaces embedding semantic search — no embedding service or API cost. Fetched into a local cache on first use (or reasonix codegraph install) and indexed in the background, so installs and startup stay fast.
  • Plan mode with evidence-backed step sign-off (complete_step).
  • Memory: REASONIX.md hierarchy + auto-memory, folded into the cache-stable prefix.
  • ACP (reasonix acp) and an HTTP/SSE server frontend; desktop app (Wails).

Fixed

  • File encoding support restored — GBK/GB18030 (and other non-UTF-8) files can now be read, edited, and grepped correctly. The v2 rewrite had dropped v1's encoding detection; files in CJK Windows charsets were silently misread or rejected as binary. The read/edit/write round-trip now preserves the original file encoding. (#2637)

Notes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@reasonix/cli-darwin-x64](https://github.com/esengine/DeepSeek-Reasonix) from 0.0.0 to 1.0.0.
- [Release notes](https://github.com/esengine/DeepSeek-Reasonix/releases)
- [Changelog](https://github.com/esengine/DeepSeek-Reasonix/blob/main-v2/CHANGELOG.md)
- [Commits](https://github.com/esengine/DeepSeek-Reasonix/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: "@reasonix/cli-darwin-x64"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2026
@dependabot dependabot Bot requested review from SivanCola and esengine as code owners June 9, 2026 11:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2026
@github-actions github-actions Bot added the v2 Go rewrite (1.x) — main-v2 branch, active development label Jun 9, 2026
@esengine

esengine commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Closing: @reasonix/cli-* are this project's own platform binaries, versioned by the release pipeline (npm/build.mjs) — not third-party deps for Dependabot to bump. Removing /npm/reasonix from dependabot.yml so these don't reopen.

@esengine esengine closed this Jun 9, 2026
@esengine esengine deleted the dependabot/npm_and_yarn/npm/reasonix/reasonix/cli-darwin-x64-1.0.0 branch June 9, 2026 11:15
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant