summaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-29 14:16:15 -0400
committerDax Raad <[email protected]>2025-05-29 14:16:15 -0400
commitd398001f96fd1a7438ac2ef07b4b87bb13766b27 (patch)
treeb01c93fd0a6b7000c3f6198693bacb85fc00250d /js/package.json
parente68747a64aa577a3efb77eda0bfb67f16e341906 (diff)
downloadopencode-d398001f96fd1a7438ac2ef07b4b87bb13766b27.tar.gz
opencode-d398001f96fd1a7438ac2ef07b4b87bb13766b27.zip
Remove React/Ink dependencies and add context window management
- Remove unused React and Ink CLI dependencies to simplify package - Update provider schema to use maxOutputTokens for clarity - Add automatic summarization when approaching context window limits - Simplify message event handling and add cost/token metadata display 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/package.json b/js/package.json
index 902f703eb..d386dac89 100644
--- a/js/package.json
+++ b/js/package.json
@@ -10,11 +10,7 @@
"@tsconfig/bun": "^1.0.7",
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
- "@types/react": "18",
- "@types/turndown": "^5.0.5",
- "ink": "^5.2.1",
- "ink-text-input": "^6.0.0",
- "react": "^18.0.0"
+ "@types/turndown": "^5.0.5"
},
"peerDependencies": {
"typescript": "5"