mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 00:03:00 +00:00
feat(coding-agent): add PI_SHARE_VIEWER_URL env var for custom share viewer (#889)
This commit is contained in:
parent
cdca93173b
commit
0363a10c69
3 changed files with 19 additions and 2 deletions
|
|
@ -252,6 +252,7 @@ ${chalk.bold("Environment Variables:")}
|
|||
AWS_BEARER_TOKEN_BEDROCK - Bedrock API key (bearer token)
|
||||
AWS_REGION - AWS region for Amazon Bedrock (e.g., us-east-1)
|
||||
${ENV_AGENT_DIR.padEnd(23)} - Session storage directory (default: ~/${CONFIG_DIR_NAME}/agent)
|
||||
PI_SHARE_VIEWER_URL - Base URL for /share command (default: https://buildwithpi.ai/session/)
|
||||
|
||||
${chalk.bold("Available Tools (default: read, bash, edit, write):")}
|
||||
read - Read file contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue