Skip to content

Commit 3112a36

Browse files
authored
Merge pull request #4 from PlatformNetwork/release-please--branches--main--components--term-challenge
chore(main): release 0.2.1
2 parents ac8828a + 3d6265e commit 3112a36

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/PlatformNetwork/term-challenge/compare/v0.2.0...v0.2.1) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* add detailed agent status endpoint with all phases and timings ([f3dfa7c](https://github.com/PlatformNetwork/term-challenge/commit/f3dfa7cda776323dbf48f07ef648c988fe5f5103))
9+
* add GET /api/v1/agent/{hash}/code endpoint for public code visibility ([4c8e1ac](https://github.com/PlatformNetwork/term-challenge/commit/4c8e1ac443ea8f4d43c8e258d7249c321ae334a4))
10+
* Add real-time task streaming cache for live evaluation progress ([e61556c](https://github.com/PlatformNetwork/term-challenge/commit/e61556cf4601e6de99e4157acd3a730ecc5bb95e))
11+
12+
13+
### Bug Fixes
14+
15+
* cleanup_stale_claims type error (use make_interval with i32) ([91466cd](https://github.com/PlatformNetwork/term-challenge/commit/91466cd49e0a5b14f4decaaab81e78d262b887ce))
16+
* decay based on last task completion + disable_decay flag + heartbeat URL ([02cbadf](https://github.com/PlatformNetwork/term-challenge/commit/02cbadf577af5e3fa2df4d9d8a53d9c561d58b01))
17+
* filter out completed agents from validator jobs ([8a5a21e](https://github.com/PlatformNetwork/term-challenge/commit/8a5a21ed9af15e113285359332a34d75128177f8))
18+
* use CONTAINER_BROKER_WS_URL instead of BROKER_WSS_URL ([0db1eef](https://github.com/PlatformNetwork/term-challenge/commit/0db1eef7898297de95d5159aa81b41dd248f5a2b))
19+
* Validators now evaluate only their assigned tasks (10 each) ([ac8828a](https://github.com/PlatformNetwork/term-challenge/commit/ac8828a239bffb19d76a9118c095fe3409c86556))
20+
321
## [0.2.0](https://github.com/PlatformNetwork/term-challenge/compare/v0.1.0...v0.2.0) (2026-01-12)
422

523

0 commit comments

Comments
 (0)