Aiden Cline
|
c764732aea
|
feat(codemode): expand destructuring support (#37342)
|
2026-07-16 12:57:37 -05:00 |
|
Aiden Cline
|
ad8e6b1fb6
|
feat(codemode): support property deletion (#37335)
|
2026-07-16 12:21:28 -05:00 |
|
Aiden Cline
|
60c7f847c1
|
feat(codemode): support void and Object.is (#37332)
|
2026-07-16 11:15:29 -05:00 |
|
Aiden Cline
|
fd19fa89c4
|
fix(codemode): linearize reference walks (#37179)
|
2026-07-15 17:24:36 -05:00 |
|
Aiden Cline
|
22334b94c8
|
fix(codemode): canonicalize dotted tool paths (#36994)
|
2026-07-15 11:09:09 -05:00 |
|
Aiden Cline
|
563f6a65de
|
refactor(codemode): simplify tools types (#36941)
|
2026-07-14 18:40:43 -05:00 |
|
Aiden Cline
|
ea89a2f619
|
feat(codemode): unify callback acceptance and support built-in references (#36771)
|
2026-07-14 15:25:39 -05:00 |
|
Aiden Cline
|
ecb5754f4c
|
refactor(codemode): rename Sandbox terminology to CodeMode (#36768)
|
2026-07-13 16:38:11 -05:00 |
|
Aiden Cline
|
828a4b3f15
|
fix(codemode): align array callback behavior (#36584)
|
2026-07-13 00:34:18 -05:00 |
|
Aiden Cline
|
3c60470269
|
refactor(codemode): remove tool concurrency cap (#36545)
|
2026-07-12 16:07:53 -05:00 |
|
Aiden Cline
|
49cb73b348
|
refactor(codemode): split runtime into focused interpreter modules (#36540)
|
2026-07-12 12:47:56 -05:00 |
|
Aiden Cline
|
6eeeb4bfcf
|
feat(codemode): make search a global built-in and rewrite README (#36450)
|
2026-07-11 13:43:33 -05:00 |
|
Aiden Cline
|
fe09a2e9b7
|
feat(codemode): support Promise.any and new Promise construction (#36339)
|
2026-07-10 20:46:13 -05:00 |
|
Aiden Cline
|
8e76adb08f
|
feat(codemode): support promise chaining with .then/.catch/.finally (#36304)
|
2026-07-10 18:22:04 -05:00 |
|
Aiden Cline
|
39cceeb143
|
fix(codemode): return promises from combinators (#35782)
|
2026-07-10 00:33:21 -05:00 |
|
Aiden Cline
|
f86e1cc1ff
|
fix(codemode): preserve collection value identity (#35776)
|
2026-07-07 13:40:55 -05:00 |
|
opencode-agent[bot]
|
d0733f83bf
|
fix(codemode): return final top-level expression (#35759)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
|
2026-07-07 11:44:50 -05:00 |
|
Kit Langton
|
b046bbe4e3
|
feat(codemode): support loop sequence syntax (#35618)
|
2026-07-06 17:59:13 -04:00 |
|
Aiden Cline
|
ba24037e64
|
feat(codemode): math parity (#35609)
|
2026-07-06 16:47:17 -05:00 |
|
Kit Langton
|
df471872de
|
fix(codemode): reject Promise.all immediately (#35604)
|
2026-07-06 17:37:50 -04:00 |
|
Kit Langton
|
754dd57177
|
fix(codemode): preserve async callback semantics (#35603)
|
2026-07-06 17:29:11 -04:00 |
|
Kit Langton
|
d603eed5a1
|
feat(codemode): support destructuring assignment (#35600)
|
2026-07-06 15:56:52 -04:00 |
|
Kit Langton
|
0e1c0414c2
|
fix(codemode): align mutable JavaScript semantics (#35598)
|
2026-07-06 15:55:32 -04:00 |
|
Aiden Cline
|
4cee5bd824
|
refactor(codemode): split interpreter and stdlib (#35572)
|
2026-07-06 12:01:14 -05:00 |
|