23 lines
710 B
YAML
23 lines
710 B
YAML
# Honker configuration
|
|
# Copy this file to ~/.config/honker/config.yaml and edit to suit your setup.
|
|
|
|
# The Signal account number honker will use
|
|
account: "+15551234567"
|
|
|
|
# Contacts that are allowed to interact with honker
|
|
trusted_contacts:
|
|
- name: "Alice"
|
|
number: "+15559876543"
|
|
- name: "Bob"
|
|
number: "+15551112222"
|
|
|
|
# Working directory for Goose sessions (absolute path recommended)
|
|
working_directory: "/home/user/projects"
|
|
|
|
# Forward Goose's chain-of-thought reasoning to Signal (can be noisy)
|
|
forward_thoughts: false
|
|
|
|
# Auto-approve all tool permission requests without asking the user.
|
|
# When false (default), each tool call prompts the user for approval via Signal.
|
|
auto_approve_tools: false
|