freshcrate
Skin:/

Latest Releases

3166 packages indexed

freshcrateOpen source packages for agents and AI labs worldwide.

ResetShowing 50 results
ClawRouter📁v0.12.240🏛️ Flagship

The agent-native LLM router for OpenClaw. 41+ models, <1ms routing, USDC payments on Base & Solana via x402.

Security housekeeping. Clears **13 of the 15 open Dependabot alerts** — including 3 of the 4 highs — by removing the thing that was silently swallowing our `overrides` block. ### Fixed — openclaw's `npm-shrinkwrap.json` was voiding every override we wrote `openclaw` ≤ 2026.7.1 publishes with `hasShrinkwrap: true`. A shipped `npm-shrinkwrap.json` pins that package's **entire subtree** verbatim, and npm resolves it ahead of the root project's `overrides`. The failure is silent and actively misle
12h ago
anything-analyzer📁v3.6.53🌳 Mature

全能协议分析工具:浏览器抓包 + MITM 代理 + 指纹伪装 + AI 分析 + MCP Server 无缝对接 AI Agent/IDE | All-in-one protocol analysis toolkit — built-in browser capture, MITM proxy, JS hooks, fingerprint spoofing, AI analysis & M

# Anything Analyzer v3.6.53 ## 新增 - **索引优先 AI 上下文** — 初始分析仅发送请求类型、地址、时间等紧凑索引,模型可通过 `list_requests`、`search_requests`、`get_request_detail` 按需获取正文。 - **可配置上下文预算** — 默认最大上下文 200k、压缩峰值 85%,支持规则压缩与 LLM 混合摘要,压缩结果强制收敛到目标 token 预算。 - **并行子分析器** — 大型请求会话可分块并行提取导航线索,主模型继续使用请求工具验证真实详情。 - **MCP Server 自定义监听 IP** — 支持 IPv4/IPv6 地址,修改监听 IP、端口或鉴权配置后自动重启服务。 ## 优化 - **大列表渲染性能** — 请求表改为可见区虚拟化、滚动帧合并和增量索引,降低持续抓包时的渲染阻塞。 - **Token 校准与可观测性** — 校准数据按 provider/model/API 类型隔离并原子持久化;分析、压缩和子分析请求按真实日志 ID 回填 usage。 - **上
MCP ServersUnknown
10h ago
llxprt-code📁v0.11.0-nightly.260804.c6055c15b🌳 Mature

An open-source multi-provider AI assisted CLI development tool. Use whatever LLM you want to code in your terminal.

## Release v0.11.0-nightly.260804.c6055c15b ### Installation Install or upgrade LLxprt Code using npm: ```bash npm install -g @vybestack/llxprt-code ``` Or use directly with npx: ```bash npx @vybestack/llxprt-code ``` ### Highlights - A user with GEMINI API KEY exported in their shell, running a sandbox, now hits the Gemini auth failure — and the old message told them to set GEMINI API KEY , which is precisely the thing that no longer crosses. #### New - feat(image): gpt-image-2 generat
Developer ToolsApache-2.0
15h ago
agent-swarm📁v1.127.1🌿 Growing

Agent Swarm framework for AI coding agents and more!

## Install & Run **npm:** ```bash npx @desplega.ai/agent-swarm@1.127.1 # or install globally npm i -g @desplega.ai/agent-swarm@1.127.1 ``` **bun:** ```bash bunx @desplega.ai/agent-swarm@1.127.1 # or install globally bun i -g @desplega.ai/agent-swarm@1.127.1 ``` **Docker:** ```bash # Server docker pull ghcr.io/desplega-ai/agent-swarm:1.127.1 # Worker docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.127.1 ``` **E2B templates:** ```bash # API agent-swarm-api-1-127-1 agent-swarm-api-latest
11h ago
gproxy📁v2.2.6🌿 Growing

gproxy is a Rust-based multi-channel LLM proxy that exposes OpenAI / Claude / Gemini-style APIs through a unified gateway, with a built-in admin console, user/key management, and request/usage auditin

## v2.2.6 > Brings release notes into the Console as a floating dialog and adds a signed maintainer announcement feed, both served from the documentation site. ### English #### Added - **In-Console release notes.** When an update is available, the Console now shows the release notes in a floating dialog — opened from the update banner or the Updates page — instead of sending you to GitHub. The dialog renders the section matching the Console's current language when the release provides one, a
InfrastructureAGPL-3.0
14h ago
hermes-agent📁v2026.8.3🏛️ Flagship

The agent that grows with you

# Hermes Agent v0.20.0 (v2026.8.3) **Release Date:** August 3, 2026 **Since v0.19.0:** ~3,650 commits · ~1,400 merged PRs · ~5,200 files changed · ~559,000 insertions · ~405,000 deletions · **~1,200 issues closed** · 650+ contributors > **The Herald Release.** Hermes is the herald of the gods, and this release makes him one in earnest: he **speaks** (real-time conversational voice with streaming TTS, barge-in, on-device wake words, and hands-free control across the CLI, desktop, and every aud
1d ago
caveman📁v1.10.0🏛️ Flagship

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

## Install ```bash curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash ``` ```powershell irm https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.ps1 | iex ``` ## Features - **`/caveman-stats` reports net savings, not just gross** (#145, #677). The skill costs ~1–1.5k input tokens per turn. Stats now subtracts that instead of only counting output saved, so a net-negative workload shows up as net-negative. ## Fixes - **Compress no longer
1d ago
dspy📁3.3.0🏛️ Flagship

DSPy: The framework for programming—not prompting—language models

# DSPy 3.3.0 DSPy 3.3.0 is a feature release with a new experimental way to optimize programs as code, a native-tool-aware ReAct implementation, and the next stage of DSPy's move toward a typed, provider-neutral language-model system. Most existing DSPy programs should keep working without changes. Review the API changes if you construct `Image`, `Audio`, or `File` values from paths or URLs; use NumPy-backed features from the base install; inspect detailed GEPA results; construct code inte
21h ago
typer📁0.27.1🏛️ Flagship

Typer, build great CLIs. Easy to code. Based on Python type hints.

### Features * ✨ Make `epilog` formatting consistent with other parts of the help string. PR [#1405](https://github.com/fastapi/typer/pull/1405) by [@svlandeg](https://github.com/svlandeg). ### Docs * 📝 Add Library Skills documentation. PR [#1906](https://github.com/fastapi/typer/pull/1906) by [@tiangolo](https://github.com/tiangolo). * 🐛 Prevent scroll-to-top on restart/fast buttons in the documentation. PR [#1904](https://github.com/fastapi/typer/pull/1904) by [@phalberg](https://g
DatabasesUnknown
1d ago
by pypi
DeepCode📁v2.0.0🏛️ Flagship

"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"

After continuous iteration, HKUDS DeepCode v2 is officially released 🚀 An open-source, general-purpose Coding Agent built for real-world software engineering. Coding Agents are becoming increasingly capable of generating high-quality code. However, developers still face several recurring problems in real projects: * ⏸️ Complex tasks stop halfway and require repeated prompts to continue * 🧪 Code appears complete, but tests, builds, and runtime behavior are not actually verified * 🔁 Re
1d ago
mcp-use📁@mcp-use/inspector@20.0.4🏛️ Flagship

The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.

Keep Inspector aligned with mcp-use 2.0.4.
1d ago
voltagent📁@voltagent/mcp-server@2.1.0🏛️ Flagship

AI Agent Engineering Platform built on an Open Source TypeScript AI Agent Framework

### Minor Changes - [`d1dd2d9`](https://github.com/VoltAgent/voltagent/commit/d1dd2d9c4566beee0429d70e3fbb032c0351ceb6) Thanks [@omeraplak](https://github.com/omeraplak)! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with `startHTTP`, `serverless`, and request-scoped streaming options.
1d ago
@voltagent/core📁@voltagent/mcp-server@2.1.0🏛️ Flagship

VoltAgent Core - AI agent framework for JavaScript

### Minor Changes - [`d1dd2d9`](https://github.com/VoltAgent/voltagent/commit/d1dd2d9c4566beee0429d70e3fbb032c0351ceb6) Thanks [@omeraplak](https://github.com/omeraplak)! - Upgrade the official Model Context Protocol SDK to 1.30.0 and add stateless Streamable HTTP handling with `startHTTP`, `serverless`, and request-scoped streaming options.
azure-cli-core📁azure-cli-2.89.0🌳 Mature

Microsoft Azure Command-Line Tools Core Module

https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/Latest-version/release-notes-azure-cli.md ### SHA256 hashes of the release artifacts ``` ac5e8ce16b2355a55a3bea20afee9d3d2dbc1289a18e8aa3625d0b62910124ba azure-cli-2.89.0-macos-arm64.tar.gz 9b94be70fe95b547b1208c07f3018e8880a5676aaff3335005ab445ab5044792 azure-cli-2.89.0-macos-x86_64.tar.gz 9582172475f94330d192b8875e750e5718467318036c21d363135db9193a2948 azure-cli-2.89.0-x64.msi fb55449e1ed1809da5408330ab2ddd52f71
awswrangler📁3.17.1🌳 Mature

Pandas on AWS.

### Bugfixes 🐛 * fix: map Athena varbinary correctly in athena2pyarrow by @hsusul in https://github.com/aws/aws-sdk-pandas/pull/3413 * fix: ignore double colon cast operators in SQL parameter substitution by @hsusul in https://github.com/aws/aws-sdk-pandas/pull/3414 * fix: handle zero max_items_evaluated in DynamoDB read_items by @hsusul in https://github.com/aws/aws-sdk-pandas/pull/3417 * fix(athena): properly escape identifiers in Iceberg SQL generation by @kukushking in https://github.co
DatabasesUnknown
holaOS📁main@2026-08-03🌳 Mature

The agent environment for long-horizon work, continuity, and self-evolution.

Latest activity on main branch
1d ago
torchao📁v0.18.0🌳 Mature

Package for applying ao techniques to GPU models

## Highlights ### NVFP4 training NVFP4 for dense linears is now supported for training (prototype), implementing the recipe from [Pretraining Large Language Models with NVFP4](https://arxiv.org/abs/2509.25149). This is a prototype feature and the API may change without notice. Hardening, MoE support, and torchtitan integration are planned. Example usage: ```python import torch from torchao.quantization import quantize_ from torchao.prototype.moe_training.nvfp4_training.nvfp4_trainin
RAG & MemoryUnknown
21h ago
by pypi
agent-scan📁v0.5.16🌳 Mature

Security scanner for AI agents, MCP servers and agent skills.

Latest release: v0.5.16
MCP ServersApache-2.0
1d ago
by snyk
holidays📁v0.102🌳 Mature

Open World Holidays Framework

## Version 0.102 Released August 3, 2026 - Refactor XNYS holidays: update format labels handling (#3724 by @KJhellico) - Add Bolsas y Mercados Argentinos (BYMA) holidays (#3715 by @SebastianFelgueras, @KJhellico) - Add Bolsas y Mercados Españoles (BME) holidays (#3710 by @pareshjoshij) - Add Johannesburg Stock Exchange (JSE) holidays (#3714 by @pareshjoshij, @arkid15r, @KJhellico) - Add Korea Exchange (KRX) holidays (#3725 by @pareshjoshij) - Add Singapore Exchange (SGX) holidays (#37
FrameworksUnknown
1d ago
pytest-django📁v4.12.0🌳 Mature

A Django plugin for pytest.

https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst#v4120-2026-02-14
1d ago
by pypi
adk-java📁v1.7.1🌳 Mature

An open-source, code-first Java toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

## [1.7.1](https://github.com/google/adk-java/compare/v1.7.0...v1.7.1) (2026-07-28) ### Bug Fixes * **codeexecutors:** add opt-in strict sandbox to ContainerCodeExecutor ([8049f7e](https://github.com/google/adk-java/commit/8049f7e5362ca654bf3706ea465f8d1021ee0346)) * **core:** fallback to name when Agent description is missing ([233b83b](https://github.com/google/adk-java/commit/233b83bcacc39f7b6a1204a7644a1a5f13557a20)) * **events:** accumulate endOfAgent in EventActions.merge to preserve pa
FrameworksApache-2.0
1d ago
tabularis📁v0.18.0🌳 Mature

A lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.

See the assets below to download this version and install. ## What's Changed * feat(sqlite): add sqlite database creation workflows by @Jishnu-Prasad888 in https://github.com/TabularisDB/tabularis/pull/523 * Fix connection modal height by @DhruvShah-Dev in https://github.com/TabularisDB/tabularis/pull/538 * Fix PostgreSQL key metadata for readonly users by @DhruvShah-Dev in https://github.com/TabularisDB/tabularis/pull/543 * fix(ai): add MiniMax regional endpoint metadata by @octo-patch i
MCP ServersApache-2.0
22h ago
flake8-bugbear📁main@2026-08-03🌳 Mature

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

Latest activity on main branch
19h ago
by pypi
arcadedb📁26.8.1🌳 Mature

ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vecto

# ArcadeDB 26.8.1 ## Overview This is a **major release**: **381 issues and pull requests closed** under the [26.8.1 milestone](https://github.com/ArcadeData/arcadedb/milestone/60) - 281 issues and 100 PRs - out of 298 pull requests merged and 669 commits in total since [26.7.2](https://github.com/ArcadeData/arcadedb/releases/tag/26.7.2). It also carries everything shipped in the [26.7.3](https://github.com/ArcadeData/arcadedb/releases/tag/26.7.3) hotfix. The headline work is in four pl
DatabasesApache-2.0
20h ago

Type hints (PEP 484) support for the Sphinx autodoc extension

<!-- Release notes generated using configuration in .github/release.yaml at main --> ## What's Changed * fix: support subscripted type aliases by @flying-sheep in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/745 **Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/3.13.1...3.13.2
FrameworksUnknown
19h ago
by pypi
pilot📁v2.252.0🌿 Growing

#1 Terminal Benchmark 2.0 — AI that ships your tickets.

## Changelog ### 🚀 Features * 35856e00b68a0b0571a4f8c565f1bcd4b1742565: feat(executor): add child-ledger gate check function (#4666) (@alekspetrov) ### 🐛 Bug Fixes * b4bd5f2f3335fc123d1de9f6b143ca78b03ff788: fix(autopilot): close conflicting PR whose source issue is closed instead of escalating (GH-4657) (#4658) (@alekspetrov) * a91de084b6a250e71f7e45ba0f7b011d909db369: fix(executor): heartbeat monitor SIGKILLs healthy runs during long local tool executions — make test >5m ⇒ exit 137 infra chu
TestingNOASSERTION
1d ago
prometheus-mcp-server📁v1.6.2🌿 Growing

A Model Context Protocol (MCP) server that enables AI agents and LLMs to query and analyze Prometheus metrics through standardized interfaces.

## What's Changed * chore(chart): bump to 1.1.0 and require version bump in CI by @pab1it0 in https://github.com/pab1it0/prometheus-mcp-server/pull/162 * ci(helm): support chart-v* tags for chart-only releases by @pab1it0 in https://github.com/pab1it0/prometheus-mcp-server/pull/163 * fix(docker): use /health endpoint in HEALTHCHECK for HTTP/SSE transports by @mitchnielsen in https://github.com/pab1it0/prometheus-mcp-server/pull/164 * chore(deps): bump authlib from 1.6.11 to 1.6.12 by @dependabot
1d ago
jarvis📁v2.2.1🌿 Growing

Your AI assistant that never forgets and runs 100% privately on your computer. Leave it on 24/7 - it learns your preferences, helps with code, manages your health goals, searches the web, and connects

## [2.2.1](https://github.com/isair/jarvis/compare/v2.2.0...v2.2.1) (2026-08-03) ### 🐛 Bug Fixes * fix: ability to categorise any model size and limit runaway LLM generations (#564) ([e5335fe](https://github.com/isair/jarvis/commit/e5335fe766f7bb0b00ddeb53a57d6cddf5ff7551)) * fix: try fallback configs when whisper cache recovery retry fails (#562) (#563) ([944c688](https://github.com/isair/jarvis/commit/944c688abdbb6847c722ad8fb2d468020c46eaa4)) ### ♻️ Code Refactoring * refactor(ci): skip
MCP ServersNOASSERTION
1d ago
vector-io📁main@2026-08-03🌿 Growing

Comprehensive Vector Data Tooling. The universal interface for all vector database, datasets and RAG platforms. Easily export, import, backup, re-embed (using any model) or access your vector data fro

Latest activity on main branch
DatabasesApache-2.0
JRVS📁main@2026-08-03🌿 Growing

JRVS AI Agent with JARCORE autonomous coding engine - RAG knowledge base, web scraping, calendar, code generation. Powered by whatever local AI you choose.

Latest activity on main branch
AI AgentsUnknown
23h ago
nextcloud-mcp-server📁v0.162.1🌿 Growing

Nextcloud MCP Server

### Fix - **observability**: give an absent client_id one spelling, not two - **observability**: make the fleet metric say why it isn't recording
MCP ServersAGPL-3.0
1d ago
jzero📁v1.4.1🌿 Growing

Automatically generate server and client framework code based on descriptive files (proto/api/sql), while using built-in jzero-skills to empower AI to generate production-ready business code adhering

## Changelog * 3210f9e3333fe422217161a2d7f105b46e93021f chore(deps): bump actions/checkout from 6 to 7 (#469) * 859c9b41a17c93b8a45f720a9c8621e4ff08ef68 chore(deps): bump actions/setup-go from 6 to 7 (#475) * a52c735c37fc6780d0786a7b07d891abde61ee75 chore(deps): bump actions/setup-node from 6 to 7 (#474) * 9c82afca081843a0e6b8c6d295cf5bb1398340b1 chore(deps): bump docker/login-action from 4 to 4.5.2 (#482) * fd9aae094f1aed735a94717693c6ea697150e55d chore(deps): bump github.com/alicebob/miniredis
1d ago
@zhin.js/agent📁@zhin.js/adapter-qq@6.0.7🌿 Growing

Zhin AI Agent — session, ZhinAgent, init; composes @zhin.js/core providers and tools

### Patch Changes - 7249733: fix(qq): 群消息 @ 判定改为统一按 mentions 检查,不再按 channelKind 直接视为 @ `GROUP_MESSAGE_CREATE` 与 `GROUP_AT_MESSAGE_CREATE` 在 SDK 中都映射为 `message.group`,前者会下发非 @ 的普通群消息;此前 `channelKind === 'group'` 一律置 `mentioned`,导致所有群消息都触发 AI。现统一按 `mentions` 判定:群场景只认 `is_you === true`(精确标识当前机器人;群里 @ 另一个机器人时 `bot: true` 但无 `is_you`,不误判),`bot === true` 回退仅限频道 `AT_MESSAGE_CREATE`(该事件仅 @ 当前机器人时下发,mentions 无 `is_you`)。非 @ 群消息将回到旁听(Passive Group Context)路径。
AI AgentsUnknown
yandexcloud📁v0.402.0🌿 Growing

The Yandex Cloud official SDK

# v0.402.0 (2026-08-03) ## Feature * feat: regenerate proto ([`6e0ff77`](https://github.com/yandex-cloud/python-sdk/commit/6e0ff77169684e684c301a3c1ed86ae7d14d3e60)) * feat: regenerate proto ([`dda1ce4`](https://github.com/yandex-cloud/python-sdk/commit/dda1ce4393a7b7c1b22e9c29ec174082b23edbf1))
1d ago
by pypi
LeanKG📁v0.19.33🌿 Growing

LeanKG: Stop Burning Tokens. Start Coding Lean.

**Full Changelog**: https://github.com/FreePeak/LeanKG/compare/v0.19.32...v0.19.33
1d ago
notion-cli-agent📁v0.21.0🌿 Growing

Notion CLI with AI agent support. Smart queries, Obsidian sync, batch ops, backups, validation and more.

Upload images and files to Notion from the CLI. Implements Notion's File Upload API (create → send → complete): files ≤20 MB upload in a single part, larger ones split into 10 MB parts and complete automatically. Every `<source>` accepts a **local path**, a **public URL** (imported server-side), or an existing **`file_upload` ID** (reattach without re-uploading). ## Added ```bash # Upload + attach in one call — block type detected from the file notion file attach <page_id> shot.png --caption
edgee📁v0.3.4🌿 Growing

Open-source AI gateway written in Rust, with token compression for Claude Code, Codex... and any other LLM client.

## What's Changed * fix(ci): create the release once instead of racing seven matrix jobs by @CLEMENTINATOR in https://github.com/edgee-ai/edgee/pull/165 * fix(launch): hide cursor/copilot-only models from the opencode and crush pickers by @CLEMENTINATOR in https://github.com/edgee-ai/edgee/pull/166 **Full Changelog**: https://github.com/edgee-ai/edgee/compare/v0.3.3...v0.3.4
InfrastructureApache-2.0
1d ago
@mindstudio-ai/agent📁v0.1.79🌱 Seedling

TypeScript SDK for MindStudio direct step execution

**Full Changelog**: https://github.com/mindstudio-ai/mindstudio-agent/compare/v0.1.78...v0.1.79
20h ago
d365fo-mcp-server📁v1.8.0🌿 Growing

🚀 MCP server for Dynamics 365 Finance & Operations with standard and custom indexed X++ objects. Provides IntelliSense-like code navigation, intelligent EDT suggestions, AI-driven table/form generati

## What's Changed Changes since v1.7.0: - fix(bridge): close single-op RPC dispatch gaps left by PR #804 (0f15f5b) - docs(diagram): fix the clients arrow z-order, drop VS 2022, add VS Code (821e9e5) - docs: give the eval loop its own block in the architecture diagram (3f9437a) - docs: correct architecture drift — the bridge is not the sole write path (d5dcd46) - chore(release): v1.8.0 (1b4973d) - eval: close the final four closure-queue goldens - total coverage 78/78 (100%) (56751b6) - eval: c
robots📁v0.5.0🌱 Seedling

Control robots and physical hardware with natural language through Strands Agents.

**Release date:** 2026-08-03 · **Previous release:** [v0.4.1](https://github.com/strands-labs/robots/releases/tag/v0.4.1) (2026-07-01) > 804 commits · ~146 merged pull requests across five weeks. This is the largest > release since the project began: a new NVIDIA Isaac Sim backend, agent-facing > analytic motion primitives, a remote-inference client/server split, terrain > locomotion curricula, and a deep hardening pass across every numeric input the > agent and mesh surfaces accept. `
UncategorizedApache-2.0
16h ago
skillpack📁main@2026-08-03🌿 Growing

Pack and deploy local AI agents for your team in minutes

Latest activity on main branch
1d ago
docs.surrealdb.com📁main@2026-08-04🌿 Growing

The documentation for SurrealDB, powered by Astro

Latest activity on main branch
DatabasesUnknown
12h ago
honcho📁main@2026-08-03🌿 Growing

Memory library for building stateful agents

Latest activity on main branch
DatabasesAGPL-3.0
19h ago
@t2000/sdk📁v10.23.0🌱 Seedling

TypeScript SDK for AI agent bank accounts on Sui — send, save, borrow, swap. NAVI lending + Cetus aggregator routing, sponsored gas, zkLogin compatible.

### 🎨 Design & UI - style(docs): navbar logo = ember t2 mark (favicon-512-ember) - style(docs): apply 9a Ember Steel brand kit ### ♻️ Refactor - refactor(cli): remove agent-id SuiNS leaf product (#136) - refactor: delete apps/web + install.sh + HTTP skill shelf — skills via npx only ### 📝 Docs - docs(cli): drop stray door phrasing - docs: start here console + claude + t2 - docs: how-to IA — examples first, kill dogfood - docs: refresh root README for six-pkg live stack - docs: P4 purge — age
12h ago
@haklex/rich-ext-ai-agent📁v0.33.0🌱 Seedling

AI agent editor integration: diff UI, action registry, agent panel plugin

## Summary Workspace-wide dependency upgrade release. All `@haklex/*` packages move together to 0.33.0. ## Breaking Changes - **lexical / @lexical/\* peer floors raised from `^0.47.0` to `^0.49.0`.** Consumers must upgrade their direct `lexical` and `@lexical/*` pins to `^0.49.0`, otherwise pnpm resolves two lexical copies and the editor breaks at runtime. ## Dependency Upgrades - `lexical` / `@lexical/*` `^0.48.0` → `^0.49.0` - `shiki` `^4.3.1` → `^4.4.1` (rich-compose CDN shim synced to 4
10h ago
trading📁main@2026-08-03🌱 Seedling

Paper-first SPY options validation platform with broker-backed scorecards, hard risk gates, paired-trade accounting, and live dashboards.

Latest activity on main branch
openclaw-autotrader📁main@2026-08-03🌱 Seedling

A 30-day public U.S. stock challenge: follow a 5000 HKD 🦞 claw through live market days.

Latest activity on main branch
AI AgentsUnknown
1d ago
smalltalk-dev-plugin📁v1.9.7🌱 Seedling

Claude Code plugin for AI-driven Smalltalk (Pharo) development

## What's Changed * Add Devin CLI support and rename Windsurf setup to Devin Desktop by @mumez in https://github.com/mumez/smalltalk-dev-plugin/pull/75 * Add support for Kilo Code by @mumez in https://github.com/mumez/smalltalk-dev-plugin/pull/76 * Remove redundant initialize call and bump version to 1.9.7 by @mumez in https://github.com/mumez/smalltalk-dev-plugin/pull/77 **Full Changelog**: https://github.com/mumez/smalltalk-dev-plugin/compare/v1.9.6...v1.9.7
1d ago
clincher📁main@2026-08-03🌱 Seedling

🦞 [2026.03.10] Hardened OpenClaw deployment on a single VPS: one command, production-ready.

Latest activity on main branch
1d ago
capitaine📁master@2026-08-03🌱 Seedling

Capitaine — fork a repo, click Codespaces, the agent is alive. The repo IS the agent.

Latest activity on master branch
AI AgentsUnknown
1d ago