🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rag-rat/bin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rag-rat/bin - npm Package Compare versions

Comparing version
0.17.0
to
0.18.0
+27
-0
CHANGELOG.md

@@ -10,2 +10,29 @@ # Changelog

## [0.18.0](https://github.com/cq27-dev/rag-rat/compare/rag-rat-core-v0.17.0...rag-rat-core-v0.18.0) - 2026-07-14
### Added
- *(account)* add /3 candidate ancestry and branch selection ([#647](https://github.com/cq27-dev/rag-rat/pull/647))
- *(lang)* add Swift baseline support ([#639](https://github.com/cq27-dev/rag-rat/pull/639))
- *(account)* add pure content acceptance evaluator; split auth_len freshness out of the authority seam ([#645](https://github.com/cq27-dev/rag-rat/pull/645))
- *(papertrail)* add automatic sync scheduling core ([#640](https://github.com/cq27-dev/rag-rat/pull/640))
- *(account)* add signed content entry envelope ([#643](https://github.com/cq27-dev/rag-rat/pull/643))
- *(account)* finish C1 authority projection and query seams ([#604](https://github.com/cq27-dev/rag-rat/pull/604)) ([#641](https://github.com/cq27-dev/rag-rat/pull/641))
- *(papertrail)* add native GitHub project mirror ([#638](https://github.com/cq27-dev/rag-rat/pull/638))
- *(papertrail)* add shared provider transport ([#633](https://github.com/cq27-dev/rag-rat/pull/633))
- *(papertrail)* add tracker config and provider ref grammar ([#631](https://github.com/cq27-dev/rag-rat/pull/631))
- *(papertrail)* add provider-neutral schema ([#632](https://github.com/cq27-dev/rag-rat/pull/632))
- *(account)* C1 candidate-DAG storage — ingest, refold + branch selection (V059) ([#627](https://github.com/cq27-dev/rag-rat/pull/627))
### Fixed
- *(account)* preserve bounded historical authority ([#642](https://github.com/cq27-dev/rag-rat/pull/642))
- *(account)* bound candidate ingest work ([#634](https://github.com/cq27-dev/rag-rat/pull/634))
### Other
- add content candidate DAG storage ([#644](https://github.com/cq27-dev/rag-rat/pull/644))
- tiered god-module sweep (watch, config, mcp, embed_loop) ([#630](https://github.com/cq27-dev/rag-rat/pull/630))
- explain Codex MCP approval for reviews ([#628](https://github.com/cq27-dev/rag-rat/pull/628))
## [0.17.0](https://github.com/cq27-dev/rag-rat/compare/rag-rat-core-v0.16.0...rag-rat-core-v0.17.0) - 2026-07-11

@@ -12,0 +39,0 @@

+2
-2
{
"name": "@rag-rat/bin",
"version": "0.17.0",
"version": "0.18.0",
"lockfileVersion": 3,

@@ -9,3 +9,3 @@ "requires": true,

"name": "@rag-rat/bin",
"version": "0.17.0",
"version": "0.18.0",
"hasInstallScript": true,

@@ -12,0 +12,0 @@ "license": "MIT",

{
"artifactDownloadUrls": [
"https://github.com/cq27-dev/rag-rat/releases/download/v0.17.0"
"https://github.com/cq27-dev/rag-rat/releases/download/v0.18.0"
],

@@ -93,3 +93,3 @@ "author": "Kristaps Karlsons",

},
"version": "0.17.0",
"version": "0.18.0",
"volta": {

@@ -96,0 +96,0 @@ "node": "18.14.1",

@@ -41,4 +41,5 @@ # rag-rat

- **A real code graph.** tree-sitter callers/callees/imports across Rust, TypeScript/TSX, Kotlin,
C/C++, and Python — with an optional [compiler-grade SCIP oracle](docs/oracle.md) that upgrades
edges to `Compiler` confidence and ranks the load-bearing symbols.
C/C++, Python, and Swift — with an optional [compiler-grade SCIP oracle](docs/oracle.md) for
configured toolchains that upgrades edges to `Compiler` confidence and ranks the load-bearing
symbols.
- **History as evidence.** Git history, lazy chunk blame, and cached GitHub issue/PR/review

@@ -75,4 +76,14 @@ rationale, all queryable.

repo* (the plugin ships grep-augmentation, clone-check, and session-digest hooks that run outside
the sandbox). Choose **"Trust all and continue"** to enable them.
the sandbox). Choose **"Trust all and continue"** to enable them. For unattended commands such as
`codex review`, also allow the plugin's MCP tools in `~/.codex/config.toml` so the run cannot stall
on a per-tool approval prompt:
```toml
[plugins."rag-rat@rag-rat".mcp_servers.rag-rat]
default_tools_approval_mode = "approve"
```
This trusts every current and future MCP tool exposed by the installed rag-rat plugin. Only enable
it when you trust the plugin's source and installation origin, then restart Codex.
Then open the repository and ask:

@@ -192,4 +203,4 @@

detection are ready — these answer on the first query. Repo memories start **empty**: they accrue as
agents record findings with `memory_create` and then surface automatically in later answers. (GitHub
issue/PR rationale needs a `rag-rat github sync`.)
agents record findings with `memory_create` and then surface automatically in later answers.
(Tracker issue/PR rationale needs a `rag-rat papertrail sync`.)

@@ -485,3 +496,3 @@ Ask your MCP client:

rag-rat reconcile --changed-first --max-seconds 60 --batch-size 64
rag-rat github sync --from-refs
rag-rat papertrail sync # add --full to force a historical healing pass
rag-rat memory list | show <id> | doctor | rebind <id> # inspect / re-anchor repo memories

@@ -488,0 +499,0 @@ rag-rat dream [--verify|--compact] [<id> --accept|--dismiss|--reset] # memory-maintenance worklist