MCPcopy Index your code
hub / github.com/TanStack/ai / workdir

Method workdir

packages/ai-claude-code/src/adapters/text.ts:143–147  ·  view source on GitHub ↗
(options: TextOptions<ClaudeCodeTextProviderOptions>)

Source from the content-addressed store, hash-verified

141 }
142
143 private workdir(options: TextOptions<ClaudeCodeTextProviderOptions>): string {
144 return (
145 options.modelOptions?.cwd ?? this.adapterConfig.cwd ?? DEFAULT_WORKDIR
146 )
147 }
148
149 /** Build the `claude` command line (prompt goes via stdin, not argv). */
150 private buildCommand(

Callers 1

chatStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected