File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " toolpack-cli" ,
3- "version" : " 1.2.0-SNAPSHOT.04032026 " ,
2+ "name" : " @ toolpack-sdk/ cli" ,
3+ "version" : " 1.2.0" ,
44 "description" : " Rich interactive command-line interface directly powering the Toolpack SDK" ,
55 "license" : " Apache-2.0" ,
66 "preferGlobal" : true ,
4444 "url" : " https://github.com/toolpack-ai/toolpack-cli/issues"
4545 },
4646 "dependencies" : {
47+ "@toolpack-sdk/knowledge" : " 1.2.0" ,
48+ "toolpack-sdk" : " 1.2.0" ,
4749 "better-sqlite3" : " ^12.6.2" ,
4850 "clipboardy" : " ^5.3.0" ,
4951 "dotenv" : " ^17.3.1" ,
5860 "node-pty" : " ^1.1.0" ,
5961 "open" : " ^11.0.0" ,
6062 "react" : " ^18.2.0" ,
61- "toolpack-knowledge" : " 1.2.0-SNAPSHOT.04032026" ,
62- "toolpack-sdk" : " latest" ,
6363 "uuid" : " ^13.0.0"
6464 },
6565 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function AppInfo() {
66
77 // Hardcoded for now, mimicking original behavior
88 const currentPath = process . cwd ( ) ;
9- const version = 'v1.2.0-SNAPSHOT.04032026 ' ;
9+ const version = 'v1.2.0' ;
1010
1111 return (
1212 < Box flexDirection = "column" alignItems = "center" marginBottom = { 2 } >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
2020 PersistentKnowledgeProvider ,
2121 MarkdownSource ,
2222 OllamaEmbedder ,
23- } from 'toolpack-knowledge' ;
23+ } from '@ toolpack-sdk/ knowledge' ;
2424import { XAIAdapter } from '../custom-providers/XAIAdapter.js' ;
2525import { skillToolsProject } from '../custom-tools/skill-tools/index.js' ;
2626import * as fs from 'fs' ;
You can’t perform that action at this time.
0 commit comments