Code Server code-server
  • Joined on 2026-02-14
code-server pushed to main at wylab/nanobot 2026-04-17 03:55:43 +02:00
59b4abaa14 chore: bump model defaults to Opus 4.7, Sonnet 4.6
code-server pushed to main at wylab/nanobot 2026-03-25 14:22:07 +01:00
71e65052d1 fix: use correct build_messages signature after emergency trim
code-server pushed to main at wylab/nanobot 2026-03-25 14:17:58 +01:00
7b0714c5c5 fix(oauth): re-raise LongContextError past chat() blanket except
code-server pushed to main at wylab/nanobot 2026-03-25 14:07:09 +01:00
4bdcd0b568 feat: auto-consolidate session on long context 429
code-server pushed to main at wylab/nanobot 2026-03-23 13:48:33 +01:00
fdecb76035 fix(mem0): handle dict facts from LLM and fix slice error on dicts
code-server pushed to main at wylab/nanobot 2026-03-23 13:45:40 +01:00
b7d451ec5d fix(mem0): increase max_tokens for fact extraction from 2000 to 16384
code-server pushed to main at wylab/nanobot 2026-03-23 12:49:29 +01:00
86fe3a4749 test: add tests for identity block, fact extraction, and audit log
code-server pushed to main at wylab/nanobot 2026-03-23 12:36:28 +01:00
76d5a73cc7 fix(mem0): disable thinking for fact extraction calls
code-server pushed to main at wylab/nanobot 2026-03-23 06:31:58 +01:00
2ab6494ec9 feat(session): add append-only audit log
code-server pushed to main at wylab/nanobot 2026-03-22 17:03:09 +01:00
3f2684dcfe fix(oauth): include identity block in all API calls
code-server pushed to main at wylab/nanobot 2026-03-21 16:14:38 +01:00
266458528e fix(oauth): restore identity block required by Anthropic API
code-server pushed to main at wylab/nanobot 2026-03-09 18:08:38 +01:00
35eb35cdc2 Merge pull request 'Sign intermediate messages for model visibility' (#31) from feat/message-visibility-signing into main
5569c99b8e feat: sign intermediate messages so model knows what user didn't see
d90c3b4a24 feat: sign intermediate messages so model knows what user didn't see
Compare 3 commits »
code-server merged pull request wylab/nanobot#31 2026-03-09 18:08:37 +01:00
Sign intermediate messages for model visibility
code-server pushed to main at wylab/nanobot 2026-03-09 18:07:58 +01:00
8cb5d93005 docs: add PR testing workflow guide
code-server pushed to feat/message-visibility-signing at wylab/nanobot 2026-03-09 15:24:02 +01:00
5569c99b8e feat: sign intermediate messages so model knows what user didn't see
code-server commented on pull request wylab/nanobot#31 2026-03-09 15:20:59 +01:00
Sign intermediate messages for model visibility

Code Review

Design

The split between write-time signature storage (_hidden_sig) and read-time prefix application (get_history()) is a good call for prompt caching — content bytes in…

code-server pushed to feat/message-visibility-signing at wylab/nanobot 2026-03-09 15:17:39 +01:00
d90c3b4a24 feat: sign intermediate messages so model knows what user didn't see
ee0b25e29a Merge pull request #32 'Add local staging environment for PR testing' from staging-setup into main
a3fe901886 test: add coverage for NANOBOT_CONFIG and migration logic
153b08f872 fix: clean up oauthCredentials after migration
1b920d7299 fix: prevent branch collision in test-pr.sh
Compare 8 commits »
code-server closed pull request wylab/nanobot#32 2026-03-09 15:16:35 +01:00
Add local staging environment for PR testing
code-server pushed to main at wylab/nanobot 2026-03-09 15:16:34 +01:00
ee0b25e29a Merge pull request #32 'Add local staging environment for PR testing' from staging-setup into main
a3fe901886 test: add coverage for NANOBOT_CONFIG and migration logic
153b08f872 fix: clean up oauthCredentials after migration
1b920d7299 fix: prevent branch collision in test-pr.sh
4b3c42ad5c Add PR testing helper script
Compare 7 commits »
code-server commented on pull request wylab/nanobot#32 2026-03-09 13:13:03 +01:00
Add local staging environment for PR testing

PR Review (Round 2): Post-feedback assessment

The previous review identified 4 issues. All have been addressed in follow-up commits: