Releases: 0xNyk/xint-rs
Releases · 0xNyk/xint-rs
xint 2026.3.17
xint-rs 2026.3.16
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
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
xint-rs 2026.3.3.1
What's Changed
- fix: Resolve
~/.xint/.envand~/.xint/data/as canonical config locations (#8)Config::load()now checks~/.xint/.envafter CWD and binary-dirresolve_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-rsxint-rs 2026.3.2.1
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
Fixed
- Fix X native article fetch: use
tweet.fields=articleAPI field instead of Grokweb_search— eliminates timeout forx.com/i/articleURLs, 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
Full Changelog: 2026.2.19.7...2026.2.24
xint-rs 2026.2.20.2
Full Changelog: 2026.2.20.1...2026.2.20.2
xint-rs 2026.2.20.1
xint-rs 2026.2.19.7
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
- Release URL: https://github.com/0xNyk/xint/releases/tag/2026.2.19.7
- Branch:
main - Head commit:
f3bcef3 - Previous tag:
2026.2.19.6 - Commit range:
2026.2.19.6..f3bcef3ebc6282ba4642bf5ac4f46baef97de0a6 - Compare: 0xNyk/xint@2026.2.19.6...2026.2.19.7
- Commit count: 5
Commits
f3bcef3chore(release): v2026.2.19.7 (Nyk)4c1c758fix(types): align node typings and bookmark cost import (Nyk)753358dfeat(tui): add interactive command launcher (Nyk)dd2c614docs(install): add homebrew tap instructions (Nyk)e61476efeat(install): add curl bootstrap installer (Nyk)
File Changes
M README.mdM bun.lockA install.shM lib/api.tsM lib/bookmarks.tsA lib/tui.tsM package.jsonM tsconfig.jsonM xint.ts
xint-rs
- Release URL: https://github.com/0xNyk/xint-rs/releases/tag/2026.2.19.7
- Branch:
main - Head commit:
1c11e60 - Previous tag:
2026.2.18.11 - Commit range:
2026.2.18.11..1c11e6072ebc83c3328799078c110a23022e04e3 - Compare: 2026.2.18.11...2026.2.19.7
- Commit count: 21
Commits
1c11e60chore(release): v2026.2.19.7 (Nyk)3e5034adocs(install): refresh brew and source install paths (Nyk)f26c690feat(tui): add interactive command launcher (Nyk)47bcc12docs(install): add homebrew tap instructions (Nyk)86e8cbafeat(install): add curl bootstrap installer (Nyk)bc54f8dchore(release): v2026.2.19.6 (Nyk)25d2267fix(mcp): enforce citations for package query responses (Nyk)05a7eb5chore(release): v2026.2.19.5 (Nyk)2a1cc23chore(release): sync Cargo.lock version (Nyk)4b98c5cfix(article): add timeout guard and clearer fetch errors (Nyk)44fd142docs(cloud): clarify self-hosted vs hosted setup (Nyk)e7acb6dchore(release): v2026.2.19.4 (Nyk)7b52199fix(article): auto-extract linked urls from tweet metadata (Nyk)f932220chore(release): v2026.2.19.3 (Nyk)a748225test(mcp): add package api contract coverage (Nyk)6024b58chore(cloud): default package api examples to xint-cloud (Nyk)128388dfeat(monetization): scope package API workspace in mcp (Nyk)70f2f67chore(release): v2026.2.19.2 (Nyk)d50332afeat(mcp): add package API tools and parity env config (Nyk)b5ff40fchore(release): v2026.2.19.1 (Nyk)f948191fix(security): enforce webhook policy and neutral skill guidance (Nyk)
File Changes
M .env.exampleM Cargo.lockM Cargo.tomlM README.mdM SKILL.mdA install.shM src/api/xai.rsM src/cli.rsM src/commands/article.rsM src/commands/mod.rsM src/commands/stream.rsA src/commands/tui.rsM src/commands/watch.rsM src/main.rsM src/mcp.rsM src/policy.rsA src/webhook.rs