11 lines
430 B
Bash
11 lines
430 B
Bash
kbot-d --router2=openai --model=anthropic/claude-3.7-sonnet:thinking \
|
|
--prompt=./scripts/docs.md \
|
|
--each=./src/*.h \
|
|
--include=../polymech-fw-apps/cassandra-rc2/src/config.h \
|
|
--include=./src/Component.h \
|
|
--wrap=meta \
|
|
--mode=tools --preferences=none \
|
|
--disableTools=read_files,list_files,file_exists,modify_project_files \
|
|
--tools="fs" \
|
|
--filters=code
|