Ecosystem metrics
- New Repos
- 16
- down 99.1%
- Commits
- 870
- down 16.3%
- Releases
- 3
- down 66.7%
- Contributors
- 36
- down 33.3%
- Merges
- 37
- up 8.8%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
6822 commits in all time
Jun 02, 2026 05:40 – Aug 31, 2026 05:40 UTC
feat: sweep lsig $ on close & ability to revoke lsig settle address
508bf413
main
18/6,287 ++ 5,462 --
Merge 07c5f60025f9c77b6b2d3d2b3c059788413d6331 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
716fdbbc
pull/455/merge
3/3 ++ 3 --
chore(deps): update actions/checkout action to v7
07c5f600
renovate/actions-checkout-7.x
3/3 ++ 3 --
Merge 1a9647fa44d6779edd30b031286f3525e16fb962 into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
b2977d60
pull/454/merge
15/1,389 ++ 954 --
chore(deps): update non-major dependencies
1a9647fa
renovate/non-major-dependencies
15/1,389 ++ 954 --
chore(deps): update non-major dependencies
c538ee4d
renovate/branches/renovate/non-major-dependencies
15/1,389 ++ 954 --
refactor: add in UUID for salt and refund in test script
051fea6e
main
2/44 ++ 4 --
build(deps): update vue-router requirement from ^5.2.0 to ^5.3.0
Updates the requirements on [vue-router](https://github.com/vuejs/router) to permit the latest version. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: vue-router dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
426c5c92
dependabot/npm_and_yarn/vue-router-tw-5.3.0
1/1 ++ 1 --
build(deps-dev): update @vue/compiler-sfc requirement
Updates the requirements on [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) to permit the latest version. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.42/packages/compiler-sfc) --- updated-dependencies: - dependency-name: "@vue/compiler-sfc" dependency-version: 3.5.42 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
064dc1ff
dependabot/npm_and_yarn/vue/compiler-sfc-tw-3.5.42
1/1 ++ 1 --
Merge 9180f4426ae2f16bf44c7a20fcb093c8256010ec into 8687609257907f02774f773d132f62d772d3c0f1
7a6643e1
pull/392/merge
23/2,391 ++ 1,262 --
feat: update to newer falcon go version
9180f442
hybrid
6/691 ++ 7 --
refactor: switch to lsig for settle
83e4c798
hybrid
18/1,703 ++ 1,258 --
chore: update Package.swift for v0.0.19
cf016216
fnet
1/2 ++ 2 --
fix: bump up go version and add in missing multisig files
8f9345e7
fnet
3/387 ++ 1 --
feat: add in lsig for now till algokit-core supports
c498ee59
fnet
2/661 ++ 0 --
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.
7068659e
main
3/34 ++ 16 --
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.
42f2072f
main
26/1,171 ++ 53 --
Merge ab21e00b7fbaf5092960dc3bbe61ed1858c5dfdf into b9da16b6f776a9153f825f780afa5b7f14a37c27
12be9bcd
pull/397/merge
26/382 ++ 21 --
feat: add in NFD repository service and migrate unit tests (#397)
86876092
main
26/382 ++ 21 --
Merge ab21e00b7fbaf5092960dc3bbe61ed1858c5dfdf into b9da16b6f776a9153f825f780afa5b7f14a37c27
5758c37b
pull/397/merge
26/382 ++ 21 --
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.
1f74d702
main
10/140 ++ 37 --