Commit Graph
3409 Commits
Author SHA1 Message Date
Tommaso Casaburi ec8678cc4e fix(challenge modal): snap close button to whole pixels 2026-04-15 14:44:46 +07:00
Tommaso Casaburi 13a7392df0 merge: settings modal pixel snap fix 2026-04-15 14:24:38 +07:00
Tommaso Casaburi d87be159e2 fix(settings modal): snap bitmap controls to whole pixels 2026-04-15 14:24:07 +07:00
Tommaso Casaburi 142f38909e fix(deps): remove hooks consumer patch 2026-04-15 14:23:51 +07:00
Tommaso Casaburi 7bf0888221 fix: hide generated account copy for imported accounts 2026-04-15 13:42:58 +07:00
Tommaso Casaburi 3fc9f0fa19 chore(agent hooks): remind on new React effects and memos 2026-04-15 13:31:13 +07:00
Tommaso Casaburi 431f84b871 fix(feed): restore multiboard loading placeholder 2026-04-15 13:18:03 +07:00
Tommaso Casaburi 45567013fc test(ci): align strict community mocks 2026-04-15 13:18:02 +07:00
Tommaso Casaburi e5aed2c7db chore: upgrade react-virtuoso to 4.18.5 2026-04-15 13:05:05 +07:00
Tommaso Casaburi 621235379c fix(feed): support strict community refs and safer domain publishing 2026-04-15 12:51:21 +07:00
Tommaso Casaburi b486d07622 chore(deps): upgrade bitsocial-react-hooks 2026-04-14 16:07:02 +07:00
Tommaso Casaburi 256cd459cf Merge branch 'codex/feature/spam-blocker-challenge'
# Conflicts:
#	package.json
#	src/components/settings-modal/advanced-settings/__tests__/advanced-settings.test.tsx
#	src/components/settings-modal/advanced-settings/advanced-settings.tsx
#	src/stores/__tests__/publish-stores.test.ts
#	yarn.lock
2026-04-14 13:34:02 +07:00
Tommaso Casaburi 956fb426ea fix(challenge): support pkc spam blocker flow 2026-04-14 13:30:31 +07:00
Tommaso Casaburi fea7b8ea10 fix(feed): unblock multiboard directories with public key fallback 2026-04-13 16:24:42 +07:00
Tommaso Casaburi 6c72c336fa fix(directories): include history board metadata 2026-04-13 14:56:25 +07:00
Tommaso Casaburi 65359f8dea Merge branch 'codex/fix/multisub-public-keys' 2026-04-13 14:54:42 +07:00
Tommaso Casaburi f52545ec5b fix(directories): support multisub public keys 2026-04-13 14:54:23 +07:00
Tommaso Casaburi 5b1e8166fe fix(electron): restore pkc rpc import 2026-04-13 14:27:04 +07:00
Tommaso Casaburi 442048dc36 chore(deps): bump axios to 1.15.0 2026-04-13 14:19:56 +07:00
Tommaso Casaburi 420c7207e1 merge: board selector default boards fix 2026-04-11 17:04:49 +07:00
Tommaso Casaburi 3d40e6c37e fix(rules): keep board selector limited to default boards 2026-04-11 17:04:35 +07:00
Tommaso Casaburi 4e0a441531 merge: hooks rebrand regressions 2026-04-11 16:57:24 +07:00
Tommaso Casaburi 19095aefa1 fix(hooks): handle pkc rebrand regressions 2026-04-11 16:57:00 +07:00
Tommaso Casaburi 5a93d32c10 Add debug-agent skill (millionco/debug-agent) 2026-04-11 15:59:39 +07:00
Tommaso Casaburi dcb3c4427c merge: retry failed comment publish fix 2026-04-10 16:02:43 +07:00
Tommaso Casaburi 5f9e603b62 fix(publish): retry failed comments without duplicate replies 2026-04-10 16:02:10 +07:00
Tommaso Casaburi a1962189d9 chore(ai-workflow): require cross-browser playwright checks 2026-04-10 14:31:49 +07:00
Tommaso Casaburi 02f8d3467e chore(deps): bump react-doctor to 0.0.31
Made-with: Cursor
2026-04-09 17:22:12 +07:00
Tommaso Casaburi 556c6571c1 chore(release): v0.7.4 v0.7.4 2026-04-09 16:49:04 +07:00
Tommaso Casaburi bffb821549 chore(ai): sync release skills across Cursor, Codex, and Claude 2026-04-09 16:45:47 +07:00
Tommaso Casaburi 74f8fae496 fix(post): load capcode icons from public asset root 2026-04-09 16:30:21 +07:00
Tommaso Casaburi 1131a35f67 chore(deps): resolve Dependabot alerts (electron, lodash, xmldom)
Bump electron to 39.8.7 (>=39.8.5 per advisories), lodash to 4.18.0, @types/lodash to 4.17.24, and pin @xmldom/xmldom to 0.8.12 via resolutions for transitive plist usage.

Made-with: Cursor
2026-04-09 14:50:17 +07:00
Tommaso Casaburi 41894b5399 chore(deps): bump @chenglou/pretext to 0.0.5
Made-with: Cursor
2026-04-09 14:16:38 +07:00
Tommaso Casaburi 6feda861ea Merge branch 'codex/fix/agent-model-policy' 2026-04-08 18:35:41 +07:00
Tommaso Casaburi d5e00a241e chore(ai-tooling): standardize agent model policy 2026-04-08 18:35:08 +07:00
Tommaso Casaburi f14d0562cd chore: upgrade vite to 8.0.5
Made-with: Cursor
2026-04-07 17:47:10 +07:00
Tommaso Casaburi 6e8c9148d7 chore(deps): upgrade vite to 8.0.4
Made-with: Cursor
2026-04-06 15:06:55 +07:00
Tommaso Casaburi a35ec83966 fix(catalog): address missed review findings 2026-04-03 15:51:57 +07:00
Tommaso CasaburiandGitHub 7ba28becc5 fix(catalog): stop virtualizing single-board catalogs (#1121)
* fix(catalog): defer pretext row work and trim multiboard append batches

* fix(catalog): stop virtualizing single-board catalogs
2026-04-03 15:08:22 +07:00
Tommaso CasaburiandGitHub 251e103db3 feat: finalize pretext feed sizing rollout (#1120)
* feat(feeds): add pretext-backed item sizing across board, catalog, and thread replies

* feat: finalize pretext feed sizing rollout

* fix(catalog): raise multiboard viewport buffer

* fix(board): preserve pretext query overrides
2026-04-02 19:45:55 +07:00
Tommaso Casaburi 4fb7739991 fix(catalog-search): clear stale query filter 2026-04-01 19:05:58 +07:00
Tommaso Casaburi 99c0bbfac5 perf(board): reduce mobile reverse-scroll jank 2026-03-31 19:47:36 +07:00
Tommaso Casaburi eeb288e2dc fix(catalog): avoid stretching unknown-size thumbnails 2026-03-31 17:46:01 +07:00
Tommaso Casaburi 6a3040dc55 fix(portless): fall forward when branch route is occupied 2026-03-31 17:42:37 +07:00
Tommaso Casaburi 315505fb8d fix(deps): patch vulnerable transitive packages 2026-03-31 16:59:07 +07:00
Tommaso Casaburi 8078d10441 fix(portless): avoid route collisions across worktrees 2026-03-30 17:32:01 +07:00
Tommaso Casaburi 75958ac0c5 fix(dev server): fall forward from port 1355 without portless 2026-03-30 17:20:38 +07:00
Tommaso Casaburi 3cda3155a8 merge: bring reply modal recenter fix into master 2026-03-29 18:54:44 +07:00
Tommaso Casaburi ec47d37911 add CLAUDE.md pointing to AGENTS.md 2026-03-29 18:46:07 +07:00
Tommaso Casaburi 36ab2b0811 chore: update AGENTS.md to include .claude alongside .codex and .cursor 2026-03-29 18:23:40 +07:00