CATCH #990
DETECTED AUG 26, 2026 22:05 UTC
THE CATCHscore 7/10
EXHIBIT 990 · URGENT
Aug 26, 2026 22:05 UTC
npm
openai
OpenAI's v7.6.0 npm release adds new API endpoints, file search tool overrides with chunking controls, and a 'ranker' option, alongside numerous streaming-related error messages and local/regional API endpoints.
READY TO POST:
openai's latest npm update (7.6.0) hints at new file search chunking controls and a 'ranker' option. could mean more precise RAG applications.
new regional and local api endpoints spotted in openai's npm v7.6.0, plus more detailed streaming error messages. seems like they're beefing up infrastructure and debugging for streaming use cases.
EVIDENCE — the receipts
openai 7.5.0 -> 7.6.0: +1045 strings, -3095 strings, 187 flagged as interesting
[endpoint] (8)
+ http://127.0.0.1:1
+ https://127.0.0.1:65535
+ https://ae.api.openai.com/v1
+ https://eu.api.openai.com/v1
+ https://mtls.api.openai.com
+ https://mtls.api.openai.com/v1
+ https://mtls.auth.openai.com/oauth/token
+ https://us.api.openai.com/v1
[sentence] (179)
+ *
* We emit events whenever a new object is created, transitions to a new state, or
* is being streamed in parts (deltas). For example, we emit
+ * ranker.
*/
ranker?: 'auto' | 'default_2024_08_21';
}
}
}
export interface FunctionTool {
function: Shared.FunctionDefinition;
/**
* The type of tool being defined:
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export declare namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
interface FileSearch {
/**
* The maximum num
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
export interface FileSearch {
/**
* The maximum number of results the file s
+ .
*
* Note that the overlap must not exceed half of
+ .
*/
chunk_overlap_tokens: number;
/**
* The maximum number of tokens in each chunk. The default value is
+ .
*/
type: 'auto';
}
caught by the 20-minute sweep ·
the live wire · all receipts