chore: update CHANGELOG and version to 0.3.98
- Added feature to filter context before sending to LLM to save tokens. - Updated version in package.json to reflect the new release.
This commit is contained in:
parent
8de9aae90c
commit
ab7dd63b22
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
# v0.3.98 (2026-04-22)
|
||||
|
||||
## Features
|
||||
- Add RTK — filter context (ls/grep/find/.....) before sending to LLM to save tokens
|
||||
|
||||
# v0.3.97 (2026-04-22)
|
||||
|
||||
## Features
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "9router-app",
|
||||
"version": "0.3.97",
|
||||
"version": "0.3.98",
|
||||
"description": "9Router web dashboard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue