We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f183a3 commit df12a5bCopy full SHA for df12a5b
3 files changed
init.sh
@@ -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
@@ -1,6 +1,6 @@
{
2
"name": "tune-basic-toolset",
3
- "version": "0.1.20",
+ "version": "0.1.21",
4
"description": "Basic toolset for tune",
5
"main": "src/index.js",
6
"files": [
src/search_tools.tool.chat
@@ -1,5 +1,5 @@
system:
-@{ gpt-5.2-chat-latest }
+@{ small | init @gpt-5.2-chat-latest }
Given user task
You provide a list of tools that are best help for the user
0 commit comments