Skip to content

Releases: 0xNyk/xint-rs

xint 2026.3.17

17 Mar 12:28
21e9c78

Choose a tag to compare

feat: strategic engage command for AI-powered reply suggestions

xint-rs 2026.3.16

16 Mar 10:01
a9d51b5

Choose a tag to compare

What's Changed

Other Changes

  • refactor: format MCP handlers and add compatibility matrix test by @0xNyk in #13
  • Update README.md by @0xNyk in #14
  • Reorganize sections and add CC0 license by @0xNyk in #15
  • feat: account growth analytics by @0xNyk in #17
  • feat: bookmark knowledge base extraction and search by @0xNyk in #18
  • chore: cargo fmt by @0xNyk in #19
  • chore: fix clippy warnings by @0xNyk in #20
  • chore(release): v2026.3.16 by @0xNyk in #21

Full Changelog: 2026.3.7.2...2026.3.16

xint-rs 2026.3.7.2

07 Mar 14:38
fdb7dd2

Choose a tag to compare

What's Changed

Other Changes

  • feat: add xAI/Grok cost tracking to unified budget system by @0xNyk in #11
  • chore(release): v2026.3.7.2 by @0xNyk in #12

Full Changelog: 2026.3.7.1...2026.3.7.2

xint-rs 2026.3.7.1

07 Mar 13:00
f688783

Choose a tag to compare

What's Changed

Other Changes

  • chore(release): v2026.3.7.1 by @0xNyk in #10

Full Changelog: 2026.3.3.1...2026.3.7.1

xint-rs 2026.3.3.1

03 Mar 08:13
268c2e0

Choose a tag to compare

What's Changed

  • fix: Resolve ~/.xint/.env and ~/.xint/data/ as canonical config locations (#8)
    • Config::load() now checks ~/.xint/.env after CWD and binary-dir
    • resolve_data_dir() prioritizes ~/.xint/data/ over binary-relative and CWD paths
    • Fixes OAuth token discovery when running from directories with a data/ folder

Install

brew update && brew upgrade xint-rs
# or
brew install 0xNyk/xint/xint-rs

xint-rs 2026.3.2.1

02 Mar 05:24
3e7203e

Choose a tag to compare

Fixed

  • Fix X Article extraction: note_tweet support for extended posts (280-25K chars)
  • Fix article metadata parsing: fallback to preview_text when plain_text missing
  • Smart X Article fallback: bypass broken web_search for x.com URLs
  • Remove x.com domain restriction in Grok web_search (was causing guaranteed timeouts)
  • Security: timing-safe bearer token comparison, regex injection fix in .env parsing
  • Security: SHA256 checksum verification in install.sh

Changed

  • Removed unused --system flag from analyze command
  • Deduplicated SKILL.md config fields

v2026.2.24

24 Feb 10:20
a172542

Choose a tag to compare

Fixed

  • Fix X native article fetch: use tweet.fields=article API field instead of Grok web_search — eliminates timeout for x.com/i/article URLs, returns full article content instantly

What's Changed

Other Changes

  • feat: align rust MCP contracts and CI guardrails by @0xNyk in #1
  • Post merge verify by @0xNyk in #2
  • feat: fetch X native articles directly from API by @0xNyk in #3
  • style: cargo fmt for article parsing by @0xNyk in #4
  • style: fix clippy warnings in article parsing by @0xNyk in #5
  • chore(release): v2026.2.24 by @0xNyk in #6

New Contributors

  • @0xNyk made their first contribution in #1

Full Changelog: 2026.2.19.7...2026.2.24

xint-rs 2026.2.20.2

20 Feb 16:41

Choose a tag to compare

xint-rs 2026.2.20.1

20 Feb 09:27

Choose a tag to compare

What's Changed

Other Changes

  • feat: align rust MCP contracts and CI guardrails by @0xNyk in #1

New Contributors

  • @0xNyk made their first contribution in #1

Full Changelog: 2026.2.19.7...2026.2.20.1

xint-rs 2026.2.19.7

19 Feb 15:58

Choose a tag to compare

Full Changelog: 2026.2.19.6...2026.2.19.7

Detailed Release Report

Expand full report

Release Report: 2026.2.19.7

  • Generated: 2026-02-19T15:58:33Z
  • Organization: 0xNyk
  • Auto notes: true
  • Custom notes supplied: false
  • ClawdHub publish: true
  • skills.sh publish: false

xint

Commits

  • f3bcef3 chore(release): v2026.2.19.7 (Nyk)
  • 4c1c758 fix(types): align node typings and bookmark cost import (Nyk)
  • 753358d feat(tui): add interactive command launcher (Nyk)
  • dd2c614 docs(install): add homebrew tap instructions (Nyk)
  • e61476e feat(install): add curl bootstrap installer (Nyk)

File Changes

  • M README.md
  • M bun.lock
  • A install.sh
  • M lib/api.ts
  • M lib/bookmarks.ts
  • A lib/tui.ts
  • M package.json
  • M tsconfig.json
  • M xint.ts

xint-rs

Commits

  • 1c11e60 chore(release): v2026.2.19.7 (Nyk)
  • 3e5034a docs(install): refresh brew and source install paths (Nyk)
  • f26c690 feat(tui): add interactive command launcher (Nyk)
  • 47bcc12 docs(install): add homebrew tap instructions (Nyk)
  • 86e8cba feat(install): add curl bootstrap installer (Nyk)
  • bc54f8d chore(release): v2026.2.19.6 (Nyk)
  • 25d2267 fix(mcp): enforce citations for package query responses (Nyk)
  • 05a7eb5 chore(release): v2026.2.19.5 (Nyk)
  • 2a1cc23 chore(release): sync Cargo.lock version (Nyk)
  • 4b98c5c fix(article): add timeout guard and clearer fetch errors (Nyk)
  • 44fd142 docs(cloud): clarify self-hosted vs hosted setup (Nyk)
  • e7acb6d chore(release): v2026.2.19.4 (Nyk)
  • 7b52199 fix(article): auto-extract linked urls from tweet metadata (Nyk)
  • f932220 chore(release): v2026.2.19.3 (Nyk)
  • a748225 test(mcp): add package api contract coverage (Nyk)
  • 6024b58 chore(cloud): default package api examples to xint-cloud (Nyk)
  • 128388d feat(monetization): scope package API workspace in mcp (Nyk)
  • 70f2f67 chore(release): v2026.2.19.2 (Nyk)
  • d50332a feat(mcp): add package API tools and parity env config (Nyk)
  • b5ff40f chore(release): v2026.2.19.1 (Nyk)
  • f948191 fix(security): enforce webhook policy and neutral skill guidance (Nyk)

File Changes

  • M .env.example
  • M Cargo.lock
  • M Cargo.toml
  • M README.md
  • M SKILL.md
  • A install.sh
  • M src/api/xai.rs
  • M src/cli.rs
  • M src/commands/article.rs
  • M src/commands/mod.rs
  • M src/commands/stream.rs
  • A src/commands/tui.rs
  • M src/commands/watch.rs
  • M src/main.rs
  • M src/mcp.rs
  • M src/policy.rs
  • A src/webhook.rs