-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchangelog.html
More file actions
247 lines (225 loc) Β· 10.7 KB
/
changelog.html
File metadata and controls
247 lines (225 loc) Β· 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Changelog β openrappter</title>
<meta name="description" content="What's new in openrappter. Full changelog with version history.">
<meta property="og:title" content="Changelog β openrappter">
<meta property="og:description" content="What's new in openrappter. Full changelog with version history.">
<meta property="og:type" content="website">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<nav>
<div class="nav-container">
<a href="./" class="logo">openrappter <span class="logo-badge">v1.9.1</span></a>
<button class="mobile-menu-btn">☰</button>
<div class="nav-links">
<a href="./docs.html">Docs</a>
<a href="./architecture.html">Architecture</a>
<a href="./tutorial.html">Tutorial</a>
<a href="./changelog.html">Changelog</a>
</div>
<div class="nav-cta">
<a href="https://github.com/kody-w/openrappter" class="btn btn-ghost">
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z"/></svg>
GitHub
</a>
</div>
</div>
</nav>
<section class="hero">
<div class="hero-bg"></div>
<h1 style="background:linear-gradient(135deg,var(--green) 0%,var(--green-bright) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;">Changelog</h1>
<p class="hero-subtitle">What's new in openrappter</p>
</section>
<section class="timeline-section">
<div class="timeline">
<!-- v1.9.1 β newest, highlighted -->
<div class="timeline-item">
<div class="timeline-dot" style="background:var(--green);"></div>
<div class="timeline-card" style="border:1px solid rgba(16,185,129,0.3);">
<div class="version-badge" style="background:rgba(16,185,129,0.15);color:var(--green);">v1.9.1</div>
<div class="version-date">2026-02-20</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>OuroborosAgent capability scoring system with graduated thresholds</li>
<li>RPG evolution scorecard with persistent lineage tracking</li>
<li>Streak multipliers on XP for consistent improvements</li>
<li>Polarity-agnostic sentiment scoring</li>
<li>Expanded parity test suite for capability scoring</li>
<li>GitHub Pages site rewrite with full v1.9.1 documentation</li>
</ul>
</div>
<div class="change-group">
<div class="change-group-title technical">
<span class="change-icon">*</span> Technical
</div>
<ul class="change-list technical">
<li>Node.js 20+ required</li>
<li>Updated all documentation for 12+ agents, 15+ channels, 5 providers</li>
</ul>
</div>
</div>
</div>
<!-- v1.4.0 β Single File Agent Pattern -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-card">
<div class="version-badge">v1.4.0</div>
<div class="version-date">2026-02-11</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>Single File Agent Pattern β documentation + contract + deterministic code in ONE file</li>
<li>Native code constructors β metadata via Python dicts and TypeScript objects</li>
<li><code>slush_out()</code> / <code>slushOut()</code> convenience helper for building <code>data_slush</code></li>
<li>SubAgentManager auto-chains <code>data_slush</code> between sequential sub-agent calls</li>
<li>BroadcastManager fallback mode passes <code>data_slush</code> between agents</li>
<li>All built-in agents use native constructor pattern</li>
<li>LearnNewAgent generates agents with native code constructors</li>
</ul>
</div>
</div>
</div>
<!-- v1.3.0 β Data Slush Pipeline -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-card">
<div class="version-badge">v1.3.0</div>
<div class="version-date">2026-02-11</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>Data Slush: Agent-to-agent signal pipeline</li>
<li><code>last_data_slush</code> / <code>lastDataSlush</code> property on BasicAgent</li>
<li><code>upstream_slush</code> context key β auto-merged when chained</li>
<li>WeatherPoet example agent demonstrating data_slush</li>
</ul>
</div>
</div>
</div>
<!-- v1.2.0 β Monorepo & TypeScript -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-card">
<div class="version-badge">v1.2.0</div>
<div class="version-date">2026-02-05</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>Monorepo structure: separate python/ and typescript/ directories</li>
<li>TypeScript agent system: full port of Python agent pattern</li>
<li>Unified agent contract between Python and TypeScript</li>
<li>pyproject.toml for Python packaging</li>
</ul>
</div>
<div class="change-group">
<div class="change-group-title changed">
<span class="change-icon">~</span> Changed
</div>
<ul class="change-list changed">
<li>Repository restructured for dual-runtime maintenance</li>
<li>Python package moved to python/openrappter/</li>
<li>TypeScript source at typescript/src/</li>
<li>Updated documentation for monorepo structure</li>
</ul>
</div>
</div>
</div>
<!-- v1.1.0 β Agent System -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-card">
<div class="version-badge">v1.1.0</div>
<div class="version-date">2026-02-05</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>Dynamic agent discovery system (agents/ directory)</li>
<li>BasicAgent base class following CommunityRAPP pattern</li>
<li>Data sloshing for context enrichment</li>
<li>Agent switching at runtime (/agent, /agents)</li>
<li>--list-agents and --agent CLI options</li>
</ul>
</div>
<div class="change-group">
<div class="change-group-title changed">
<span class="change-icon">~</span> Changed
</div>
<ul class="change-list changed">
<li>Renamed RAPPagent.py to openrappter.py</li>
<li>Lowercase "rapp" throughout for readability</li>
<li>Restructured to agents/ directory pattern</li>
</ul>
</div>
</div>
</div>
<!-- v1.0.0 β Initial Release -->
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-card">
<div class="version-badge">v1.0.0</div>
<div class="version-date">2025-02-05</div>
<div class="change-group">
<div class="change-group-title added">
<span class="change-icon">+</span> Added
</div>
<ul class="change-list added">
<li>Initial release of openrappter</li>
<li>GitHub Copilot SDK integration (no extra API keys)</li>
<li>Interactive chat mode</li>
<li>Single task execution (--task)</li>
<li>Persistent memory system</li>
<li>Built-in skills: bash, read, write, list</li>
<li>Custom skill support (YAML and Python)</li>
<li>Onboarding wizard</li>
<li>Python standalone version</li>
<li>Full documentation and GitHub Pages site</li>
</ul>
</div>
<div class="change-group">
<div class="change-group-title technical">
<span class="change-icon">*</span> Technical
</div>
<ul class="change-list technical">
<li>Node.js 18+ required</li>
<li>TypeScript with strict mode</li>
<li>ESM modules</li>
<li>Vitest for testing</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="footer-links">
<a href="https://rappter.com" style="color:var(--green)">rappter.com</a>
<a href="https://rappter.beehiiv.com/" style="color:var(--green)">Newsletter</a>
<a href="https://github.com/kody-w/openrappter">GitHub</a>
<a href="./docs.html">Docs</a>
<a href="./tutorial.html">Tutorial</a>
<a href="./">Home</a>
</div>
<div class="footer-copy">MIT License</div>
</div>
</footer>
<script src="./nav.js"></script>
</body>
</html>