722169adfd
Can now send chain-of-thought messages Manage terminals Control agent working directory Adding more tool support and notifications Some session management Added image support Added slash commands
19 lines
533 B
YAML
19 lines
533 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
|