Skip to content

feat: update on 2026 early May#34

Merged
jasonli0226 merged 1 commit into
mainfrom
feat/2026-05-early-update
May 3, 2026
Merged

feat: update on 2026 early May#34
jasonli0226 merged 1 commit into
mainfrom
feat/2026-05-early-update

Conversation

@jasonli0226

Copy link
Copy Markdown
Contributor
  • Anthropic prompt caching: API integration plus frozen-snapshot
    system prompt for stable cache hits across turns
  • Streaming multi-message delivery with per-agent opt-in flag and full design spec / implementation plan
  • New "# Operating Principles" section in renderSystemPrompt covering tool-use discipline (always) and skill-loading discipline (primary agents only); declarative-vs-imperative writing rule folded into the existing workspace "## Memory" guidance
  • Prompt-injection scanner sanitises SOUL.md, USER.md, MEMORY.md, and skill descriptions before they reach the system prompt; poisoned content is replaced with a [BLOCKED: ...] marker that preserves section framing
  • Skill catalog gated on !isSubAgent so spawned sub-agents no longer pay the full 50-skill token cost on every spawn
  • Folder upload added; upload-zone refactored with 14 new tests
  • User-creation flow uses crypto.randomUUID
  • Fixed duplicated edit on user info
  • Lint/format cleanup pass

    system prompt for stable cache hits across turns
  - Streaming multi-message delivery with per-agent opt-in flag and
    full design spec / implementation plan
  - New "# Operating Principles" section in renderSystemPrompt covering
    tool-use discipline (always) and skill-loading discipline (primary
    agents only); declarative-vs-imperative writing rule folded into the
    existing workspace "## Memory" guidance
  - Prompt-injection scanner sanitises SOUL.md, USER.md,
    MEMORY.md, and skill descriptions before they reach the system
    prompt; poisoned content is replaced with a [BLOCKED: ...] marker
    that preserves section framing
  - Skill catalog gated on !isSubAgent so spawned sub-agents no longer
    pay the full 50-skill token cost on every spawn
  - Folder upload added; upload-zone refactored with 14 new tests
  - User-creation flow uses crypto.randomUUID
  - Fixed duplicated edit on user info
  - Lint/format cleanup pass
@jasonli0226 jasonli0226 merged commit 0b841e7 into main May 3, 2026
1 check passed
@jasonli0226 jasonli0226 deleted the feat/2026-05-early-update branch May 3, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants