- Updated context key usage from `useConfigKey` to `useContextKey` in app initialization. - Introduced a new route for searching templates related to 小红书 with a default keyword. - Enhanced error handling for saving notes and user information. - Added a command for searching templates in the CLI. - Created a new agent plugin for browser integration.
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
import { browserAgentPlugin } from './../../src/index.ts';
|
|
|
|
export { browserAgentPlugin } |