Ecosystem metrics

New Repos
3
down 99.8%
Commits
884
down 12.7%
Releases
3
down 66.7%
Contributors
35
down 35.2%
Merges
36
up 5.9%

Repository Explorer

6816 commits in all time Jun 01, 2026 22:40 – Aug 30, 2026 22:40 UTC
gabrielkuettel vibekit
fix(agent): the share control is a word with a copied state, not a glyph
'share' in the header row, faint until hovered, brass on hover like every
button; '✓ copied' in signal for 1.2s once the link is on the clipboard —
the same readout Copyable gives.
Git Commit 7068659e Branch main Document 3/34 ++ 16 --
gabrielkuettel vibekit
feat(agent): share cards — one exchange as a URL with its own OG poster
A share glyph on a section's header POSTs the exchange — prompt, her reply,
its view blocks — to /api/share, which strips, hashes (sha256, 48 bits, the
preimage is everything the card displays), and stores it in KV for 90 days.
First write wins: an offline hash collision becomes a failed share, never a
hijack. /s/[hash] is a static server-rendered page — the exchange as a
poster, her line marked as shared, and one button into the Explorer with the
question prefilled — plus a Satori OG image on the brand palette, immutable
by content hash. Nothing from a payload ever enters a visitor's session or
the model's context; the visitor re-asks live.

The explorer routes move into an (explorer) route group so the share page
renders without the client-only shell, and both OG routes read vendored
JetBrains Mono (OFL) instead of scraping Google Fonts CSS per render.
Git Commit 42f2072f Branch main Document 26/1,171 ++ 53 --
ipaleka frontend
Added USDC value to the swap amount
Git Commit 6a88262d Branch v1_0_0 Document 12/384 ++ 3 --
ipaleka widgets
Added USDC value to the swap amount
Git Commit f19e5a29 Branch main Document 4/367 ++ 4 --
Merge ab21e00b7fbaf5092960dc3bbe61ed1858c5dfdf into b9da16b6f776a9153f825f780afa5b7f14a37c27
Git Commit 12be9bcd Branch pull/397/merge Document 26/382 ++ 21 --
Merge ab21e00b7fbaf5092960dc3bbe61ed1858c5dfdf into b9da16b6f776a9153f825f780afa5b7f14a37c27
Git Commit 5758c37b Branch pull/397/merge Document 26/382 ++ 21 --
gabrielkuettel vibekit
fix(agent): guard record-derived URLs and model-facing record values
Plugin records and ASA metadata are semi-trusted: any URL is 0.1 ALGO away.
safeHref (http/https or text) now gates the four href sites and the six img
src sites, and explorerContext strips control characters, bidi overrides,
and runaway lengths before record values reach the prompt.
Git Commit 1f74d702 Branch main Document 10/140 ++ 37 --
feat: Add receipt json storing for liquid stream debug screen (#398)
Co-authored-by: Michael T Chuang <github@michaeltchuang.com>
Git Commit b9da16b6 Branch main Document 7/191 ++ 56 --
ipaleka frontend
Added USDC value to the swap amount
Git Commit aef22c57 Branch v1_0_0 Document 11/318 ++ 3 --
ipaleka widgets
Added USDC value to the swap amount
Git Commit 9d33b2f8 Branch main Document 4/366 ++ 4 --
Merge 2ab5aa85bc25a3cc44a8d7c23c283b6f79f30555 into 1b400d21e9618fd5a4b1a1d55d4193f92e90eee3
Git Commit 6702e135 Branch pull/398/merge Document 7/191 ++ 56 --
ipaleka frontend
Added USDC value to the swap amount
Git Commit 4901b393 Branch v1_0_0 Document 7/228 ++ 3 --
Stop algosdk from printing an invalid DEPLOYER_MNEMONIC to CI logs
The keyed TestNet redeploy ran after #41. The secret is set but is not a
valid Algorand mnemonic. algosdk raises ValueError with the word list,
and that list landed in the public Actions log.

Fail closed with --parse after algokit is installed. Catch from_mnemonic
in deploy_testnet.py. Never print the value. Replace the repository
secret with a real funded TestNet mnemonic, then re-run the job.

Co-authored-by: brandonjsellam-Releone <brandonjsellam-Releone@users.noreply.github.com>
Git Commit 62d2083b Branch cursor/testnet-mnemonic-no-leak-b6cb Document 6/148 ++ 26 --
Merge pull request #41 from brandonjsellam-Releone/cursor/testnet-redeploy-workflow-b6cb
Add keyed TestNet redeploy workflow (blocked on DEPLOYER_MNEMONIC)
Git Commit ded2e4ad Branch main Document 6/388 ++ 4 --
Make the TestNet secret-gate banner ASCII so Windows CI can print it
The fail-closed helper used a Unicode arrow. On windows-latest the
console is cp1252, so print() raised UnicodeEncodeError after naming
DEPLOYER_MNEMONIC and the KAT job went red. ASCII '->' only; the test
now requires the blocked banner to encode as ASCII.

Co-authored-by: brandonjsellam-Releone <brandonjsellam-Releone@users.noreply.github.com>
Git Commit 632af4c1 Branch cursor/testnet-redeploy-workflow-b6cb Document 2/5 ++ 1 --