• Joined on 2026-08-07
Athena created pull request enderofwings/NexusOS#10 2026-08-26 13:30:35 +00:00
WIP: feat(curry): add versioned ledger tools and direct commands
Athena created pull request enderofwings/NexusOS#9 2026-08-26 13:30:33 +00:00
feat(macos): add native Homebrew install path
Athena created pull request enderofwings/NexusOS#8 2026-08-26 13:30:32 +00:00
feat(tui): add interactive terminal chat
Athena created pull request enderofwings/NexusOS#7 2026-08-26 13:30:30 +00:00
feat(packaging): add portable CLI and self-contained wheel
Athena pushed to codex/cli-packaging-pr at Athena/NexusOS 2026-08-26 13:29:35 +00:00
Athena created branch codex/cli-packaging-pr in Athena/NexusOS 2026-08-26 13:29:35 +00:00
Athena pushed to codex/curry-tools-pr at Athena/NexusOS 2026-08-26 13:29:28 +00:00
a9ff8c0c24 test(curry): keep preload check repeatable
13bffc41e9 chore(curry): ignore the runtime ledger
841464f9b1 docs: update CLAUDE.md for curry tool wiring + slash commands
1183ab5282 feat: direct tool invocation via /tool_name(arg=val) + wire Curry as real tools
4a6d1bf8bb feat: vendor Curry, preloaded and callable across the one universal wheel
Compare 5 commits »
Athena created branch codex/curry-tools-pr in Athena/NexusOS 2026-08-26 13:29:28 +00:00
Athena pushed to codex/macos-support-pr at Athena/NexusOS 2026-08-26 13:29:27 +00:00
214ce07d1f test(macos): cover installer platform guards
93d78c0ad3 feat(macos): native install path via Homebrew
Compare 2 commits »
Athena created branch codex/macos-support-pr in Athena/NexusOS 2026-08-26 13:29:27 +00:00
Athena pushed to codex/tui-chat-pr at Athena/NexusOS 2026-08-26 13:29:26 +00:00
9ed2908170 fix(tui): prioritize interrupt and quit keys
9ca37057eb fix(tui): cancel silent streams promptly
da3509eb04 fix(tui): retain stream conversation for tool denial
6f5094b5fc fix(tui): preserve errors and deny gated tools safely
1449280fcd feat(cli): add interactive TUI chat
Compare 5 commits »
Athena created branch codex/tui-chat-pr in Athena/NexusOS 2026-08-26 13:29:26 +00:00
Athena created pull request enderofwings/NexusOS#6 2026-08-26 08:41:13 +00:00
feat(preview): add sandboxed previews with lazy JSX compilation
Athena created pull request enderofwings/NexusOS#5 2026-08-26 08:40:51 +00:00
fix(runtime): close SQLite handles and harden Ollama I/O
Athena pushed to codex/code-preview at Athena/NexusOS 2026-08-26 08:40:10 +00:00
952ef8a0c4 refactor(preview): simplify compile and validation paths
7262e7730e fix(preview): harden sandbox and transformation
656c14caf3 feat(preview): add sandboxed live code previews
Compare 3 commits »
Athena created branch codex/code-preview in Athena/NexusOS 2026-08-26 08:40:10 +00:00
Athena pushed to codex/runtime-reliability at Athena/NexusOS 2026-08-26 08:40:03 +00:00
2ebe93b4f7 fix(ollama): normalize hosts, errors, and reasoning output
d56d579755 fix(memory): sweep legacy orphaned message vectors
c3a7b6eefd fix(sync): close SQLite handles before restore
Compare 3 commits »
Athena created branch codex/runtime-reliability in Athena/NexusOS 2026-08-26 08:40:03 +00:00
Athena pushed to feat/macos-support at Athena/NexusOS 2026-08-26 08:27:10 +00:00
55edaa2ebd refactor(preview): simplify compile and validation paths
Athena closed pull request enderofwings/NexusOS#4 2026-08-26 07:49:03 +00:00
WIP: Code preview