Skip to content

Commit df12a5b

Browse files
committed
feat: Update dependencies and init script
Adds new init script for tmux session and updates version. Also includes a small model tag for gpt-5.2-chat-latest.
1 parent 6f183a3 commit df12a5b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tmux has-session -t wavyton 2>/dev/null || tmux new-session -d -s wavyton 'ssh root@wavyton.com'; tmux capture-pane -p -J -S 50 - -t wavyton:0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tune-basic-toolset",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "Basic toolset for tune",
55
"main": "src/index.js",
66
"files": [

src/search_tools.tool.chat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
system:
2-
@{ gpt-5.2-chat-latest }
2+
@{ small | init @gpt-5.2-chat-latest }
33

44
Given user task
55
You provide a list of tools that are best help for the user

0 commit comments

Comments
 (0)