Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: AI Powered Routines #46

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

feat: AI Powered Routines #46

wants to merge 32 commits into from

Commits on Sep 22, 2024

  1. [feat] Automation workflows - wip

    ashbuilds committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    2c6536e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. [feat] Automation workflows - wip

    ashbuilds committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a7102c2 View commit details
    Browse the repository at this point in the history
  2. [feat] Layoutbuilder - wip

    ashbuilds committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc92b13 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. [feat] Layout Builder

    ashbuilds committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1e40724 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feat/automation' into feat/autom…

    …ation
    
    # Conflicts:
    #	src/ai/models/openai/index.ts
    #	src/ai/schemas/lexical.schema.ts
    #	src/endpoints/index.ts
    #	src/endpoints/textareaHandler.ts
    ashbuilds committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    18cb097 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. [feat] Automation workflows - wip

    ashbuilds committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4d6c79b View commit details
    Browse the repository at this point in the history
  2. [feat] Layoutbuilder - wip

    ashbuilds committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ba35aee View commit details
    Browse the repository at this point in the history
  3. [feat] Layout Builder

    ashbuilds committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fda9749 View commit details
    Browse the repository at this point in the history
  4. [feat] Automation workflows - wip

    ashbuilds committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3fb837a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/feat/automation' into feat/autom…

    …ation
    
    # Conflicts:
    #	src/ai/schemas/lexical.schema.ts
    #	src/endpoints/textareaHandler.ts
    ashbuilds committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a53c4db View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge remote-tracking branch 'origin/main' into feat/automation

    # Conflicts:
    #	src/ai/models/anthropic/index.ts
    #	src/ai/models/openai/index.ts
    #	src/types.ts
    ashbuilds committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8b92da2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. [fix] hold - zod schema builder

    ashbuilds committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd1d968 View commit details
    Browse the repository at this point in the history
  2. [fix] Remove zod and use jsonSchema

    - Improve prompts settings
    ashbuilds committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4683917 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    76d514b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e6326 View commit details
    Browse the repository at this point in the history
  3. [fix] Improve upload media

    - add relation-to field in instructions table
    ashbuilds committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e298b8d View commit details
    Browse the repository at this point in the history
  4. [fix] Remove global fields map

    - Disable system prompt for text fields
    - Fix relationTo field for upload types
    ashbuilds committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    79063df View commit details
    Browse the repository at this point in the history
  5. [fix] useConfig hook to get server and api url

    ashbuilds committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    435c6f6 View commit details
    Browse the repository at this point in the history
  6. [chore] update package version to 3.0.0-beta.111

    ashbuilds committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2c3f4d4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #50 from ashbuilds/chore/remove-zod

    [fix] Remove zod and use jsonSchema
    ashbuilds authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    63dd0c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. [feat] Automation workflows - wip

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8d48f60 View commit details
    Browse the repository at this point in the history
  2. [feat] Layoutbuilder - wip

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    12c729a View commit details
    Browse the repository at this point in the history
  3. [feat] Layout Builder

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b5e62fd View commit details
    Browse the repository at this point in the history
  4. [feat] Automation workflows - wip

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cbe06c0 View commit details
    Browse the repository at this point in the history
  5. [feat] Automation workflows - wip

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9f4bd98 View commit details
    Browse the repository at this point in the history
  6. [fix] hold - zod schema builder

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8e9c6e9 View commit details
    Browse the repository at this point in the history
  7. [chore] resolve conflicts

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a8a2b6c View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feat/automation' into feat/autom…

    …ation
    
    # Conflicts:
    #	pnpm-lock.yaml
    #	src/ai/models/anthropic/generateRichText.ts
    #	src/ai/models/openai/generateRichText.ts
    #	src/ai/models/openai/index.ts
    #	src/ai/schemas/lexical.schema.ts
    #	src/collections/Automations.ts
    #	src/collections/Instructions.ts
    #	src/endpoints/assignPrompt.ts
    #	src/endpoints/textareaHandler.ts
    #	src/exports/fields.ts
    #	src/index.ts
    #	src/init.ts
    #	src/utilities/updateFieldsConfig.ts
    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2984219 View commit details
    Browse the repository at this point in the history
  9. [chore] conflict fixes

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0993001 View commit details
    Browse the repository at this point in the history
  10. [chore] conflict fixes

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c54bf06 View commit details
    Browse the repository at this point in the history
  11. [feat] add automation collection to config

    ashbuilds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8c92cef View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. [feat] automation improvements

    ashbuilds committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    432ec61 View commit details
    Browse the repository at this point in the history