File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ All notable changes to `polymarket-on-paper` are documented here.
44
55> Forked from [ agent-next/polymarket-paper-trader] ( https://github.com/agent-next/polymarket-paper-trader ) at v0.1.7.
66
7- ## Unreleased
7+ ## [ 0.1.8] - 2026-03-13
8+
9+ ### Added
10+ - ** Polymarket links** : every market, position, and trade links directly to its Polymarket page (` ↗ ` )
11+ - ** ` event_slug ` field** : ` Market ` model now carries event slug for correct deep-linking (` /event/{event_slug}/{market_slug} ` )
12+ - ** Balance flash animation** : navbar balance pulses on change after trades (scale + purple, 0.8s)
13+ - ** Balance refresh on trade** : Markets page triggers navbar balance update via Outlet context
14+ - ** ` pm-trader web --reload ` ** : auto-reload backend on Python file changes during development
15+ - ** Web search button** : visible Search button alongside Enter-to-search
16+ - ** Open Positions scroll** : max-height with scroll for large portfolios, shows position count
17+ - ** Architecture diagram** : three-layer diagram added to README
18+ - ** Web dashboard section** : added to README with usage examples
19+ - ** API surface mapping** : added to CLAUDE.md — maps Gamma endpoints to CLI/MCP/Web
820
921### Fixed
1022- ** Search** : switch from broken Gamma API ` _q ` param to official ` /public-search ` endpoint — search now returns relevant results
@@ -14,10 +26,6 @@ All notable changes to `polymarket-on-paper` are documented here.
1426- ** Web navbar** : replace staleness dot indicator with 60-second auto-polling for balance
1527- ** Web search** : replace ` <form> ` submit with ` onKeyDown ` handler to fix Enter key not triggering search
1628
17- ### Added
18- - ** ` pm-trader web --reload ` ** : auto-reload backend on Python file changes during development
19- - ** Web search button** : visual Search button alongside Enter-to-search
20-
2129## [ 0.1.7] - 2026-03-01
2230
2331### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " polymarket-on-paper"
7- version = " 0.1.7 "
7+ version = " 0.1.8 "
88description = " Your AI agent trades Polymarket — $10k paper money, real prices, zero risk. Compete on the leaderboard."
99authors = [{name = " parle-ai" }]
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments