| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(#25376)
|
|
|
|
|
|
|
|
|
|
|
|
(#21114)
Co-authored-by: Aiden Cline <[email protected]>
|
|
without installed packages (#25354)
|
|
|
|
Agents can now create temporary files in the global tmp directory without
triggering external_directory permission prompts. This enables agents to
freely use temporary storage for intermediate files during builds and
other operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors (#25241)
|
|
|
|
|
|
Co-authored-by: Jay V <[email protected]>
|
|
|
|
The bash tool description now explicitly states that the temp directory has already been created and exists, preventing agents from unnecessarily trying to create it before use.
|
|
|
|
|
|
|
|
performance
- Removed @effect/language-service from both packages/core and packages/opencode tsconfig files and dependencies
- Wrapped mergeDeep calls in config loading and LLM streaming to avoid expensive remeda conditional merge type instantiations in hot paths
- Narrowed Drizzle migrate() overload signature to avoid expensive variance checks during database initialization
These changes reduce TypeScript type-checking overhead and improve startup and runtime performance for config loading, LLM streaming, and database migrations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|