llm-coding-agent 0.1a0
Simon Willison 发布了 llm-coding-agent 0.1a0,这是一个基于其 LLM 库构建的简单编码代理实验。该代理具备文件读写、命令执行、搜索等工具集,支持通过 `uvx --prerelease=allow --with llm-coding-agent llm code` 命令运行,并提供了 Python API 接口。GPT-5.5 已成功使用该代理生成了一款 ASCII 艺术时钟的 SwiftUI CLI 应用。
Simon Willison 发布了 llm-coding-agent 0.1a0,这是一个基于其 LLM 库构建的简单编码代理实验。该代理具备文件读写、命令执行、搜索等工具集,支持通过 `uvx --prerelease=allow --with llm-coding-agent llm code` 命令运行,并提供了 Python API 接口。GPT-5.5 已成功使用该代理生成了一款 ASCII 艺术时钟的 SwiftUI CLI 应用。
HtmlUnit 5.0.0 has been released, now requiring JDK 17 as the minimum version. Key updates include major JavaScript engine improvements, full Web Crypto API support, WebSocket improvements, Web Speech API support, and updated browser profiles for Firefox 150 and Chrome/Edge 148.
Libomemo.js v0.0.1 has been released as an OMEMO cryptographic library for JavaScript. It provides tools for implementing the OMEMO encrypted messaging protocol in JavaScript applications.
JsPlumb, the JavaScript library for building visual connectivity interfaces, has released a major update with a modernized API and new diagram/2D chart engines. The project is now free for non-commercial use, with packages available for React, Angular, Vue, Svelte, and vanilla JS on the public NPM registry.
Datasette-apps is a new system that allows users to bundle and install full applications within Datasette, turning it into a platform for data-driven apps. It enables developers to create self-contained packages combining SQLite databases, metadata, plugins, templates, and assets.