mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 16:00:58 +00:00
chore(coding-agent): update share viewer url
This commit is contained in:
parent
8e370498a2
commit
116c57a361
3 changed files with 6 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ export const VERSION: string = pkg.version;
|
|||
// e.g., PI_CODING_AGENT_DIR or TAU_CODING_AGENT_DIR
|
||||
export const ENV_AGENT_DIR = `${APP_NAME.toUpperCase()}_CODING_AGENT_DIR`;
|
||||
|
||||
const DEFAULT_SHARE_VIEWER_URL = "https://buildwithpi.ai/session/";
|
||||
const DEFAULT_SHARE_VIEWER_URL = "https://pi.dev/session/";
|
||||
|
||||
/** Get the share viewer URL for a gist ID */
|
||||
export function getShareViewerUrl(gistId: string): string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue