Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microclaw/microclaw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.33
Choose a base ref
...
head repository: microclaw/microclaw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.35
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Apr 1, 2026

  1. feat(feishu): add ACK reaction (已读标记) feature (#290)

    - Add locale-aware ACK reactions (Chinese Simplified/Traditional, English, Japanese)
    - Detect text locale and select appropriate emoji
    - Send reaction automatically when receiving messages
    - Ported from ZeroClaw's lark.rs implementation
    
    Closes: #198
    
    Co-authored-by: CH L <[email protected]>
    lch541 and CH L authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    fc188e1 View commit details
    Browse the repository at this point in the history
  2. feat(feishu): make ACK reaction opt-in and simplify emoji selection

    - Add `ack_reaction` config field (default false) to FeishuChannelConfig
    - Guard ACK reaction sending with config check
    - Replace locale-based emoji pools with a single unified pool
    - Add unit tests for deterministic index selection and valid emoji output
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    everettjf and claude committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    613eb7b View commit details
    Browse the repository at this point in the history
  3. adjust gitignore

    everettjf committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    a6e9ed2 View commit details
    Browse the repository at this point in the history
  4. Make heavy integrations optional build features (#313)

    * Make heavy integrations optional build features
    
    * Publish default and full release artifacts
    
    * Simplify build features: keep Discord in default, only Matrix+MCP optional
    
    Remove the channel-discord feature gate so Discord is always compiled in
    the default build. The `full` feature now only adds `channel-matrix` and
    `mcp`. Simplify the release workflow matrix by using a cross-product of
    target platforms and flavor (default/full) instead of duplicating entries.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    everettjf and claude authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    0d2b633 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa3c52 View commit details
    Browse the repository at this point in the history
  6. bump version to 0.1.35

    everettjf committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    23d3716 View commit details
    Browse the repository at this point in the history
Loading